Skip to content

Commit

Permalink
Adding limitation in glusterfind.
Browse files Browse the repository at this point in the history
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: gluster#677
Signed-off-by: srijan-sivakumar <[email protected]>
  • Loading branch information
srijan-sivakumar committed Apr 7, 2021
1 parent e1e851b commit d5bee44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/GlusterFS-Tools/glusterfind.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,4 @@ Where `START_TIME` is in unix epoch format, `START_TIME` will be zero for full f
1. Deleted files will not get listed, since we can't convert GFID to Path if file/dir is deleted.
2. Only new name will get listed if Renamed.
3. All hardlinks will get listed.
4. All the nodes are to be up and running for the successful operation of glusterfind.

0 comments on commit d5bee44

Please sign in to comment.