From 9e3b58a2abdee5c1cf748eb463042ca9ef6aac66 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Tue, 20 Jul 2010 01:23:17 +0000 Subject: 'glusterd' command Signed-off-by: Amar Tumballi Signed-off-by: Anand V. Avati BUG: 971 (dynamic volume management) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=971 --- doc/Makefile.am | 4 ++-- doc/glusterd.vol | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 doc/glusterd.vol (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am index 58b5e95b758..a29335817b0 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,11 +1,11 @@ EXTRA_DIST = glusterfs.vol.sample glusterfsd.vol.sample glusterfs.8 mount.glusterfs.8\ porting_guide.txt authentication.txt coding-standard.pdf get_put_api_using_xattr.txt \ - translator-options.txt mac-related-xattrs.txt replicate.pdf + translator-options.txt mac-related-xattrs.txt replicate.pdf glusterd.vol SUBDIRS = examples hacker-guide voldir = $(sysconfdir)/glusterfs -vol_DATA = glusterfs.vol.sample glusterfsd.vol.sample +vol_DATA = glusterfs.vol.sample glusterfsd.vol.sample glusterd.vol man8_MANS = glusterfs.8 mount.glusterfs.8 diff --git a/doc/glusterd.vol b/doc/glusterd.vol new file mode 100644 index 00000000000..5cadfb48a80 --- /dev/null +++ b/doc/glusterd.vol @@ -0,0 +1,6 @@ +volume management + type mgmt/glusterd + option working-directory /etc/glusterd + # option listen-port 6969 +end-volume + -- cgit