diff options
author | Lubomir Rintel <lubo.rintel@gooddata.com> | 2013-07-31 08:54:59 +0200 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2013-08-22 23:59:01 -0700 |
commit | 898edbf1335726566d501e2409b57fef4f97671e (patch) | |
tree | 8f15973afd59ea2755b3c630f1a16892a3bc12a0 /doc | |
parent | f4cffcc7ef52ccab3b08cb9be5bf16f046f5493a (diff) |
doc: Move glusterd.vol to extras/ directory
It's actually not documentation.
Change-Id: I30c84abc9a31edb2f849dd2d6ff6d3129d87392d
Signed-off-by: Lubomir Rintel <lubo.rintel@gooddata.com>
Reviewed-on: http://review.gluster.org/5474
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 5 | ||||
-rw-r--r-- | doc/glusterd.vol | 8 |
2 files changed, 1 insertions, 12 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 0f9feb250b7..1103b607dba 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 de17d8fd8f9..00000000000 --- 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 |