From 9bdf6792d7e0c040541fe3f2736cba5a53935a66 Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Tue, 20 Dec 2016 23:13:25 -0500 Subject: encryption: Move all xlators to experimental rot-13 is never meant to be used in production. crypt requires a lot more attention before it can be ready for production. Hence moving both xlators to experimental. Change-Id: I6dce653c88e2ede109f3031ab9e8f318ce7d87cb Signed-off-by: Vijay Bellur --- xlators/mgmt/glusterd/src/glusterd-volume-set.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'xlators/mgmt/glusterd/src/glusterd-volume-set.c') diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-set.c b/xlators/mgmt/glusterd/src/glusterd-volume-set.c index 68c57fc10cb..5e9616bdfcd 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-set.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-set.c @@ -1602,7 +1602,7 @@ struct volopt_map_entry glusterd_volopt_map[] = { /* Crypt xlator options */ { .key = "features.encryption", - .voltype = "encryption/crypt", + .voltype = "experimental/encryption/crypt", .option = "!feat", .value = "off", .op_version = 3, @@ -1612,17 +1612,17 @@ struct volopt_map_entry glusterd_volopt_map[] = { }, { .key = "encryption.master-key", - .voltype = "encryption/crypt", + .voltype = "experimental/encryption/crypt", .op_version = 3, .flags = OPT_FLAG_CLIENT_OPT }, { .key = "encryption.data-key-size", - .voltype = "encryption/crypt", + .voltype = "experimental/encryption/crypt", .op_version = 3, .flags = OPT_FLAG_CLIENT_OPT }, { .key = "encryption.block-size", - .voltype = "encryption/crypt", + .voltype = "experimental/encryption/crypt", .op_version = 3, .flags = OPT_FLAG_CLIENT_OPT }, -- cgit