[Bugs] [Bug 1741899] the volume of occupied space in the bricks of gluster volume (3 nodes replica) differs on nodes and the healing does not fix it

bugzilla at redhat.com bugzilla at redhat.com
Thu Aug 29 03:57:54 UTC 2019


https://bugzilla.redhat.com/show_bug.cgi?id=1741899



--- Comment #11 from Ravishankar N <ravishankar at redhat.com> ---
(In reply to Sergey Pleshkov from comment #10)
> Hello
> 
> Is there any proven way to compare files / folders on two nodes of a glaster
> to find different files?
> I tried using the "rsync -rin" command but it turned out to be ineffective
> for comparison (selects all files in general)

To compare just the directory structure (to find what files are missing), maybe
you could run `diff <(ssh root at lsy-gl-01 ls -R  /diskForTestData/tst) <(ssh
root at lsy-gl-02 ls -R  /diskForTestData/tst)` etc. after setting up
password-less ssh. You would need to ignore the contents of .glusterfs though.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Bugs mailing list