nova-compute scale out always results in service restart if related with ceph
Bug #1694963 reported by
Edward Hope-Morley
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Nova Compute Charm |
Fix Released
|
High
|
Edward Hope-Morley |
Bug Description
When related with Ceph, the nova-compute charm performs a check to see whether its local copy of the client key matches that from ceph. If it doesnt then it will overwrite it and restart nova-compute. Trouble is that this is always happening since the check is broken as it does not strip whitespace from key extracted from the virsh secret before comparing.
UPDATE: the above description is not the complete problem - see comment #5 below
Related branches
lp://staging/~hopem/charm-helpers/lp1694963
- Alex Kavanagh: Pending requested
-
Diff: 128 lines (+94/-0)2 files modifiedcharmhelpers/contrib/storage/linux/ceph.py (+42/-0)
tests/contrib/storage/test_linux_ceph.py (+52/-0)
description: | updated |
Changed in charm-nova-compute: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Patch: https:/ /review. openstack. org/#/c/ 469844/