From 368dfd695928e8fc40988b8f2de86c3b469172d2 Mon Sep 17 00:00:00 2001 From: Meghana Madhusudhan Date: Wed, 18 Mar 2015 11:33:50 +0530 Subject: NFS-Ganesha: Volume set option for managing NFS-Ganesha exports. A dummy translator has been introduced as a place holder for functions related to managing NFS-Ganesha exports. A volume set option is introduced to manage volume level exports. gluster vol set ganesha.enable ON/OFF 1. gluster volume set ganesha.enable ON It creates the export config file with a unique export ID. Sends a DBus signal to export this volume dynamically. 2. gluster vol set ganesha.enable OFF Unexports the specific volume. Deletes the specfic config file related to the volume. This change also removes the handling of the older keys "nfs-ganesha.enable" and "nfs-ganesha.host" Change-Id: I8d4a0b542326a6a0c8e4711600b106274d666587 BUG: 1188184 Signed-off-by: Meghana Madhusudhan Reviewed-on: http://review.gluster.org/9585 Tested-by: Gluster Build System Reviewed-by: Niels de Vos --- xlators/features/ganesha/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 xlators/features/ganesha/Makefile.am (limited to 'xlators/features/ganesha/Makefile.am') diff --git a/xlators/features/ganesha/Makefile.am b/xlators/features/ganesha/Makefile.am new file mode 100644 index 00000000000..a985f42a877 --- /dev/null +++ b/xlators/features/ganesha/Makefile.am @@ -0,0 +1,3 @@ +SUBDIRS = src + +CLEANFILES = -- cgit