From 3ec63650bb7fd874a5013e7be4a2def3b519c9b2 Mon Sep 17 00:00:00 2001 From: Kotresh HR Date: Tue, 1 Aug 2017 07:51:44 -0400 Subject: feature/posix: Enabled gfid2path by default Enable gfid2path feature by default. The basic performance tests are carried out and it doesn't show significant depreciation. The results are updated in issue. Updates: #139 Change-Id: I5f1949a608d0827018ef9d548d5d69f3bb7744fd Signed-off-by: Kotresh HR Reviewed-on: https://review.gluster.org/17950 Smoke: Gluster Build System CentOS-regression: Gluster Build System Reviewed-by: Aravinda VK Reviewed-by: Amar Tumballi --- tests/gfid2path/gfid2path_fuse.t | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/gfid2path/gfid2path_fuse.t') diff --git a/tests/gfid2path/gfid2path_fuse.t b/tests/gfid2path/gfid2path_fuse.t index a66ab183683..c7e79466673 100644 --- a/tests/gfid2path/gfid2path_fuse.t +++ b/tests/gfid2path/gfid2path_fuse.t @@ -30,6 +30,9 @@ EXPECT 'Started' volinfo_field $V0 'Status'; ## Mount the volume TEST $GFS --volfile-server=$H0 --volfile-id=$V0 $M0; +## disable gfid2path +TEST $CLI volume set $V0 gfid2path disable + pgfid="00000000-0000-0000-0000-000000000001" xxh64_file=$B0/${V0}1/xxh64_file -- cgit