- name: "Volume {{ vol }} - Migrating {{ src }} to {{ dst }}" command: "gluster volume replace-brick {{ vol }} {{ src }} {{ dst }} commit force" # This is only working within containers with 'oc rsh'. But actually there are auto-healing daemons running. # So we probably find just migrating #- name: "Healing {{ vol }}" # command: "gluster volume heal {{ vol }} full" #- name: "Rebalancing {{ vol }}" # command: "gluster volume rebalance {{ vol }} fix-layout start"