[libvirt] [PATCH v2 1/6] qemu: add support for libiscsi

2013-03-21 Thread Paolo Bonzini
libiscsi provides a userspace iSCSI initiator. The main advantage over the kernel initiator is that it is very easy to provide different initiator names for VMs on the same host. Thus libiscsi supports usage of persistent reservations in the VM, which otherwise would only be possible with NPIV.

Re: [libvirt] [PATCH v2 1/6] qemu: add support for libiscsi

2013-03-21 Thread Osier Yang
On 2013年03月21日 19:53, Paolo Bonzini wrote: libiscsi provides a userspace iSCSI initiator. The main advantage over the kernel initiator is that it is very easy to provide different initiator names for VMs on the same host. Thus libiscsi supports usage of persistent reservations in the VM, which