diff options
author | Amar Tumballi <amar@gluster.com> | 2010-07-20 01:23:17 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-07-20 20:44:14 -0700 |
commit | 9e3b58a2abdee5c1cf748eb463042ca9ef6aac66 (patch) | |
tree | bf77466ac242b04427d9f3391a78fa6e4606d102 /doc | |
parent | e235a743d2b4d409945770a6d5f803360932bd3d (diff) |
'glusterd' command
Signed-off-by: Amar Tumballi <amar@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 971 (dynamic volume management)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=971
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 4 | ||||
-rw-r--r-- | doc/glusterd.vol | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 58b5e95b7..a29335817 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 000000000..5cadfb48a --- /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 + |