mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-28 12:35:09 +00:00

these are modelled after the existing snapshot tests for LXC and should serve as a baseline for refactoring the Qemu snapshot code using PVE::AbstractConfig
34 lines
673 B
Plaintext
34 lines
673 B
Plaintext
# this is a description
|
|
agent: 1
|
|
bootdisk: ide2
|
|
cores: 2
|
|
ide0: local:snapshotable-disk-1,size=32G
|
|
ide2: none,media=cdrom
|
|
memory: 4096
|
|
name: win
|
|
net0: e1000=12:34:56:78:90:12,bridge=somebr0,firewall=1
|
|
numa: 0
|
|
ostype: win7
|
|
parent: test
|
|
smbios1: uuid=01234567-890a-bcde-f012-34567890abcd
|
|
sockets: 2
|
|
|
|
[test]
|
|
#test comment
|
|
agent: 1
|
|
bootdisk: ide0
|
|
cores: 4
|
|
ide0: local:snapshotable-disk-1,discard=on,size=32G
|
|
ide2: none,media=cdrom
|
|
machine: somemachine
|
|
memory: 8192
|
|
name: win
|
|
net0: e1000=12:34:56:78:90:12,bridge=somebr0,firewall=1
|
|
numa: 0
|
|
ostype: win7
|
|
smbios1: uuid=01234567-890a-bcde-f012-34567890abcd
|
|
snaptime: 1234567890
|
|
sockets: 1
|
|
vga: qxl
|
|
vmstate: somestorage:state-volume
|