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
|
@ -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…
Reference in New Issue