mirror of https://github.com/ceph/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 <gabrioux@redhat.com>
(cherry picked from commit 51b2813e04
)
pull/4134/head
parent
1603cefea2
commit
53dd58e84c
|
@ -263,7 +263,6 @@
|
|||
systemd:
|
||||
name: ceph-mgr@{{ ansible_hostname }}
|
||||
state: stopped
|
||||
enabled: yes
|
||||
masked: yes
|
||||
|
||||
- import_role:
|
||||
|
|
Loading…
Reference in New Issue