Comment 2 for bug 1840347

Revision history for this message
Eric Desrochers (slashd) wrote :

# ceph src package : debian/rules
135 dh_systemd_start --no-restart-on-upgrade -Xceph-mon.service -Xceph-osd.service -X ceph-mds.service

It has the --no-restart-on-upgrade flag which is responsible for not stopping the service on upgrade. But there is an exclusion for : ceph-mon, ceph-osd and ceph-mds, meaning they are subject to restart with that exclusion (-X).

What is the expected behaviour here for mon, osd and mds ?

- Eric