]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
debian: fix start of ceph-all
authorSage Weil <sage@inktank.com>
Sun, 17 Feb 2013 00:49:50 +0000 (16:49 -0800)
committerSage Weil <sage@inktank.com>
Fri, 26 Apr 2013 20:40:02 +0000 (13:40 -0700)
Tolerate failure, and do ceph-all, not ceph-osd-all.

Signed-off-by: Sage Weil <sage@inktank.com>
(cherry picked from commit aff0bb6fdc8ca358f7ac1e941bb9cfecbefb4bb6)

debian/ceph.postinst

index 574b2c7cfdb306247cea5475fc29e8482bbbf524..4edbf10d93b6428be9ca9e605f1ca8bf14976cf8 100644 (file)
@@ -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)
        :