From 1725880dabd2bac8739043c4cb5f9d844557f86e Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Mon, 17 Jun 2019 16:49:48 +0530 Subject: encryption/crypt: remove from volume file The feature is not supported and is moved out of the codebase from glusterfs-5.x release. Doesn't make sense to keep the code to support it. For those who want to upgrade from an version supporting it to higher version, please do a 'gluster volume reset $VOL encryption reset' and then continue with the upgrade process. updates: bz#1648169 Change-Id: I8cf822c0d7195940bd37f6af2432a3cac68d44d1 Signed-off-by: Amar Tumballi --- extras/distributed-testing/distributed-test-env | 1 - 1 file changed, 1 deletion(-) (limited to 'extras') diff --git a/extras/distributed-testing/distributed-test-env b/extras/distributed-testing/distributed-test-env index 0d57d5237dd..36fdd82e5dd 100644 --- a/extras/distributed-testing/distributed-test-env +++ b/extras/distributed-testing/distributed-test-env @@ -32,7 +32,6 @@ BROKEN_TESTS="\ tests/bugs/gfapi/bug-1093594.t\ tests/bugs/replicate/bug-1473026.t\ tests/bugs/replicate/bug-802417.t\ - tests/encryption/crypt.t\ tests/basic/inode-leak.t\ tests/basic/distribute/force-migration.t\ tests/basic/ec/heal-info.t\ -- cgit