From 0cd47f3d96029fcc898e348dbc58d2086541a288 Mon Sep 17 00:00:00 2001 From: Krutika Dhananjay Date: Thu, 26 May 2016 08:25:37 +0530 Subject: tests: Add more tests for granular entry self-heal feature Backport of: http://review.gluster.org/#/c/14542/ Change-Id: I62d383afdb2ee1dfde1e2646bdfd951ed9d5a75d BUG: 1340991 Signed-off-by: Krutika Dhananjay Reviewed-on: http://review.gluster.org/14560 Reviewed-by: Pranith Kumar Karampuri Tested-by: Pranith Kumar Karampuri Smoke: Gluster Build System CentOS-regression: Gluster Build System NetBSD-regression: NetBSD Build System Reviewed-by: Ravishankar N --- tests/include.rc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/include.rc') diff --git a/tests/include.rc b/tests/include.rc index 13a5188a34e..e122a0ed627 100644 --- a/tests/include.rc +++ b/tests/include.rc @@ -10,6 +10,8 @@ GSV0=${GSV0:=slave}; # slave volume name to use in geo-rep tests B0=${B0:=/d/backends}; # top level of brick directories WORKDIRS="$B0 $M0 $M1 $M2 $N0 $N1" +ROOT_GFID="00000000-0000-0000-0000-000000000001" + META_VOL=${META_VOL:=gluster_shared_storage}; # shared gluster storage volume used by snapshot scheduler, nfs ganesha and geo-rep. META_MNT=${META_MNT:=/var/run/gluster/shared_storage}; # Mount point of shared gluster volume. -- cgit