From 68138b00ca0d093304a903544d13d0010e7ffcc1 Mon Sep 17 00:00:00 2001 From: Anuradha Talur Date: Fri, 30 Nov 2018 11:23:07 -0800 Subject: cloudsync/cvlt: Cloudsync plugin for commvault store Change-Id: Icbe53e78e9c4f6699c7a26a806ef4b14b39f5019 updates: bz#1642168 Signed-off-by: Anuradha Talur --- xlators/features/cloudsync/src/cloudsync.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'xlators/features/cloudsync/src/cloudsync.c') 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}, }; -- cgit