ceph-mon charm incorrectly embed ntp package installation
Bug #1690513 reported by
Patrizio Bassi
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ceph Monitor Charm |
Fix Released
|
High
|
David Ames | ||
Ceph RADOS Gateway Charm |
Fix Released
|
High
|
David Ames | ||
OpenStack Ceph Charm (Retired) |
Fix Released
|
High
|
Unassigned | ||
charms.ceph |
Fix Released
|
High
|
David Ames | ||
ceph (Juju Charms Collection) |
Invalid
|
Undecided
|
Unassigned |
Bug Description
ntp is a mandatory dependency in ceph-mon charm.
This is not needed, expecially when deployed in a lxc container, but even on bare metal it may mess up things set up by ntp charm relation. (i'm thinking about an openstack deployment)
Can you please evaluate if removal is safe?
Changed in charm-ceph-mon: | |
status: | New → In Progress |
importance: | Undecided → High |
assignee: | nobody → David Ames (thedac) |
milestone: | none → 17.08 |
Changed in charm-ceph-radosgw: | |
importance: | Undecided → High |
status: | New → Triaged |
assignee: | nobody → David Ames (thedac) |
milestone: | none → 17.08 |
Changed in charms.ceph: | |
status: | New → In Progress |
importance: | Undecided → High |
assignee: | nobody → David Ames (thedac) |
Changed in charms.ceph: | |
status: | In Progress → Fix Committed |
Changed in charm-ceph-radosgw: | |
status: | Triaged → In Progress |
Changed in charm-ceph-mon: | |
status: | In Progress → Fix Committed |
Changed in charm-ceph-radosgw: | |
status: | In Progress → Fix Committed |
Changed in charm-ceph-mon: | |
status: | Fix Committed → Fix Released |
Changed in charm-ceph-radosgw: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Copied the following comment from dup bug 1690514:
as in https:/ /github. com/openstack/ charm-ceph- radosgw/ blob/fd401d5b95 a0cda5763a44946 df80c6b1951561d /hooks/ hooks.py# L86
ntp is a mandatory dependency in ceph-radosgw charm.
This is not needed, expecially when deployed in a lxc container, but even on bare metal it may mess up things set up by ntp charm relation. (i'm thinking about an openstack deployment)
Can you please evaluate if removal is safe?