summaryrefslogtreecommitdiffstats
path: root/xlators
diff options
context:
space:
mode:
authorShehjar Tikoo <shehjart@gluster.com>2010-10-21 04:06:48 +0000
committerAnand V. Avati <avati@dev.gluster.com>2010-10-21 05:11:19 -0700
commit46b7ce29e1b300044e03841a1a70325f190416c1 (patch)
tree7c58ba6675957f27090a678b0565531918b0f993 /xlators
parent8ce807dd811e32b704a7beec1bbbcbb2625a7219 (diff)
nfs: Fix volume-id option declaration
Signed-off-by: Shehjar Tikoo <shehjart@gluster.com> Signed-off-by: Anand V. Avati <avati@dev.gluster.com> BUG: 1972 (xcs get doesn't work with gNFS) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1972
Diffstat (limited to 'xlators')
-rw-r--r--xlators/nfs/server/src/nfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/nfs/server/src/nfs.c b/xlators/nfs/server/src/nfs.c
index 26256131f12..0afd85f51de 100644
--- a/xlators/nfs/server/src/nfs.c
+++ b/xlators/nfs/server/src/nfs.c
@@ -794,7 +794,7 @@ struct volume_options options[] = {
" scheme for encoding file handles when DVM is being"
" used."
},
- { .key = {"nfs3.%s.volume-id"},
+ { .key = {"nfs3.*.volume-id"},
.type = GF_OPTION_TYPE_STR,
.description = "When nfs.dynamic-volumes is set, gnfs expects every "
"subvolume to have this option set for it, so that "