# # Configuration file for the Xen instance efferax, created # by xen-tools 3.9 on Tue Mar 4 20:42:19 2008. # # # Kernel + memory size # kernel = '/boot/vmlinuz-3.2.0-4-amd64' ramdisk = '/boot/initrd.img-3.2.0-4-amd64' maxmem = '16384' memory = '2048' vcpus = 4 # # Disk device(s). # root = '/dev/xvda1 ro' disk = [ 'phy:/dev/grp_ext02/efferax-disk,xvda1,w', 'phy:/dev/grp_ext02/efferax-swap,xvda2,w', 'phy:/dev/grp_ext02/efferax-homes,xvda3,w', 'phy:/dev/grp_ext12/efferax-bacula-storage,xvdb1,w', 'phy:/dev/grp_ext14/efferax-images-storage,xvdc1,w', 'phy:/dev/grp_ext15/efferax-postgresql,xvdd1,w', 'phy:/dev/grp_ext16/efferax-homes,xvde1,w' ] # # Hostname # name = 'efferax' e820_host = 1 # Don't delegate the second nic vif = [ 'ip=192.168.1.1,mac=00:16:3e:49:52:e6,bridge=xenbr1' ] # Delegate just the scsi controller for the tape changer pci = [ '0000:09:08.0' ] # Linux kernel >= 2.6.32-5-xen extra = "iommu=soft" # # Behaviour # on_poweroff = 'destroy' on_reboot = 'restart' on_crash = 'restart'