From e4a404342cc1b53b1f16b68938f31d2b12dc9121 Mon Sep 17 00:00:00 2001 From: Jiffin Tony Thottan Date: Mon, 1 Aug 2016 12:11:24 +0530 Subject: xlators/ganesha : Remove the ganesha xlator code entirely from source ganesha xlator is dummy xlator which introduced as part of cli options. But all the ganesha related cli commands are handled from glusterd only. There is no point in keeping this xlator. Hence removing the same since it does not have any role in NFS-Ganesha intergration with gluster Change-Id: Id438d2fabd3afe7e91ae26522df8495c8e9e9308 BUG: 1361999 Signed-off-by: Jiffin Tony Thottan Reviewed-on: http://review.gluster.org/15055 Smoke: Gluster Build System Reviewed-by: soumya k NetBSD-regression: NetBSD Build System Reviewed-by: Kaleb KEITHLEY CentOS-regression: Gluster Build System --- 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 c63eb75a7c3..68dc38bd132 100644 --- a/xlators/features/Makefile.am +++ b/xlators/features/Makefile.am @@ -1,5 +1,5 @@ SUBDIRS = locks quota read-only mac-compat quiesce marker index barrier \ - arbiter protect compress changelog changetimerecorder ganesha \ + arbiter protect compress changelog changetimerecorder \ gfid-access $(GLUPY_SUBDIR) upcall snapview-client snapview-server \ trash shard bit-rot leases -- cgit