Revision 787074d5 man/gnt-debug.rst

b/man/gnt-debug.rst
46 46
DELAY
47 47
~~~~~
48 48

  
49
**delay** [\--debug] [\--no-master] [-n *NODE*...] {*duration*}
49
**delay** [\--debug] [\--no-master] [\--interruptible] [-n *NODE*...]
50
{*duration*}
50 51

  
51 52
Run a test opcode (a sleep) on the master and on selected nodes
52 53
(via an RPC call). This serves no other purpose but to execute a
......
56 57
for the RPC call. By default, the delay will also be executed on
57 58
the master, unless the ``--no-master`` option is passed.
58 59

  
60
The ``--interruptible`` option allows a running delay opcode to be
61
interrupted by communicating with a special domain socket. If any data
62
is sent to the socket, the delay opcode terminates. If this option is
63
used, no RPCs are performed, but locks are still acquired.
64

  
59 65
The *delay* argument will be interpreted as a floating point
60 66
number.
61 67

  

Also available in: Unified diff