Comment 3 for bug 1646583

Revision history for this message
James Page (james-page) wrote : Re: Ceph mon and osd don't restart on reboot with Xenial

Comparing upstream tip of jewel vs ubuntu:

 install -m0644 systemd/ceph.target debian/ceph-common/lib/systemd/system

 install -m0644 systemd/ceph-mon.target debian/ceph-mon/lib/systemd/system
 install -m0644 systemd/ceph-osd.target debian/ceph-osd/lib/systemd/system
 install -m0644 systemd/ceph-mds.target debian/ceph-mds/lib/systemd/system
 install -m0644 systemd/ceph-radosgw.target debian/radosgw/lib/systemd/system
 install -m0644 systemd/ceph-rbd-mirror.target debian/rbd-mirror/lib/systemd/system

vs
 install -m0644 systemd/ceph.target debian/ceph-common/lib/systemd/system

the later 5 targets not being installed by the Ubuntu packaging.