Re: [Qemu-devel] iSER transport name is not good

2017-12-08 Thread Daniel P. Berrange
On Fri, Dec 08, 2017 at 03:27:27PM +0800, Charles Kelimod wrote: > Hi Dave and Sahlberg, > > for this type of name:iser:, I completely agree with > you. > my issue is when I create an vm from libvirt, the qemu command line should > be: > -drive > file.driver=iser,file.portal=xx.xx.xx.xx:3260,f

Re: [Qemu-devel] iSER transport name is not good

2017-12-08 Thread Dr. David Alan Gilbert
* Charles Kelimod (lichs...@gmail.com) wrote: > Hi Dave and Sahlberg, > > for this type of name:iser:, I completely agree with > you. > my issue is when I create an vm from libvirt, the qemu command line should > be: > -drive > file.driver=iser,file.portal=xx.xx.xx.xx:3260,file.target=iqn.xxx,

Re: [Qemu-devel] iSER transport name is not good

2017-12-07 Thread Charles Kelimod
Hi Dave and Sahlberg, for this type of name:iser:, I completely agree with you. my issue is when I create an vm from libvirt, the qemu command line should be: -drive file.driver=iser,file.portal=xx.xx.xx.xx:3260,file.target=iqn.xxx,file.lun=0,file.transport=iser Actually "iser" is added by me

Re: [Qemu-devel] iSER transport name is not good

2017-12-07 Thread ronnie sahlberg
David, Yes, QEMU has supported iSER (iSCSI extensions for RDMA) via a userspace library, libiscsi, since about a year. Here is a nice presentation from the developer of iSER support : https://www.google.com.au/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahUKEwjChpba3PnXAhXBKZQKHQa

Re: [Qemu-devel] iSER transport name is not good

2017-12-07 Thread Dr. David Alan Gilbert
* Charles Kelimod (lichs...@gmail.com) wrote: > Hello, > > > I'm on the road of modifying libvirt to add iSER support, and I found qemu > is actually support that. But, the transport name is iSER, which should be > RDMA and there libvirt already defined it. > > Best Regards, > Charles. Hi Charl

[Qemu-devel] iSER transport name is not good

2017-12-07 Thread Charles Kelimod
Hello, I'm on the road of modifying libvirt to add iSER support, and I found qemu is actually support that. But, the transport name is iSER, which should be RDMA and there libvirt already defined it. Best Regards, Charles.