make ceph-disk use the new init flag for cluster

Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
This commit is contained in:
Alfredo Deza 2014-08-07 11:11:57 -04:00
parent 23b4915fa2
commit d0ccb1cbef

View File

@ -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),
],