diff options
author | Krishnan Parthasarathi <kparthas@redhat.com> | 2014-02-12 17:23:28 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2014-02-14 04:18:26 -0800 |
commit | a78dfebb7343671b0a3a0af8b46951894a3cf7a4 (patch) | |
tree | 846be0e1c612c6bb91a69716bd694bb99a512eda /xlators/storage | |
parent | 0a8abcc5d0b727746a2ac6c0d5729700bfea742b (diff) |
add build-gfid option to enable pgfid tracking ...
.. for inode to pathname mapping
Change-Id: I0486d85b02e86d739fc1d8ea16d118fb666abf60
BUG: 1064863
Signed-off-by: Krishnan Parthasarathi <kparthas@redhat.com>
Reviewed-on: http://review.gluster.org/6989
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'xlators/storage')
-rw-r--r-- | xlators/storage/posix/src/posix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/storage/posix/src/posix.c b/xlators/storage/posix/src/posix.c index 64465c61872..ce777a4cb0a 100644 --- a/xlators/storage/posix/src/posix.c +++ b/xlators/storage/posix/src/posix.c @@ -5764,7 +5764,7 @@ struct volume_options options[] = { }, { .key = {"update-link-count-parent"}, .type = GF_OPTION_TYPE_BOOL, - .default_value = "false", + .default_value = "off", .description = "Enable placeholders for gfid to path conversion" }, { .key = {NULL} } |