From 42c06ba048d0bcb7093063bf99dfa3e520a038a5 Mon Sep 17 00:00:00 2001 From: shishir gowda Date: Fri, 13 Apr 2012 15:22:57 +0530 Subject: glusterd/rebalance: Start process with xlator option client-pid -3 This would prevent updation of xtime by the marker. Signed-off-by: shishir gowda Change-Id: I11e287511026326271c2926e55993e48b32018f6 BUG: 812287 Reviewed-on: http://review.gluster.com/3144 Tested-by: Gluster Build System Reviewed-by: Mohammed Junaid Reviewed-by: Csaba Henk Reviewed-by: Vijay Bellur --- libglusterfs/src/common-utils.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libglusterfs') diff --git a/libglusterfs/src/common-utils.h b/libglusterfs/src/common-utils.h index 9d98975e14f..86f1b051f33 100644 --- a/libglusterfs/src/common-utils.h +++ b/libglusterfs/src/common-utils.h @@ -104,7 +104,8 @@ enum _gf_client_pid GF_CLIENT_PID_MAX = 0, GF_CLIENT_PID_GSYNCD = -1, GF_CLIENT_PID_HADOOP = -2, - GF_CLIENT_PID_MIN = -3 + GF_CLIENT_PID_DEFRAG = -3, + GF_CLIENT_PID_MIN = -4 }; typedef enum _gf_boolean gf_boolean_t; -- cgit