From ec5d64eafcd77b1746b83173de16f7ec742af7a6 Mon Sep 17 00:00:00 2001 From: Venky Shankar Date: Wed, 19 Mar 2014 19:32:15 +0530 Subject: gsyncd / geo-rep: FSH recommended log locations Upgrading "working_dir" on the fly is a bit unclean yet (though it works) as currently config upgrade does not support "old" values to be expanded by using configuration variables. Change-Id: I44ed65c281f2e0ce3b6b467addc5c1c88ac674e7 BUG: 1077516 Signed-off-by: Venky Shankar Signed-off-by: Kotresh H R Signed-off-by: Aravinda VK Signed-off-by: Ajeet Jha Reviewed-on: http://review.gluster.org/7375 Tested-by: Gluster Build System --- libglusterfs/src/glusterfs.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libglusterfs/src/glusterfs.h') diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h index aad23158a1d..4867da42aff 100644 --- a/libglusterfs/src/glusterfs.h +++ b/libglusterfs/src/glusterfs.h @@ -156,8 +156,9 @@ #define ZR_FILE_CONTENT_REQUEST(key) (!strncmp(key, ZR_FILE_CONTENT_STR, \ ZR_FILE_CONTENT_STRLEN)) -#define DEFAULT_VAR_RUN_DIRECTORY DATADIR "/run/gluster" -#define GF_REPLICATE_TRASH_DIR ".landfill" +#define DEFAULT_VAR_RUN_DIRECTORY DATADIR "/run/gluster" +#define DEFAULT_GLUSTERFSD_MISC_DIRETORY DATADIR "/lib/misc/glusterfsd" +#define GF_REPLICATE_TRASH_DIR ".landfill" /* GlusterFS's maximum supported Auxilary GIDs */ /* TODO: Keeping it to 200, so that we can fit in 2KB buffer for auth data -- cgit