README refers to ceph charm, not ceph-mon, is silent on ceph-osd colocation
Bug #1681746 reported by
Florian Haas
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ceph Monitor Charm |
In Progress
|
Medium
|
Chris MacNaughton |
Bug Description
The README (apparently copied over from the ceph charm) states that the ceph-mon charm should be deployed like this:
juju deploy -n 3 --config ceph.yaml ceph
This quite obviously needs to be changed to "juju deploy -n 3 --config ceph.yaml ceph-mon", but even then it isn't immediately clear how users should proceed. Can this charm safely be colocated with ceph-osd? Are you supposed to run ceph-mon in a LXD container, and ceph-osd on the same node but outside the container?
Changed in charm-ceph-mon: | |
status: | New → Triaged |
importance: | Undecided → Medium |
Changed in charm-ceph-mon: | |
assignee: | nobody → Chris Holcombe (xfactor973) |
status: | Triaged → In Progress |
To post a comment you must log in.
Thanks for catching this Florian. I've put a PR in to update the readme here: https:/ /review. openstack. org/#/c/ 455846/. If you'd like to jump onto the review I'd appreciate the feedback.