Might be disk needs this?

This commit is contained in:
Kevin Fenzi 2013-08-27 16:47:54 +00:00
parent 14ad3d34e9
commit ddc3c08182

View file

@ -10,7 +10,7 @@ gw: 10.5.125.254
dns: 10.5.126.21
volgroup: /dev/vg_host01
virt_install_command: /usr/sbin/virt-install -n ${inventory_hostname} -r ${mem_size}
--disk ${volgroup}/${inventory_hostname}
--disk bus=virtio,path=${volgroup}/${inventory_hostname}
--vcpus=${num_cpus} -l ${ks_repo} -x
"ks=${ks_url} ip=${eth0_ip}::${gw}:${nm}:${inventory_hostname}:eth0:on
nameserver=${dns} console=tty0 console=ttyS0"