mirror of
https://github.com/ceph/ceph
synced 2025-02-21 18:17:42 +00:00
make ceph-disk use the new init flag for cluster
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
This commit is contained in:
parent
23b4915fa2
commit
d0ccb1cbef
@ -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),
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user