summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd/src/glusterd-volume-set.c
diff options
context:
space:
mode:
authorAnuradha Talur <atalur@commvault.com>2018-11-30 11:23:07 -0800
committerSusant Palai <spalai@redhat.com>2019-04-26 15:10:58 +0000
commit68138b00ca0d093304a903544d13d0010e7ffcc1 (patch)
tree5d4674f9f2499a52fc23c78f67b37bc6dd91de1c /xlators/mgmt/glusterd/src/glusterd-volume-set.c
parent13e1fe6dbd39ef88cadce1590b5d4c45b67387cb (diff)
cloudsync/cvlt: Cloudsync plugin for commvault store
Change-Id: Icbe53e78e9c4f6699c7a26a806ef4b14b39f5019 updates: bz#1642168 Signed-off-by: Anuradha Talur <atalur@commvault.com>
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-volume-set.c')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-volume-set.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
index 495c3831dba..f0eb9b27971 100644
--- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c
+++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c
@@ -3014,6 +3014,14 @@ struct volopt_map_entry glusterd_volopt_map[] = {
{.key = "features.cloudsync-remote-read",
.voltype = "features/cloudsync",
.value = "off",
- .op_version = GD_OP_VERSION_6_0,
+ .op_version = GD_OP_VERSION_7_0,
+ .flags = VOLOPT_FLAG_CLIENT_OPT},
+ {.key = "features.cloudsync-store-id",
+ .voltype = "features/cloudsync",
+ .op_version = GD_OP_VERSION_7_0,
+ .flags = VOLOPT_FLAG_CLIENT_OPT},
+ {.key = "features.cloudsync-product-id",
+ .voltype = "features/cloudsync",
+ .op_version = GD_OP_VERSION_7_0,
.flags = VOLOPT_FLAG_CLIENT_OPT},
{.key = NULL}};