We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ceph orch daemon
1 parent 6a7967a commit 4de7c2eCopy full SHA for 4de7c2e
roles/cephadm/tasks/osds.yml
@@ -3,7 +3,9 @@
3
block:
4
- name: Add OSDs individually
5
command:
6
- cmd: "cephadm daemon add osd {{ ansible_facts.hostname }}:{{ item }}"
+ cmd: >
7
+ cephadm shell --
8
+ ceph orch daemon add osd {{ ansible_facts.hostname }}:{{ item }}
9
become: true
10
when: cephadm_osd_devices | length > 0
11
with_items: "{{ cephadm_osd_devices }}"
0 commit comments