mirror of https://github.com/ceph/ceph-ansible.git
switch: do not mask systemd unit
If we mask it we won't be able to start the OSD container since now the osd container use the osd ID as a name such as: ceph-osd@0 Fixes the error: Failed to execute operation: Cannot send after transport endpoint shutdown Signed-off-by: Sébastien Han <seb@redhat.com>pull/3360/head
parent
5601af8de2
commit
fe1d09925a
|
@ -239,7 +239,6 @@
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
state: stopped
|
state: stopped
|
||||||
enabled: no
|
enabled: no
|
||||||
masked: yes
|
|
||||||
with_items: "{{ running_osds.stdout_lines | default([])}}"
|
with_items: "{{ running_osds.stdout_lines | default([])}}"
|
||||||
when: running_osds != []
|
when: running_osds != []
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue