mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
31 lines
827 B
XML
31 lines
827 B
XML
<domain type='lxc'>
|
|
<name>migrate_test</name>
|
|
<uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
|
|
<memory unit='KiB'>65536</memory>
|
|
<currentMemory unit='KiB'>0</currentMemory>
|
|
<vcpu placement='static'>1</vcpu>
|
|
<os>
|
|
<type>exe</type>
|
|
<init>/sbin/init</init>
|
|
</os>
|
|
<features>
|
|
<capabilities policy='allow'>
|
|
</capabilities>
|
|
</features>
|
|
<clock offset='utc'/>
|
|
<on_poweroff>destroy</on_poweroff>
|
|
<on_reboot>restart</on_reboot>
|
|
<on_crash>destroy</on_crash>
|
|
<devices>
|
|
<filesystem type='mount' accessmode='passthrough'>
|
|
<source dir='/var/lib/lxc/migrate_test/rootfs'/>
|
|
<target dir='/'/>
|
|
</filesystem>
|
|
<interface type='direct'>
|
|
<mac address='02:00:15:8f:05:c1'/>
|
|
<source dev='eth0' mode='vepa'/>
|
|
<link state='up'/>
|
|
</interface>
|
|
</devices>
|
|
</domain>
|