From 46b7ce29e1b300044e03841a1a70325f190416c1 Mon Sep 17 00:00:00 2001 From: Shehjar Tikoo Date: Thu, 21 Oct 2010 04:06:48 +0000 Subject: nfs: Fix volume-id option declaration Signed-off-by: Shehjar Tikoo Signed-off-by: Anand V. Avati BUG: 1972 (xcs get doesn't work with gNFS) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1972 --- xlators/nfs/server/src/nfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/nfs') 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 " -- cgit