Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - hosts: hosts
- remote_user: root
- tasks:
- - gluster_heal_info:
- name: "{{ item }}"
- status_filter: self-heal
- wait_for: delay=1
- register: self_heal_status
- delegate_to: tendrl25.lab.eng.blr.redhat.com
- retries: 5
- until: "self_heal_status.glusterfs.heal_info | map(attribute='no_of_entries') | list | map('int') | sum == 1"
- with_items:
- - data
- - engine
- - vmstore
Advertisement
Add Comment
Please, Sign In to add comment