Skip to content

Commit 900c96b

Browse files
authored
Stop using ceph orch apply osd (#43)
Fixes #29
1 parent a875ce5 commit 900c96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/cephadm/tasks/osds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
command:
3232
cmd: >
3333
cephadm shell --
34-
ceph orch apply osd -i /var/run/ceph/osd_spec.yml
34+
ceph orch apply -i /var/run/ceph/osd_spec.yml
3535
when: cephadm_osd_spec | length > 0
3636
become: true
3737

0 commit comments

Comments
 (0)