summaryrefslogtreecommitdiffstats
path: root/tests/bugs/replicate/bug-1477169-entry-selfheal-rename.t
Commit message (Collapse)AuthorAgeFilesLines
* posix: add sanity checks for removing the gfid symlink for directoriesRavishankar N2017-08-041-0/+47
...during mkdir and rmdir. Otherwise, during entry self-heal, the directory could be left out without a .glusterfs symlink causing fops like opendir, readdir to fail. The only chance the missing symlink will be created is when a fresh lookup comes on it. Change-Id: I2e1cf1bce8962ea80187edd8f6d73e0a09cf9f8e BUG: 1477169 Signed-off-by: Ravishankar N <ravishankar@redhat.com> Reviewed-on: https://review.gluster.org/17945 Smoke: Gluster Build System <jenkins@build.gluster.org> CentOS-regression: Gluster Build System <jenkins@build.gluster.org> Reviewed-by: Raghavendra Bhat <raghavendra@redhat.com>