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
Sébastien Han 2018-11-13 17:43:21 +01:00 committed by mergify[bot]
parent 5601af8de2
commit fe1d09925a
1 changed files with 0 additions and 1 deletions

View File

@ -239,7 +239,6 @@
name: "{{ item }}"
state: stopped
enabled: no
masked: yes
with_items: "{{ running_osds.stdout_lines | default([])}}"
when: running_osds != []