remote: add sysusers file to create 'libvirt' group
[libvirt.git] / tests / virshtestdata / checkpoint.out
blob285bb0648fe49613b6706bfb0401bc8e6885c841
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)
14   |
15   +- c3
16       |
17       +- c2
18         
20 Demonstrate list filtering
26 c3      c1
33 Now the tree is linear, so we have an unambiguous topological order
42 validate XML
43 Domain checkpoint c1 deleted
45 <domaincheckpoint>
46   <name>c3</name>
47   
48   <disks>
49     <disk name='vda' checkpoint='bitmap' bitmap='c3'/>
50   </disks>
51   <domain type='test'>
52     <name>test</name>
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>
57     <os>
58       <type arch='i686'>hvm</type>
59       <boot dev='hd'/>
60     </os>
61     <clock offset='utc'/>
62     <on_poweroff>destroy</on_poweroff>
63     <on_reboot>restart</on_reboot>
64     <on_crash>destroy</on_crash>
65     <devices>
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'/>
70       </disk>
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'/>
76       </interface>
77       <memballoon model='virtio'>
78         <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
79       </memballoon>
80     </devices>
81   </domain>
82 </domaincheckpoint>
84 <domaincheckpoint>
85   <name>c2</name>
86   <parent>
87     <name>c3</name>
88   </parent>
89   
90   <disks>
91     <disk name='vda' checkpoint='bitmap' bitmap='c2'/>
92   </disks>
93   <domain type='test'>
94     <name>test</name>
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>
99     <os>
100       <type arch='i686'>hvm</type>
101       <boot dev='hd'/>
102     </os>
103     <clock offset='utc'/>
104     <on_poweroff>destroy</on_poweroff>
105     <on_reboot>restart</on_reboot>
106     <on_crash>destroy</on_crash>
107     <devices>
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'/>
112       </disk>
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'/>
118       </interface>
119       <memballoon model='virtio'>
120         <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
121       </memballoon>
122     </devices>
123   </domain>
124 </domaincheckpoint>
126 Deleting current checkpoint moves current up to remaining parent
127 Domain checkpoint c3 children deleted
131 Domain checkpoint c3 deleted