diff options
author | Pranith Kumar K <pkarampu@redhat.com> | 2013-06-28 16:03:52 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2013-07-03 07:33:13 -0700 |
commit | b64a7f8497d9752f4da5a42aeeeebbd7727c442b (patch) | |
tree | 0fdd9ab26be7f280b7e05414d8e95cf16c241d10 /doc/admin-guide/en-US | |
parent | 29619b4ee78926160435da82f9db213161e040d4 (diff) |
cluster/afr: Provide an option to disable afr durability
Change-Id: I40eec20ca6b3f857245a2438883822e251077ee9
BUG: 979365
Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
Reviewed-on: http://review.gluster.org/5269
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'doc/admin-guide/en-US')
-rw-r--r-- | doc/admin-guide/en-US/admin_managing_volumes.xml | 6 | ||||
-rw-r--r-- | doc/admin-guide/en-US/markdown/admin_managing_volumes.md | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/admin-guide/en-US/admin_managing_volumes.xml b/doc/admin-guide/en-US/admin_managing_volumes.xml index 0c4d2e922cf..70c1fe0b995 100644 --- a/doc/admin-guide/en-US/admin_managing_volumes.xml +++ b/doc/admin-guide/en-US/admin_managing_volumes.xml @@ -114,6 +114,12 @@ Set volume successful</programlisting></para> <entry>On | Off</entry> </row> <row> + <entry>cluster.ensure-durability</entry> + <entry>This option makes sure the data/metadata is durable across abrupt shutdown of the brick. </entry> + <entry>on</entry> + <entry>On | Off</entry> + </row> + <row> <entry>diagnostics.brick-log-level</entry> <entry>Changes the log-level of the bricks. </entry> <entry>INFO </entry> diff --git a/doc/admin-guide/en-US/markdown/admin_managing_volumes.md b/doc/admin-guide/en-US/markdown/admin_managing_volumes.md index 5c1b5347982..6375bf5257e 100644 --- a/doc/admin-guide/en-US/markdown/admin_managing_volumes.md +++ b/doc/admin-guide/en-US/markdown/admin_managing_volumes.md @@ -73,6 +73,8 @@ To tune volume options cluster.self-heal-daemon Allows you to turn-off proactive self-heal on replicated volumes. on On | Off + cluster.ensure-durability This option makes sure the data/metadata is durable across abrupt shutdown of the brick. on On | Off + diagnostics.brick-log-level Changes the log-level of the bricks. INFO DEBUG|WARNING|ERROR|CRITICAL|NONE|TRACE diagnostics.client-log-level Changes the log-level of the clients. INFO DEBUG|WARNING|ERROR|CRITICAL|NONE|TRACE |