diff options
author | Amar Tumballi <amarts@redhat.com> | 2018-08-10 15:57:50 +0530 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2018-11-08 07:36:50 +0000 |
commit | a907e468e724c32b9833ce59806fc215c7122d63 (patch) | |
tree | b0004661c83edc02f3778af8a836877cbe8118b5 /xlators/storage/Makefile.am | |
parent | 8f82c1165871e43de945ba0ed3fdaaf0d68aeef3 (diff) |
bd: remove from the build
Based on the proposal to remove few features as they are not
actively maintained [1], removed BD (block device) translator
from the build.
[1] - https://lists.gluster.org/pipermail/gluster-users/2018-July/034400.html
Updates: bz#1635688
Change-Id: Ia96db406c58a7aef355dde6bc33523bb2492b1a9
Signed-off-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'xlators/storage/Makefile.am')
-rw-r--r-- | xlators/storage/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xlators/storage/Makefile.am b/xlators/storage/Makefile.am index c08e8e41bca..5e3ed0eb93b 100644 --- a/xlators/storage/Makefile.am +++ b/xlators/storage/Makefile.am @@ -1,7 +1,3 @@ SUBDIRS = posix -if ENABLE_BD_XLATOR -SUBDIRS += bd -endif - CLEANFILES = |