diff options
| author | Kacper Kowalik (Xarthisius) <xarthisius.kk@gmail.com> | 2012-09-24 10:10:29 +0200 | 
|---|---|---|
| committer | Vijay Bellur <vbellur@redhat.com> | 2012-10-05 09:52:51 -0700 | 
| commit | dbed2e2f150eb227c26258f8c065e7789e3f9bda (patch) | |
| tree | 5a3465847a7900a79c59fd5bb7f56799010bdb35 /doc/admin-guide | |
| parent | 748cf71a49d35b1a0366576521a2a7daa7fc3df3 (diff) | |
Fix docs to reflect change in GLUSTERD_DEFAULT_WORKDIR
Change-Id: I8ee98cece7a3c4ccdc4c444ff755fba37c75f169
BUG: 859849
Signed-off-by: Kacper Kowalik (Xarthisius) <xarthisius.kk@gmail.com>
Reviewed-on: http://review.gluster.org/3970
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'doc/admin-guide')
| -rw-r--r-- | doc/admin-guide/en-US/admin_commandref.xml | 4 | ||||
| -rw-r--r-- | doc/admin-guide/en-US/admin_geo-replication.xml | 6 | ||||
| -rw-r--r-- | doc/admin-guide/en-US/glossary.xml | 2 | 
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/admin-guide/en-US/admin_commandref.xml b/doc/admin-guide/en-US/admin_commandref.xml index df4c78f48..5e1560534 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.      <para><emphasis role="bold">FILES</emphasis>  </para> -    <para>/etc/glusterd/* +    <para>/var/lib/glusterd/*  </para>      <para><emphasis role="bold">SEE ALSO </emphasis></para>      <para>fusermount(1), mount.glusterfs(8), glusterfs-volgen(8), glusterfs(8), glusterd(8)</para> @@ -326,7 +326,7 @@ needing to schedule server downtime.      <para><emphasis role="bold">FILES</emphasis>  </para> -    <para>/etc/glusterd/* +    <para>/var/lib/glusterd/*  </para>      <para><emphasis role="bold">SEE ALSO </emphasis></para>      <para>fusermount(1), mount.glusterfs(8), glusterfs-volgen(8), glusterfs(8), gluster(8)</para> diff --git a/doc/admin-guide/en-US/admin_geo-replication.xml b/doc/admin-guide/en-US/admin_geo-replication.xml index b546bb8da..279e9a62c 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 @@        <orderedlist>          <listitem>            <para>On the node where geo-replication sessions are to be set up, run the following command:</para> -          <para><command># ssh-keygen -f /etc/glusterd/geo-replication/secret.pem</command> +          <para><command># ssh-keygen -f /var/lib/glusterd/geo-replication/secret.pem</command>  </para>            <para>Press Enter twice to avoid passphrase.  </para>          </listitem>          <listitem>            <para>Run the following command on master for all the slave hosts: </para> -          <para><command># ssh-copy-id -i /etc/glusterd/geo-replication/secret.pem.pub <varname>user</varname>@<varname>slavehost</varname></command></para> +          <para><command># ssh-copy-id -i /var/lib/glusterd/geo-replication/secret.pem.pub <varname>user</varname>@<varname>slavehost</varname></command></para>          </listitem>        </orderedlist>      </section> @@ -341,7 +341,7 @@ level access to the particular volume.</para>              <para>A sample glusterd volfile along with default options:</para>              <para><screen>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 8c314feaa..a8544b8cd 100644 --- a/doc/admin-guide/en-US/glossary.xml +++ b/doc/admin-guide/en-US/glossary.xml @@ -113,7 +113,7 @@      <glossentry>        <glossterm>Volfile</glossterm>        <glossdef> -        <para>Volfile is a configuration file used by glusterfs process. Volfile will be usually located at <filename>/etc/glusterd/vols/VOLNAME</filename>.</para> +        <para>Volfile is a configuration file used by glusterfs process. Volfile will be usually located at <filename>/var/lib/glusterd/vols/VOLNAME</filename>.</para>        </glossdef>      </glossentry>      <glossentry>  | 
