]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
init-ceph: remove ceph-disk
authorAlfredo Deza <adeza@redhat.com>
Wed, 30 May 2018 16:19:36 +0000 (12:19 -0400)
committerAlfredo Deza <adeza@redhat.com>
Wed, 13 Jun 2018 19:16:23 +0000 (15:16 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
src/init-ceph.in

index d13032a167528dfbac4dc86321813c31d3133845..184371006918861fde999a0618bc37d0f6cdc080 100755 (executable)
@@ -522,13 +522,4 @@ for name in $what; do
     esac
 done
 
-# activate latent osds?
-if [ "$command" = "start" -a "$BINDIR" != "." ]; then
-    if [ "$*" = "" ] || echo $* | grep -q ^osd\$ ; then
-       if [ -x $SBINDIR/ceph-disk ]; then
-           ceph-disk activate-all
-       fi
-    fi
-fi
-
 exit $EXIT_STATUS