Re: [Openstack-operators] [cinder] About how to make the vm use volume with libiscsi

2016-02-22 Thread Leslie-Alexandre DENIS
Hello Xiao, I tried this exact same thing and it doesn't work for me neither on RDO Kilo 2015.1.2 with a recent QEMU version 2.3 supporting iscsi. As it's defined here https://github.com/openstack/nova/blob/stable/kilo/nova/virt/libvirt/driver.py#L273 it should be enough to change the driver

[Openstack-operators] [cinder] About how to make the vm use volume with libiscsi

2016-02-16 Thread Xiao Ma (xima2)
Hi, All I want to make the qemu communicate with iscsi target using libiscsi directly, and I followed https://review.openstack.org/#/c/135854/ to add 'volume_drivers = iscsi=nova.virt.libvirt.volume.LibvirtNetVolumeDriver’ in nova.conf and then restarted nova services and cinder services, but s