From dbed2e2f150eb227c26258f8c065e7789e3f9bda Mon Sep 17 00:00:00 2001 From: "Kacper Kowalik (Xarthisius)" Date: Mon, 24 Sep 2012 10:10:29 +0200 Subject: Fix docs to reflect change in GLUSTERD_DEFAULT_WORKDIR Change-Id: I8ee98cece7a3c4ccdc4c444ff755fba37c75f169 BUG: 859849 Signed-off-by: Kacper Kowalik (Xarthisius) Reviewed-on: http://review.gluster.org/3970 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- doc/admin-guide/en-US/admin_commandref.xml | 4 ++-- doc/admin-guide/en-US/admin_geo-replication.xml | 6 +++--- doc/admin-guide/en-US/glossary.xml | 2 +- doc/gluster.8 | 2 +- doc/glusterd.8 | 2 +- doc/glusterfs.8 | 2 +- doc/glusterfsd.8 | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) (limited to 'doc') diff --git a/doc/admin-guide/en-US/admin_commandref.xml b/doc/admin-guide/en-US/admin_commandref.xml index df4c78f4869..5e15605345f 100644 --- a/doc/admin-guide/en-US/admin_commandref.xml +++ b/doc/admin-guide/en-US/admin_commandref.xml @@ -251,7 +251,7 @@ needing to schedule server downtime. FILES - /etc/glusterd/* + /var/lib/glusterd/* SEE ALSO fusermount(1), mount.glusterfs(8), glusterfs-volgen(8), glusterfs(8), glusterd(8) @@ -326,7 +326,7 @@ needing to schedule server downtime. FILES - /etc/glusterd/* + /var/lib/glusterd/* SEE ALSO fusermount(1), mount.glusterfs(8), glusterfs-volgen(8), glusterfs(8), gluster(8) diff --git a/doc/admin-guide/en-US/admin_geo-replication.xml b/doc/admin-guide/en-US/admin_geo-replication.xml index b546bb8da8c..279e9a62c97 100644 --- a/doc/admin-guide/en-US/admin_geo-replication.xml +++ b/doc/admin-guide/en-US/admin_geo-replication.xml @@ -221,14 +221,14 @@ On the node where geo-replication sessions are to be set up, run the following command: - # ssh-keygen -f /etc/glusterd/geo-replication/secret.pem + # ssh-keygen -f /var/lib/glusterd/geo-replication/secret.pem Press Enter twice to avoid passphrase. Run the following command on master for all the slave hosts: - # ssh-copy-id -i /etc/glusterd/geo-replication/secret.pem.pub user@slavehost + # ssh-copy-id -i /var/lib/glusterd/geo-replication/secret.pem.pub user@slavehost @@ -341,7 +341,7 @@ level access to the particular volume. A sample glusterd volfile along with default options: volume management type mgmt/glusterd - option working-directory /etc/glusterd + option working-directory /var/lib/glusterd option transport-type socket,rdma option transport.socket.keepalive-time 10 option transport.socket.keepalive-interval 2 diff --git a/doc/admin-guide/en-US/glossary.xml b/doc/admin-guide/en-US/glossary.xml index 8c314feaad4..a8544b8cd38 100644 --- a/doc/admin-guide/en-US/glossary.xml +++ b/doc/admin-guide/en-US/glossary.xml @@ -113,7 +113,7 @@ Volfile - Volfile is a configuration file used by glusterfs process. Volfile will be usually located at /etc/glusterd/vols/VOLNAME. + Volfile is a configuration file used by glusterfs process. Volfile will be usually located at /var/lib/glusterd/vols/VOLNAME. diff --git a/doc/gluster.8 b/doc/gluster.8 index 532be973ed8..3c78fb8b19a 100644 --- a/doc/gluster.8 +++ b/doc/gluster.8 @@ -114,7 +114,7 @@ Display the command options. Exit the gluster command line interface. .SH FILES -/etc/glusterd/* +/var/lib/glusterd/* .SH SEE ALSO .nf \fBfusermount\fR(1), \fBmount.glusterfs\fR(8), \fBglusterfs\fR(8), \fBglusterd\fR(8) diff --git a/doc/glusterd.8 b/doc/glusterd.8 index 144ba745557..04a43481eec 100644 --- a/doc/glusterd.8 +++ b/doc/glusterd.8 @@ -50,7 +50,7 @@ Print the program version. .PP .SH FILES -/etc/glusterd/* +/var/lib/glusterd/* .SH SEE ALSO .nf diff --git a/doc/glusterfs.8 b/doc/glusterfs.8 index e639d5a2308..2afdf4c1a4f 100644 --- a/doc/glusterfs.8 +++ b/doc/glusterfs.8 @@ -101,7 +101,7 @@ Print the program version. .PP .SH FILES -/etc/glusterfs/*.vol, /etc/glusterd/vols/*/*.vol +/etc/glusterfs/*.vol, /var/lib/glusterd/vols/*/*.vol .SH EXAMPLES mount a volume named foo on server bar with log level DEBUG on mount point /mnt/foo diff --git a/doc/glusterfsd.8 b/doc/glusterfsd.8 index 3c25dfcfda3..dd7cb0d2d60 100644 --- a/doc/glusterfsd.8 +++ b/doc/glusterfsd.8 @@ -122,7 +122,7 @@ Print program version .SH EXAMPLES Start a GlusterFS server on localhost with volume name foo -glusterfsd \-s localhost \-\-volfile\-id foo.server.media-disk\-1 \-p /etc/glusterd/vols/foo/run/server\-media\-disk\-1.pid \-S /tmp/.socket \-\-brick-name /media/disk\-1 \-l /var/log/glusterfs/bricks/media\-disk\-1.log \-\-brick\-port 24009 \-\-xlator\-option foo\-server.listen-port=24009 +glusterfsd \-s localhost \-\-volfile\-id foo.server.media-disk\-1 \-p /var/lib/glusterd/vols/foo/run/server\-media\-disk\-1.pid \-S /tmp/.socket \-\-brick-name /media/disk\-1 \-l /var/log/glusterfs/bricks/media\-disk\-1.log \-\-brick\-port 24009 \-\-xlator\-option foo\-server.listen-port=24009 .SH SEE ALSO .nf -- cgit