From 55a6ba56bea9ec0d3316c005300c514ea3ab0e54 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Wed, 3 Oct 2018 17:00:24 +0530 Subject: tiering: remove the translator from build and glusterd Based on the proposal to remove few features as they are not actively maintained [1], removing tier translator from the build. Also make sure there are no regression tests involving tiering feature are present. [1] https://lists.gluster.org/pipermail/gluster-users/2018-July/034400.html Change-Id: I2c177f711f9b54b7b24e1a13525ff3132bd9a9c5 updates: bz#1642807 Signed-off-by: Amar Tumballi --- xlators/features/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/features/Makefile.am') diff --git a/xlators/features/Makefile.am b/xlators/features/Makefile.am index 6ef19af0860..7a423bf4b20 100644 --- a/xlators/features/Makefile.am +++ b/xlators/features/Makefile.am @@ -4,7 +4,7 @@ endif SUBDIRS = locks quota read-only quiesce marker index barrier \ - arbiter compress changelog changetimerecorder \ + arbiter compress changelog \ gfid-access $(GLUPY_SUBDIR) upcall snapview-client snapview-server \ trash shard bit-rot leases selinux sdfs namespace $(CLOUDSYNC_DIR) thin-arbiter \ utime -- cgit