Added the flexnbd break command to stop mirroring

This commit is contained in:
Alex Young
2012-07-17 16:30:49 +01:00
parent 1caa3d4e27
commit 314c0c2a2a
10 changed files with 223 additions and 8 deletions

View File

@@ -133,6 +133,21 @@ Options
The local address to bind to. You may need this if the remote server
is using an access control list.
break
~~~~~
$ flexnbd mirror --sock SOCK [global option]*
Stop a running migration.
Options
^^^^^^^
*--sock, -s SOCK*:
The control socket of the local server whose emigration to stop.
Required.
acl
~~~