]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
when starting an OSD, pass in the cluster name
authorAlfredo Deza <alfredo.deza@inktank.com>
Wed, 6 Aug 2014 19:29:42 +0000 (15:29 -0400)
committerSage Weil <sage@redhat.com>
Tue, 12 Aug 2014 22:20:04 +0000 (15:20 -0700)
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
(cherry picked from commit 9e08e3a7794ce007c80c8fdb56e96900eb5240a3)

src/ceph-disk

index c67f2f30fd0b3f1db5efff53ac7d6cdc5af60c60..f272811d8b73d46647d2aba6873bb50f4fc9af3e 100755 (executable)
@@ -1623,6 +1623,8 @@ def start_daemon(
                 [
                     svc,
                     'ceph',
+                    '-c',
+                    '/etc/ceph/{cluster}.conf'.format(cluster=cluster),
                     'start',
                     'osd.{osd_id}'.format(osd_id=osd_id),
                     ],