From 8b3a1b19fbd73545cb86029ee34033d87190bca5 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Wed, 5 Dec 2018 20:37:53 +0530 Subject: encryption: remove crypt xlator from build Based on the proposal to remove few features as they are not actively maintained [1], removing crypt translator from the build. [1] - https://lists.gluster.org/pipermail/gluster-users/2018-July/034400.html Crypt xlator helped in on-disk / at-rest encryption of data. But currently as there are no maintainers for this, planning to remove it from master codebase. We are planning to host these experimental/ tech-preview xlators in another repository, so people who want to contribute can still use the bits. updates: bz#1635688 Change-Id: I7f2453907a595c34f635a88c49aab0845369c6e7 Signed-off-by: Amar Tumballi --- xlators/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xlators') diff --git a/xlators/Makefile.am b/xlators/Makefile.am index 29549db724e..ef20cbb64fa 100644 --- a/xlators/Makefile.am +++ b/xlators/Makefile.am @@ -2,10 +2,10 @@ if BUILD_GNFS GNFS_DIR = nfs endif -DIST_SUBDIRS = cluster storage protocol performance debug features encryption \ +DIST_SUBDIRS = cluster storage protocol performance debug features \ mount nfs mgmt system playground meta -SUBDIRS = cluster storage protocol performance debug features encryption \ +SUBDIRS = cluster storage protocol performance debug features \ mount ${GNFS_DIR} mgmt system playground meta EXTRA_DIST = xlator.sym -- cgit