From fe1d09925ae1525e99f22a3eab9ca1823c079bda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Tue, 13 Nov 2018 17:43:21 +0100 Subject: [PATCH] switch: do not mask systemd unit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- ...itch-from-non-containerized-to-containerized-ceph-daemons.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml b/infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml index b7534f9bb..9dfc1f239 100644 --- a/infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml +++ b/infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml @@ -239,7 +239,6 @@ name: "{{ item }}" state: stopped enabled: no - masked: yes with_items: "{{ running_osds.stdout_lines | default([])}}" when: running_osds != []