Incorrect juju relation to ceph

Bug #1984250 reported by Alan Baghumian
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Cinder-backup Charm
Triaged
Medium
Unassigned

Bug Description

The README and online documentation states an incorrect juju relation to ceph. Ceph juju deployments are using ceph-osd and ceph-mon application units which cinder-backup is related to the latter.

So:

juju add-relation cinder-backup ceph

Needs to be:

juju add-relation cinder-backup ceph-mon

Also, this line is incorrect:

juju deploy -n 3 ceph

And should be:

juju deploy -n 3 ceph-osd
juju deploy -n 3 ceph-mon
juju add-relation ceph-mon:osd ceph-osd:mon

to be precise.

Thank you.

Revision history for this message
Luciano Lo Giudice (lmlogiudice) wrote :

Verified; this dates back to when the plain ceph charm was still supported.

The provided fix seems correct as well.

Changed in charm-cinder-backup:
importance: Undecided → Medium
status: New → Triaged
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.