mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-07 05:36:39 +00:00
block: live snapshot documentation tweaks
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
parent
9d537c9019
commit
8bde9b6f88
@ -1399,7 +1399,7 @@
|
|||||||
# @format: #optional the format of the snapshot image, default is 'qcow2'.
|
# @format: #optional the format of the snapshot image, default is 'qcow2'.
|
||||||
#
|
#
|
||||||
# @mode: #optional whether and how QEMU should create a new image, default is
|
# @mode: #optional whether and how QEMU should create a new image, default is
|
||||||
# 'absolute-paths'.
|
# 'absolute-paths'.
|
||||||
##
|
##
|
||||||
{ 'type': 'BlockdevSnapshot',
|
{ 'type': 'BlockdevSnapshot',
|
||||||
'data': { 'device': 'str', 'snapshot-file': 'str', '*format': 'str',
|
'data': { 'device': 'str', 'snapshot-file': 'str', '*format': 'str',
|
||||||
@ -1453,7 +1453,7 @@
|
|||||||
# @format: #optional the format of the snapshot image, default is 'qcow2'.
|
# @format: #optional the format of the snapshot image, default is 'qcow2'.
|
||||||
#
|
#
|
||||||
# @mode: #optional whether and how QEMU should create a new image, default is
|
# @mode: #optional whether and how QEMU should create a new image, default is
|
||||||
# 'absolute-paths'.
|
# 'absolute-paths'.
|
||||||
#
|
#
|
||||||
# Returns: nothing on success
|
# Returns: nothing on success
|
||||||
# If @device is not a valid block device, DeviceNotFound
|
# If @device is not a valid block device, DeviceNotFound
|
||||||
|
Loading…
Reference in New Issue
Block a user