JohnStrunk / oso-gluster-ansible

Ansible for configuring Gluster to back OpenShift.io
Apache License 2.0
0 stars 4 forks source link

Changes command used to wait for pending heals #65

Closed JohnStrunk closed 6 years ago

JohnStrunk commented 6 years ago

During the last upgrade, it was noticed that the pending heal count tended to not decrease until 'gluster v heal info' was run, then it would suddenly be zero. When investigating this behavior, I was told the 'heal statistics' family of commands are not supported. The above problem was seen while looking at pending heals via 'gluster vol heal statistics heal-count'. Advice was to use 'v heal info summary' instead. This change implements the above advice.

Signed-off-by: John Strunk jstrunk@redhat.com