1 Create a series of checkpoints, with names that intentionally sort
2 differently by topology than by name. For now, it is not possible
3 to create fanout without hacking through redefines.
4 Domain checkpoint c1 created
5 error: operation failed: domain moment c1 already exists
7 Domain checkpoint c3 created
8 Domain checkpoint c2 created
9 snapshots cannot be created while checkpoints exist
10 error: Operation not supported: cannot create snapshot while checkpoint exists
12 Checking tree view (siblings sorted alphabetically)
20 Demonstrate list filtering
33 Now the tree is linear, so we have an unambiguous topological order
43 Domain checkpoint c1 deleted
49 <disk name='vda' checkpoint='bitmap' bitmap='c3'/>
53 <uuid>6695eb01-f6a4-8304-79aa-97f2502e193f</uuid>
54 <memory unit='KiB'>8388608</memory>
55 <currentMemory unit='KiB'>2097152</currentMemory>
56 <vcpu placement='static'>2</vcpu>
58 <type arch='i686'>hvm</type>
62 <on_poweroff>destroy</on_poweroff>
63 <on_reboot>restart</on_reboot>
64 <on_crash>destroy</on_crash>
66 <disk type='file' device='disk'>
67 <source file='/guest/diskimage1'/>
68 <target dev='vda' bus='virtio'/>
69 <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
71 <interface type='network'>
72 <mac address='aa:bb:cc:dd:ee:ff'/>
73 <source network='default'/>
74 <target dev='testnet0'/>
75 <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/>
77 <memballoon model='virtio'>
78 <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
91 <disk name='vda' checkpoint='bitmap' bitmap='c2'/>
95 <uuid>6695eb01-f6a4-8304-79aa-97f2502e193f</uuid>
96 <memory unit='KiB'>8388608</memory>
97 <currentMemory unit='KiB'>2097152</currentMemory>
98 <vcpu placement='static'>2</vcpu>
100 <type arch='i686'>hvm</type>
103 <clock offset='utc'/>
104 <on_poweroff>destroy</on_poweroff>
105 <on_reboot>restart</on_reboot>
106 <on_crash>destroy</on_crash>
108 <disk type='file' device='disk'>
109 <source file='/guest/diskimage1'/>
110 <target dev='vda' bus='virtio'/>
111 <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
113 <interface type='network'>
114 <mac address='aa:bb:cc:dd:ee:ff'/>
115 <source network='default'/>
116 <target dev='testnet0'/>
117 <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/>
119 <memballoon model='virtio'>
120 <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
126 Deleting current checkpoint moves current up to remaining parent
127 Domain checkpoint c3 children deleted
131 Domain checkpoint c3 deleted