[CentOS-virt] Trouble with virtio storage

2011-02-02 Thread Vladimir Vuksan
I am trying to get a custom Centos 5 image going under Openstack Nova (a cloud framework). Trouble I have is that for whatever reason virtio storage doesn't work for me. For example if the VM is started using these options os typehvm/type

Re: [CentOS-virt] Trouble with virtio storage

2011-02-02 Thread Vladimir Vuksan
Answering my own question :-). I had to recreate the initrd with virtio stuff included ie. mkinitrd --with virtio_pci --with virtio_blk --with virtio_net --with virtio_balloon --with virtio -f /boot/initrd-$(uname -r) $(uname -r) Somehow I thought it was already included :-/. Vladimir