Skip to content

Instantly share code, notes, and snippets.

@avnik
Created July 21, 2015 13:41
Show Gist options
  • Save avnik/307173878893d7a10a4b to your computer and use it in GitHub Desktop.
Save avnik/307173878893d7a10a4b to your computer and use it in GitHub Desktop.
<!--
WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
virsh edit localhost-an
or other application using the libvirt API.
-->
<domain type='lxc'>
<name>localhost-an</name>
<uuid>7926a32f-62fb-4ec2-9807-aaf8ee2faf61</uuid>
<memory unit='KiB'>332768</memory>
<currentMemory unit='KiB'>332768</currentMemory>
<vcpu placement='static'>1</vcpu>
<os>
<type arch='i686'>exe</type>
<init>/sbin/init</init>
</os>
<clock offset='utc'/>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>destroy</on_crash>
<devices>
<emulator>/usr/lib/libvirt/libvirt_lxc</emulator>
<filesystem type='mount' accessmode='passthrough'>
<source dir='/mnt/systems/lxc/cluster-an'/>
<target dir='/'/>
</filesystem>
<interface type='network'>
<mac address='52:54:00:c1:c2:8c'/>
<source network='default'/>
</interface>
<console type='pty'>
<target type='lxc' port='0'/>
</console>
</devices>
</domain>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment