]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
make ceph-disk use the new init flag for cluster
authorAlfredo Deza <alfredo.deza@inktank.com>
Thu, 7 Aug 2014 15:11:57 +0000 (11:11 -0400)
committerAlfredo Deza <alfredo.deza@inktank.com>
Thu, 7 Aug 2014 15:11:57 +0000 (11:11 -0400)
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
src/ceph-disk

index 2bbe3ce7a4e890f1290ed7cce3beacbd014ec363..62be2d0de2263d5e2896ad6d2f6c582936df4672 100755 (executable)
@@ -1665,8 +1665,8 @@ def start_daemon(
                 [
                     svc,
                     'ceph',
-                    '-c',
-                    '/etc/ceph/{cluster}.conf'.format(cluster=cluster),
+                    '--cluster',
+                    '{cluster}'.format(cluster=cluster),
                     'start',
                     'osd.{osd_id}'.format(osd_id=osd_id),
                     ],