[Bug 1646583] Re: Ceph mon doesn't restart on reboot with Xenial when using ceph-{mon, osd}@ systemd units
Samuel Matzek
smatzek at us.ibm.com
Wed Jan 11 17:37:45 UTC 2017
I am very new to debian package rules but I suspect the reason the units are enabled in the ceph.com package and not in the Ubuntu package is that upstream debian rules has:
dh_systemd_enable
at [1], whereas Ubuntu Ceph has:
override_dh_systemd_enable:
## Do not enable services to match `dh_installinit --no-start`
## behaviour.
## Users are expected to "systemctl enable" services once their
## configuration is correct.
[1] https://github.com/ceph/ceph/blob/v10.2.5/debian/rules#L176
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to ceph in Ubuntu.
https://bugs.launchpad.net/bugs/1646583
Title:
Ceph mon doesn't restart on reboot with Xenial when using
ceph-{mon,osd}@ systemd units
Status in ceph package in Ubuntu:
In Progress
Status in ceph source package in Xenial:
Triaged
Status in ceph source package in Yakkety:
Triaged
Status in ceph source package in Zesty:
In Progress
Bug description:
The ceph monitor and osd daemons do not restart automatically on
server reboot on Xenial.
$ apt-cache policy ceph
ceph:
Installed: 10.2.2-0ubuntu0.16.04.2
Candidate: 10.2.2-0ubuntu0.16.04.2
Version table:
*** 10.2.2-0ubuntu0.16.04.2 500
500 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages
100 /var/lib/dpkg/status
10.1.2-0ubuntu1 500
500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
This is likely caused by the same clash between upstream target files
and Ubuntu systemd unit files that is noted in [1] but I have opened a
separate bug because I believe the severity of not having Ceph restart
automatically on server reboot is higher severity than not being able
to start/stop all services with one command, which is what is reported
in [1].
The source of the Ubuntu package [2] does not have the necessary
target files that upstream Ceph added to allow for restart on reboot
under this commit [3] which is included in Ceph's github tag 10.2.2.
[1] https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1627640
[2] https://bugs.launchpad.net/ubuntu/+source/ceph/10.2.3-0ubuntu0.16.04.2
[3] https://github.com/ceph/ceph/commit/15c4ad44010c798af7804e287ba71dcc289f806f
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1646583/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list