From 1ae254ddcf397b101d291342272e13af25b0b1a1 Mon Sep 17 00:00:00 2001 From: Aravinda VK Date: Thu, 20 Jul 2017 17:08:12 +0530 Subject: tools/setgfid2path: Tool to set GFID to Path xattr in brick backend Once storage/gfid2path feature is enabled using `gluster volume set storage.gfid2path enable`, it starts recording the gfid2path xattr on each files. But this feature will not add xattr to the existing files. This tool accepts the file path as argument and sets the necessary xattr required for this feature. Change-Id: I75ad82c86ce482950645e687ff2e33b413fa53da Updates: #139 Signed-off-by: Aravinda VK Reviewed-on: https://review.gluster.org/17839 Smoke: Gluster Build System Reviewed-by: Niels de Vos Reviewed-by: Kotresh HR Tested-by: Kotresh HR CentOS-regression: Gluster Build System --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b1593b30a02..413d071c1db 100644 --- a/configure.ac +++ b/configure.ac @@ -282,6 +282,8 @@ AC_CONFIG_FILES([Makefile tools/glusterfind/glusterfind tools/glusterfind/Makefile tools/glusterfind/src/Makefile + tools/setgfid2path/Makefile + tools/setgfid2path/src/Makefile tests/basic/fuse/Makefile tests/basic/gfapi/Makefile]) -- cgit