mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
29 lines
817 B
XML
29 lines
817 B
XML
<domain type='openvz'>
|
|
<name>100</name>
|
|
<uuid>7109d234-f5a8-30a6-5dd2-39ca85ce3958</uuid>
|
|
<memory unit='KiB'>0</memory>
|
|
<currentMemory unit='KiB'>0</currentMemory>
|
|
<memtune>
|
|
<hard_limit unit='KiB'>278528</hard_limit>
|
|
<soft_limit unit='KiB'>262144</soft_limit>
|
|
<min_guarantee unit='KiB'>135168</min_guarantee>
|
|
</memtune>
|
|
<vcpu>1</vcpu>
|
|
<os>
|
|
<type>exe</type>
|
|
<init>/sbin/init</init>
|
|
</os>
|
|
<clock offset='utc'/>
|
|
<on_poweroff>destroy</on_poweroff>
|
|
<on_reboot>destroy</on_reboot>
|
|
<on_crash>destroy</on_crash>
|
|
<devices>
|
|
<filesystem type='template' accessmode='passthrough'>
|
|
<source name='debian'/>
|
|
<target dir='/'/>
|
|
<space_hard_limit>1153024</space_hard_limit>
|
|
<space_soft_limit>1048576</space_soft_limit>
|
|
</filesystem>
|
|
</devices>
|
|
</domain>
|