Displaying 1 result from an estimated 1 matches for "testfriapr11092714edt2014_1".
2014 Apr 17
0
KVM guests unusable after install
...eases/20/Fedora/x86_64/os/"
nohup sudo virt-install --hvm --name $vm_name$i --ram 4000 \
--disk path=/VirtualMachines/$vm_name$i,size=30 \
--location $base -x "ks=http://xxx.os21.ks$kx"&
My virsh file looks like this:
1 <domain type='kvm'>
2 <name>testFriApr11092714EDT2014_1</name>
3 <uuid>d4c86892-fb15-04ed-f4ab-7e3c76974ffc</uuid>
4 <memory unit='KiB'>4096000</memory>
5 <currentMemory unit='KiB'>4096000</currentMemory>
6 <vcpu placement='static'>1</vcpu>
7 <os>
8...