We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af5b3f5 commit 1dcc072Copy full SHA for 1dcc072
roles/ceph-facts/tasks/facts.yml
@@ -184,6 +184,7 @@
184
when:
185
- (inventory_hostname in groups.get(rgw_group_name, []) or inventory_hostname in groups.get(nfs_group_name, []))
186
- groups.get(mon_group_name, []) | length > 0
187
+ - handler_mgr_status | default(False)
188
block:
189
- name: get ceph current status
190
command: "{{ timeout_command }} {{ _container_exec_cmd | default('') }} ceph --cluster {{ cluster }} service dump -f json"
0 commit comments