summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Wareing <rwareing@fb.com>2015-10-15 16:28:59 -0700
committerShreyas Siravara <sshreyas@fb.com>2017-02-10 13:51:34 -0500
commitec4d86d1a5a5b8f567e18c1c23ada4d07154bc69 (patch)
tree6cd01e13b6d34466954eb4fd922db7338fd44cdf
parent9a3d1ada869ef5c08dbfbd3efb3d2faca6248824 (diff)
cluster/afr: Turn on pgfid tracking by default
Summary: We need this on by default for a variety of reasons. Signed-off-by: Shreyas Siravara <sshreyas@fb.com> Change-Id: Ia2e6fb8d37a13257af8abec6ef356c7c48e52c2d Reviewed-on: https://review.gluster.org/16338 Tested-by: Shreyas Siravara <sshreyas@fb.com> CentOS-regression: Gluster Build System <jenkins@build.gluster.org> NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org> Reviewed-by: Kevin Vigor <kvigor@fb.com> Smoke: Gluster Build System <jenkins@build.gluster.org>
-rw-r--r--xlators/storage/posix/src/posix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/storage/posix/src/posix.c b/xlators/storage/posix/src/posix.c
index 8f85f8c8ba1..22601e688aa 100644
--- a/xlators/storage/posix/src/posix.c
+++ b/xlators/storage/posix/src/posix.c
@@ -7574,7 +7574,7 @@ struct volume_options options[] = {
},
{ .key = {"update-link-count-parent"},
.type = GF_OPTION_TYPE_BOOL,
- .default_value = "off",
+ .default_value = "on",
.description = "Enable placeholders for gfid to path conversion"
},
#if GF_DARWIN_HOST_OS