QMP: Fix blockdev-snapshot-sync doc example
Fix wrong command name. Reported-by: Eric Blake <eblake@redhat.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
parent
cfce6d8934
commit
7f3850c262
1 changed files with 4 additions and 4 deletions
|
|
@ -710,10 +710,10 @@ Arguments:
|
|||
|
||||
Example:
|
||||
|
||||
-> { "execute": "blockdev-snapshot", "arguments": { "device": "ide-hd0",
|
||||
"snapshot-file":
|
||||
"/some/place/my-image",
|
||||
"format": "qcow2" } }
|
||||
-> { "execute": "blockdev-snapshot-sync", "arguments": { "device": "ide-hd0",
|
||||
"snapshot-file":
|
||||
"/some/place/my-image",
|
||||
"format": "qcow2" } }
|
||||
<- { "return": {} }
|
||||
|
||||
EQMP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue