[Bug 1453940] Re: OSA run: units related to ceph got an empty ceph.conf

Andreas Hasenack andreas at canonical.com
Wed Sep 23 12:05:08 UTC 2015


** Also affects: landscape
   Importance: Undecided
       Status: New

** Also affects: landscape/trunk
   Importance: Undecided
       Status: New

** Also affects: landscape/cisco-odl
   Importance: Undecided
       Status: New

** Changed in: landscape/cisco-odl
     Assignee: (unassigned) => Chris Glass (tribaal)

** Changed in: landscape/trunk
     Assignee: (unassigned) => Chris Glass (tribaal)

** Also affects: landscape/release-29
   Importance: Undecided
       Status: New

** Changed in: landscape/release-29
     Assignee: (unassigned) => Chris Glass (tribaal)

** Changed in: landscape/release-29
    Milestone: None => 15.07

** Changed in: landscape/cisco-odl
    Milestone: None => falkor-0.9

** Changed in: landscape/cisco-odl
   Importance: Undecided => High

** Changed in: landscape/release-29
   Importance: Undecided => High

** Changed in: landscape/trunk
   Importance: Undecided => High

-- 
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:
  New
Status in Landscape Server cisco-odl series:
  New
Status in Landscape Server release-29 series:
  New
Status in Landscape Server trunk series:
  New
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