ceph/debian/ceph.prerm
Sage Weil b7b9af5c0d debian: start/stop ceph-all event on install/uninstall
This helps us avoid the confusing situation with upstart where an individual
daemon job is running (like ceph-osd id=2) but the container jobs ceph-osd-all
and ceph-all are not.

Signed-off-by: Sage Weil <sage@inktank.com>
2013-02-13 23:11:07 -08:00

5 lines
37 B
Bash

#!/bin/sh
stop ceph-all || :
exit 0