From: Sage Weil Date: Sun, 17 Feb 2013 00:49:50 +0000 (-0800) Subject: debian: fix start of ceph-all X-Git-Tag: v0.58~49 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=aff0bb6fdc8ca358f7ac1e941bb9cfecbefb4bb6;p=ceph.git debian: fix start of ceph-all Tolerate failure, and do ceph-all, not ceph-osd-all. Signed-off-by: Sage Weil --- diff --git a/debian/ceph.postinst b/debian/ceph.postinst index 574b2c7cfdb3..4edbf10d93b6 100644 --- a/debian/ceph.postinst +++ b/debian/ceph.postinst @@ -27,7 +27,7 @@ set -e case "$1" in configure) rm -f /etc/init/ceph.conf - start ceph-osd-all + start ceph-all || : ;; abort-upgrade|abort-remove|abort-deconfigure) :