]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
switch: do not mask systemd unit
authorSébastien Han <seb@redhat.com>
Tue, 13 Nov 2018 16:43:21 +0000 (17:43 +0100)
committerSébastien Han <seb@redhat.com>
Wed, 28 Nov 2018 23:31:47 +0000 (00:31 +0100)
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>
(cherry picked from commit fe1d09925ae1525e99f22a3eab9ca1823c079bda)

infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml

index 4d9a565308941108423a99654ed63b4929375e3b..265557256664a123aa51a94a572cdd674b321a7e 100644 (file)
         name: "{{ item }}"
         state: stopped
         enabled: no
-        masked: yes
       with_items: "{{ running_osds.stdout_lines | default([])}}"
       when: running_osds != []