cluster-partition-handling configuration setting should check for valid value or block
Bug #1942918 reported by
Drew Freiberger
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack RabbitMQ Server Charm |
Confirmed
|
High
|
Liam Young |
Bug Description
To prevent operator error taking down the rabbitmq-server cluster, the charm should check for valid values being set by the operator for things like cluster-
Example:
juju config rabbitmq-server cluster-
pause-minority is directly posted into the rabbitmq.conf file and the cluster refuses to restart properly as the proper setting is pause_minority.
The charm should block on incompatible configurations.
Also related: https:/
(juju should provide enum value configuration in config.yaml so charmers don't have to handle this in each charm's code)
Changed in charm-rabbitmq-server: | |
status: | New → Confirmed |
importance: | Undecided → High |
assignee: | nobody → Liam Young (gnuoy) |
To post a comment you must log in.