On Thu, Dec 14, 2017 at 14:09:30 +0800, Charles Kelimod wrote:
OK, I found qemu supports both:
file.driver=iser,file.portal=xxx.xxx.xxx.xxx:3260,file.target=iqn.xxx,file.lun=0,file.transport=iser,format=raw
file.driver=iscsi,file.portal=xxx.xxx.xxx.xxx:3260,file.target=iqn.xxx,file.lun=0,file.transport=iser,format=raw
So I should only add new transport named "XXX_ISER", and driver will use
the existing iscsi, that will be ok?
Yes, that will be okay from my point of view. Otherwise you'd need to
fix the qemu schema first since I'd not agree adding something that does
not conform to the qemu QMP schema.