In 3.0 'service supervisor-database stop' dont stop all database services
Bug #1568062 reported by
Katarzyna
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R3.0 |
Fix Committed
|
Medium
|
Santosh Gupta | |||
Trunk |
Fix Committed
|
Medium
|
Santosh Gupta |
Bug Description
For contrail database service, as below:
== Contrail Database ==
supervisor-
contrail-
contrail-
kafka active
'service supervisor-database stop' command was always stopping all dataase services. In Contrail 3.0, issuing this one don't stop contrail-database service and it should be stopped manually:
== Contrail Database ==
contrail-database: active
supervisor-
Same when starting services.
information type: | Proprietary → Public |
description: | updated |
Changed in juniperopenstack: | |
status: | Invalid → Won't Fix |
Changed in juniperopenstack: | |
status: | Won't Fix → New |
Changed in juniperopenstack: | |
assignee: | nobody → Raj Reddy (rajreddy) |
tags: | added: analytics |
Changed in juniperopenstack: | |
assignee: | Raj Reddy (rajreddy) → Santosh Gupta (sangupta) |
importance: | Undecided → Medium |
To post a comment you must log in.
contrail-database is now, not part of supervisor- database, hence cannot be controlled from it.
The external scripts need to issue 2 commands
service contrail-database restart
service supervisor-database restart
but in most cases probably
service contrail-database restart
is enough..