This bug was fixed in the package ceph - 16.2.6-0ubuntu2
---
ceph (16.2.6-0ubuntu2) jammy; urgency=medium
[ James Page ]
* d/ceph-{mon,osd}.postinst: Ensure permissions on
/var/lib/ceph/{osd,mon} are correct irrespective of package
installation order (LP: #1948986).
[ C
** Merge proposal linked:
https://code.launchpad.net/~chris.macnaughton/ubuntu/+source/ceph/+git/ceph/+merge/411657
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1948986
Title:
ceph-osd doesn't
That is correct, the installation order needs to be ceph-base first then
ceph-osd.
When Juju puts both a ceph-fs and a ceph-osd unit on the same machine,
it sometimes bring in the ceph-base first causing problems further down
the road.
--
You received this bug notification because you are a memb
This issue won't just impact /var/lib/ceph/osd which makes me wonder if
we should just move all directory creation to ceph-base and not worry
about it in ceph-{osd,mon,mds,mgr} and radosgw.
** Changed in: ceph (Ubuntu)
Status: New => Triaged
** Changed in: ceph (Ubuntu)
Importance: Unde
Looking at the postinst scripts it looks like this is an issue if ceph-
base and ceph-osd are installed in two separate steps as ceph-base takes
care of permissions under /var/lib/ceph in its postinst script.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is
** Merge proposal linked:
https://code.launchpad.net/~sdeziel/ubuntu/+source/ceph/+git/ceph/+merge/410908
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1948986
Title:
ceph-osd doesn't fix /var/l