From 5dda1d4e00b8235656b7e4e8de35f599bf033148 Mon Sep 17 00:00:00 2001 From: Vijaikumar M Date: Mon, 5 May 2014 12:43:26 +0530 Subject: glusterd/snapshot: Execute lvm snapshots in parallel Back-end LVM Snapshot is executed parallely as synop task This helps is gaining performance when there are more bricks in a node. This patch also removes unwanted logs printed in snapshot cleanup Change-Id: I3174cb4547ebb670eca37a98eb9d75ecb0672a90 BUG: 1061685 Signed-off-by: Vijaikumar M Reviewed-on: http://review.gluster.org/7461 Tested-by: Gluster Build System Reviewed-by: Rajesh Joseph Reviewed-by: Krishnan Parthasarathi Tested-by: Krishnan Parthasarathi --- xlators/mgmt/glusterd/src/glusterd-mem-types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xlators/mgmt/glusterd/src/glusterd-mem-types.h') diff --git a/xlators/mgmt/glusterd/src/glusterd-mem-types.h b/xlators/mgmt/glusterd/src/glusterd-mem-types.h index e6f6a0333a1..95908cf62fc 100644 --- a/xlators/mgmt/glusterd/src/glusterd-mem-types.h +++ b/xlators/mgmt/glusterd/src/glusterd-mem-types.h @@ -69,7 +69,8 @@ typedef enum gf_gld_mem_types_ { gf_gld_mt_int = gf_common_mt_end + 53, gf_gld_mt_snap_t = gf_common_mt_end + 54, gf_gld_mt_missed_snapinfo_t = gf_common_mt_end + 55, - gf_gld_mt_end = gf_common_mt_end + 56, + gf_gld_mt_snap_create_args_t = gf_common_mt_end + 56, + gf_gld_mt_end = gf_common_mt_end + 57, } gf_gld_mem_types_t; #endif -- cgit