Description ------------ "After cleaning up a gluster deployment that has gone awry, you cannot recreate the same gluster deployment without deleting filter= lines from /etc/lvm/lvm.conf on all nodes." Expected Result: --------------- The playbook for cleaning gluster deployment should remove /etc/lvm/lvm.conf file before cleanup and regenerate file post cleanup is completed
Upstream PR: https://github.com/gluster/gluster-ansible/pull/132
This community user reported issue doesn't affect RHHI-V deployment. RHHI-V deployment always cleans up the LVM filter as the very first step of deployment, and regenerates the filter towards the close of gluster deployment. Cleanup doesn't touch fixing LVM filters as the deployment takes care of cleaning all the pre-existing filters and regenerating them post creation of bricks. Closing this bug as there is no harm in not fixing LVM filter in cleanup procedure