[Bug 1453940] Re: OSA run: units related to ceph got an empty ceph.conf
Andreas Hasenack
andreas at canonical.com
Tue Oct 13 15:08:10 UTC 2015
** Changed in: landscape/release-29
Status: Fix Committed => Fix Released
** Changed in: landscape/trunk
Status: Fix Committed => Fix Released
** Changed in: landscape/trunk
Milestone: None => 15.07
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to cinder in Juju Charms Collection.
Matching subscriptions: charm-bugs
https://bugs.launchpad.net/bugs/1453940
Title:
OSA run: units related to ceph got an empty ceph.conf
Status in Landscape Server:
Fix Released
Status in Landscape Server cisco-odl series:
Fix Released
Status in Landscape Server release-29 series:
Fix Released
Status in Landscape Server trunk series:
Fix Released
Status in ceph package in Juju Charms Collection:
Fix Released
Status in cinder package in Juju Charms Collection:
Fix Released
Status in cinder-ceph package in Juju Charms Collection:
Fix Released
Status in glance package in Juju Charms Collection:
Fix Released
Status in nova-compute package in Juju Charms Collection:
Fix Released
Bug description:
This is almost identical to
https://bugs.launchpad.net/charms/+source/cinder/+bug/1453934. The
same thing happened, but this time with glance.
After an OSA run, where we relate glance to ceph, glance image upload failed. Further inspection showed that /etc/ceph/ceph.conf on all 3 glance units was basically empty:
"""
###############################################################################
# [ WARNING ]
# glance configuration file maintained by Juju
# local changes may be overwritten.
###############################################################################
[global]
log to syslog =
err to syslog =
clog to syslog =
"""
After I manually destroyed the ceph-glance relation, and created it back again, then /etc/ceph/ceph.conf on the 3 glance units had valid configuration:
"""
###############################################################################
# [ WARNING ]
# glance configuration file maintained by Juju
# local changes may be overwritten.
###############################################################################
[global]
auth_supported = cephx
#keyring = /etc/ceph/$cluster.$name.keyring
keyring = /etc/ceph/ceph.$name.keyring
mon host = 10.1.4.142 10.1.4.152 10.1.4.158
log to syslog = false
err to syslog = false
clog to syslog = false
"""
And glance started to work then.
To manage notifications about this bug go to:
https://bugs.launchpad.net/landscape/+bug/1453940/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list