From aff0bb6fdc8ca358f7ac1e941bb9cfecbefb4bb6 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sat, 16 Feb 2013 16:49:50 -0800 Subject: [PATCH] debian: fix start of ceph-all Tolerate failure, and do ceph-all, not ceph-osd-all. Signed-off-by: Sage Weil --- debian/ceph.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) : -- 2.47.3