From 898edbf1335726566d501e2409b57fef4f97671e Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Wed, 31 Jul 2013 08:54:59 +0200 Subject: doc: Move glusterd.vol to extras/ directory It's actually not documentation. Change-Id: I30c84abc9a31edb2f849dd2d6ff6d3129d87392d Signed-off-by: Lubomir Rintel Reviewed-on: http://review.gluster.org/5474 Tested-by: Gluster Build System Reviewed-by: Anand Avati --- doc/Makefile.am | 5 +---- doc/glusterd.vol | 8 -------- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 doc/glusterd.vol (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am index 0f9feb250..1103b607d 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,9 +1,6 @@ -EXTRA_DIST = glusterfs.8 mount.glusterfs.8 glusterd.vol gluster.8 \ +EXTRA_DIST = glusterfs.8 mount.glusterfs.8 gluster.8 \ glusterd.8 glusterfsd.8 -voldir = $(sysconfdir)/glusterfs -vol_DATA = glusterd.vol - man8_MANS = glusterfs.8 mount.glusterfs.8 gluster.8 glusterd.8 glusterfsd.8 CLEANFILES = diff --git a/doc/glusterd.vol b/doc/glusterd.vol deleted file mode 100644 index de17d8fd8..000000000 --- a/doc/glusterd.vol +++ /dev/null @@ -1,8 +0,0 @@ -volume management - type mgmt/glusterd - option working-directory /var/lib/glusterd - option transport-type socket,rdma - option transport.socket.keepalive-time 10 - option transport.socket.keepalive-interval 2 - option transport.socket.read-fail-log off -end-volume -- cgit