glusterdocs
glusterdocs copied to clipboard
Adding limitation in glusterfind.
Currently the glusterfind operation is disrupted if even one node is down during the pre. This is due to the fact that changelogs are required to be captured from the specific bricks and then aggregated.
Fixes: #677 Signed-off-by: srijan-sivakumar [email protected]
@aravindavk can you please review this. TIA.
This looks like a bug in glusterfind. By default it should return partial results unless --disable-partial is specified.
https://github.com/gluster/glusterfs/blob/devel/tools/glusterfind/src/main.py#L365
@aravindavk , it fails when the flag isn't used.