diff options
| author | Amitay Isaacs <amitay@gmail.com> | 2012-11-21 17:03:37 +1100 |
|---|---|---|
| committer | Amitay Isaacs <amitay@gmail.com> | 2012-11-21 19:40:22 +1100 |
| commit | b2e96641eb9694aea66a1ae429ecb446a2cd1459 (patch) | |
| tree | 286ac9f8c4122ffe0dfb1a622c02717d98a110f9 | |
| parent | 05cf7bce496674e1cc60c43f88d7dcdb4c5dfa06 (diff) | |
| download | samba-b2e96641eb9694aea66a1ae429ecb446a2cd1459.tar.gz samba-b2e96641eb9694aea66a1ae429ecb446a2cd1459.tar.xz samba-b2e96641eb9694aea66a1ae429ecb446a2cd1459.zip | |
doc: Update ping_pong documentation to add -c option
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
(This used to be ctdb commit d05faf294e58e22ae3fbc76162258f1ae8178129)
| -rw-r--r-- | ctdb/doc/ping_pong.1.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ctdb/doc/ping_pong.1.xml b/ctdb/doc/ping_pong.1.xml index 0b67e8f86e..f4148aec2a 100644 --- a/ctdb/doc/ping_pong.1.xml +++ b/ctdb/doc/ping_pong.1.xml @@ -25,6 +25,7 @@ <arg choice="opt">-r</arg> <arg choice="opt">-w</arg> <arg choice="opt">-m</arg> + <arg choice="opt">-c</arg> </cmdsynopsis> </refsynopsisdiv> @@ -65,6 +66,15 @@ </para> </listitem> </varlistentry> + + <varlistentry><term>-c</term> + <listitem> + <para> + validate the locks + </para> + </listitem> + </varlistentry> + </variablelist> </refsect1> @@ -77,6 +87,13 @@ </screen> <para> + Testing lock coherence with lock validation + </para> + <screen format="linespecific"> + ping_pong -c test.dat N + </screen> + + <para> Testing IO coherence </para> <screen format="linespecific"> |
