From 53dd58e84cca1efb141210e6994e6616419b6f7b Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Mon, 10 Jun 2019 15:18:43 +0200 Subject: [PATCH] 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 (cherry picked from commit 51b2813e0483b042fb52dd3056464eaa4a4b1a3c) --- infrastructure-playbooks/rolling_update.yml | 1 - 1 file changed, 1 deletion(-) 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: