]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
upstart: remove ceph-disk activation call
authorAlfredo Deza <adeza@redhat.com>
Wed, 30 May 2018 19:55:12 +0000 (15:55 -0400)
committerAlfredo Deza <adeza@redhat.com>
Wed, 13 Jun 2018 19:16:25 +0000 (15:16 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
src/upstart/ceph-osd-all-starter.conf

index 94b99edb6228a611ea5069d7990cd2aab8a0b46a..9cee78c89f3c1c5e8de949634b0e9147f16d22c8 100644 (file)
@@ -7,9 +7,6 @@ task
 script
   set -e
 
-  # first activate any partitions
-  ceph-disk activate-all
-
   # TODO what's the valid charset for cluster names and osd ids?
   find -L /var/lib/ceph/osd/ -mindepth 1 -maxdepth 1 -regextype posix-egrep -regex '.*/[A-Za-z0-9]+-[A-Za-z0-9._-]+' -printf '%P\n' \
   | while read f; do