<div dir="ltr"><div><div>Hi all<br><br></div>i am currently running two replica 3 volumes acting as storage for VM images.<br></div><div>due to some issues with glusterfs over ext4 filesystem (kernel panics), i tried removing one of the bricks from each volume from a single server, and than re adding them after re-formatting the underlying partition to xfs, on only one of the hosts for testing purposes.<br><br></div><div>the commands used were:<br><br></div><div>1) gluster volume remove-brick gv1 replica 2  &lt;server1&gt;:/storage/gv1/brk force<br></div><div>2) gluster volume remove-brick gv2 replica 2 &lt;server1&gt;:/storage/gv2/brk force<br></div><div><div><div><br></div><div>3) reformatted /storage/gv1 and /storage/gv2 to xfs (these are the local/physical mountpoints of the gluster bricks)<br><br></div><div>4) gluster volume add-brick gv1 replica 3 &lt;server1&gt;:/storage/gv1/brk<br></div><div>5) gluster volume add-brick gv2 replica 3 &lt;server1&gt;:/storage/gv2/brk<br><br></div><div>so far - so good -- both bricks were successfully re added to the volume.<br><br></div><div>6) gluster volume heal gv1 full<br></div><div>7) gluster volume heal gv2 full<br><br></div><div>the heal operation started and i can see files being replicated into the newly added bricks BUT - all the files on the two nodes which were not touched are now locked (ReadOnly), i presume, until the heal operation finishes and replicates all the files to the newly added bricks (which might take a while..)<br><br></div><div>now as far as i understood the documentation of the healing process - the files should not have been locked at all. or am i missing something fundemental here?<br><br></div><div>is there a way to prevent locking of the source files during a heal -full operation?<br><br></div><div>is there a better way to perform the process i just described?<br><br></div><div>your help is enormously appreciated,<br></div><div>Cheers,<br></div><div>Tomer Paretsky<br></div></div></div></div>