From: Guillaume Abrioux Date: Mon, 10 Jun 2019 13:18:43 +0000 (+0200) Subject: rolling_update: only mask and stop unit in mgr part X-Git-Tag: v5.0.0alpha1~266 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=51b2813e0483b042fb52dd3056464eaa4a4b1a3c;p=ceph-ansible.git rolling_update: only mask and stop unit in mgr part Otherwise it fails like following: ``` fatal: [mon0]: FAILED! => changed=false msg: |- Unable to enable service ceph-mgr@mon0: Failed to execute operation: Cannot send after transport endpoint shutdown ``` Signed-off-by: Guillaume Abrioux --- diff --git a/infrastructure-playbooks/rolling_update.yml b/infrastructure-playbooks/rolling_update.yml index 1db76da11..3971a4dd5 100644 --- a/infrastructure-playbooks/rolling_update.yml +++ b/infrastructure-playbooks/rolling_update.yml @@ -263,7 +263,6 @@ systemd: name: ceph-mgr@{{ ansible_hostname }} state: stopped - enabled: yes masked: yes - import_role: