monitor-secret is not autogenerated when deploying with monitor-count=1
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ceph Monitor Charm |
Fix Released
|
Undecided
|
Frode Nordahl |
Bug Description
Per bug 1661737 and commit https:/
This is however not true when deploying a single ceph-mon unit with monitor-count set to 1.
We should update the specialized code for single-monitor deployment or see if the more common code-path used for multi-monitor deployment can be generalized so it can be used in both scenarios.
2017-05-30 13:00:45 INFO config-changed creating /var/lib/
2017-05-30 13:00:45 INFO config-changed can't decode key 'None'
2017-05-30 13:00:45 INFO config-changed Traceback (most recent call last):
2017-05-30 13:00:45 INFO config-changed File "/var/lib/
2017-05-30 13:00:45 INFO config-changed hooks.execute(
2017-05-30 13:00:45 INFO config-changed File "/var/lib/
2017-05-30 13:00:45 INFO config-changed self._hooks[
2017-05-30 13:00:45 INFO config-changed File "/var/lib/
2017-05-30 13:00:45 INFO config-changed return f(*args, **kwargs)
2017-05-30 13:00:45 INFO config-changed File "/var/lib/
2017-05-30 13:00:45 INFO config-changed ceph.bootstrap_
2017-05-30 13:00:45 INFO config-changed File "lib/ceph/
2017-05-30 13:00:45 INFO config-changed os.unlink(keyring)
2017-05-30 13:00:45 INFO config-changed OSError: [Errno 2] No such file or directory: '/var/lib/
2017-05-30 13:00:45 ERROR juju.worker.
Changed in charm-ceph-mon: | |
milestone: | none → 17.08 |
Changed in charm-ceph-mon: | |
status: | Fix Committed → Fix Released |
Fix proposed to branch: master /review. openstack. org/469129/
Review: https:/