summaryrefslogtreecommitdiffstats
path: root/xlators/features/cloudsync/src/cloudsync.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/features/cloudsync/src/cloudsync.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/features/cloudsync/src/cloudsync.c')
-rw-r--r--xlators/features/cloudsync/src/cloudsync.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/xlators/features/cloudsync/src/cloudsync.c b/xlators/features/cloudsync/src/cloudsync.c
index 2497b4dde47..26e512c3af1 100644
--- a/xlators/features/cloudsync/src/cloudsync.c
+++ b/xlators/features/cloudsync/src/cloudsync.c
@@ -39,7 +39,11 @@ struct cs_plugin plugins[] = {
{.name = "cloudsyncs3",
.library = "cloudsyncs3.so",
.description = "cloudsync s3 store."},
-
+#if defined(__linux__)
+ {.name = "cvlt",
+ .library = "cloudsynccvlt.so",
+ .description = "Commvault content store."},
+#endif
{.name = NULL},
};