summaryrefslogtreecommitdiffstats
path: root/xlators/features/snapview-server
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/features/snapview-server')
-rw-r--r--xlators/features/snapview-server/src/snapview-server.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/xlators/features/snapview-server/src/snapview-server.c b/xlators/features/snapview-server/src/snapview-server.c
index dcc62bd43b6..928f8ee8f7a 100644
--- a/xlators/features/snapview-server/src/snapview-server.c
+++ b/xlators/features/snapview-server/src/snapview-server.c
@@ -2390,6 +2390,8 @@ struct xlator_cbks cbks = {
};
struct volume_options options[] = {
- /* This translator doesn't take any options, or provide any options */
+ { .key = {"volname"},
+ .type = GF_OPTION_TYPE_STR,
+ },
{ .key = {NULL} },
};