mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
qmp-commands: move 'blockdev-snapshot-internal-sync' doc to schema
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
committed by
Markus Armbruster
parent
e817862b17
commit
bfeafc9c53
@@ -169,27 +169,6 @@ Example:
|
||||
<- { "return": { "status": "active", "completed": 1024000,
|
||||
"total": 2048000 } }
|
||||
|
||||
blockdev-snapshot-internal-sync
|
||||
-------------------------------
|
||||
|
||||
Synchronously take an internal snapshot of a block device when the format of
|
||||
image used supports it. If the name is an empty string, or a snapshot with
|
||||
name already exists, the operation will fail.
|
||||
|
||||
Arguments:
|
||||
|
||||
- "device": the device name or node-name of a root node to snapshot
|
||||
(json-string)
|
||||
- "name": name of the new snapshot (json-string)
|
||||
|
||||
Example:
|
||||
|
||||
-> { "execute": "blockdev-snapshot-internal-sync",
|
||||
"arguments": { "device": "ide-hd0",
|
||||
"name": "snapshot0" }
|
||||
}
|
||||
<- { "return": {} }
|
||||
|
||||
blockdev-snapshot-delete-internal-sync
|
||||
--------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user