Description of problem: While the upgrade playbook runs, while upgrading from one gluster pod to another, the volume heal needs to be completed before upgrading the next gluster pod. The default value set for the number of retries while the playbook waits for volume heal to complete is 1200. openshift_storage_glusterfs_health_timeout: 1200 This value can be updated with respect number of the volumes on the cluster and help in making the playbook pass at once and not timeout waiting for volume heals to complete. Version-Release number of selected component (if applicable): OCS 3.11 How reproducible: Always Steps to Reproduce: 1. Edit the inventory file and add openshift_storage_glusterfs_health_timeout: 1200 2. Run the upgrade playbook, # ansible-playbook -i <inv_file> /usr/share/ansible/openshift-ansible/playbooks/openshift-glusterfs/upgrade.yml 3. Playbook should pass and not timeout waiting for vol heals to complete.