Re: [CentOS] kvm and 6.5

2014-05-27 Thread John R Pierce
On 5/26/2014 11:58 PM, Andrew Holway wrote: > Permissions on /var/lib/libvirt/images/kfat.img? selinux? > > I had this exact problem a while back and I am racking my brains as to what > I did to fix it. in my case, # virt-install --network bridge:br0 --name kfat --ram=2048 --vcpus=2 \ --disk

Re: [CentOS] kvm and 6.5

2014-05-27 Thread John R Pierce
On 5/26/2014 9:38 PM, John R Pierce wrote: > block I/O error in device 'drive-ide0-0-0': Invalid argument (22) the backing store is a Crucial M550 SSD, formatted XFS. does that have somethign to do with this? and... ok, found something suggesting cache=writeback, but it didn't quite explain,

Re: [CentOS] kvm and 6.5

2014-05-26 Thread Andrew Holway
Permissions on /var/lib/libvirt/images/kfat.img? selinux? I had this exact problem a while back and I am racking my brains as to what I did to fix it. On 27 May 2014 05:38, John R Pierce wrote: > On 5/26/2014 9:28 PM, John R Pierce wrote: > > [ Unable to mount filesystem ] > > and /var/log/l

Re: [CentOS] kvm and 6.5

2014-05-26 Thread John R Pierce
On 5/26/2014 9:28 PM, John R Pierce wrote: > [ Unable to mount filesystem ] and /var/log/libvirt/qemu/kfat.log says... 2014-05-27 04:32:40.112+: starting up LC_ALL=C PATH=/sbin:/usr/sbin:/bin:/usr/bin QEMU_AUDIO_DRV=none /usr/libexec/qemu-kvm -name kfat -S -M rhel6.5.0 -enable-kvm -m 2048

Re: [CentOS] kvm and 6.5

2014-05-26 Thread John R Pierce
On 5/26/2014 9:03 PM, John R Pierce wrote: > I'm trying to create a 6.5 VM on a 6.5 system using virt-install... > > # virt-install --network bridge:br0 --name kfat --ram=2048 --vcpus=2 > --disk path=/var/lib/libvirt/images/kfat.img,size= > 16 --cdrom=/home/downloads/CentOS-6.5-x86_64-minimal.iso >