Re: [Qemu-devel] [PATCH v2 3/7] iscsi: Add initiator-name option

2017-02-07 Thread Fam Zheng
On Wed, 01/25 12:42, Jeff Cody wrote: > From: Kevin Wolf > > This was previously only available with -iscsi. Again, after this patch, > the -iscsi option only takes effect if an URL is given. New users are > supposed to use the new driver-specific option. > > Reviewed-by: Daniel P. Berrange > S

[Qemu-devel] [PATCH v2 3/7] iscsi: Add initiator-name option

2017-01-25 Thread Jeff Cody
From: Kevin Wolf This was previously only available with -iscsi. Again, after this patch, the -iscsi option only takes effect if an URL is given. New users are supposed to use the new driver-specific option. Reviewed-by: Daniel P. Berrange Signed-off-by: Kevin Wolf Signed-off-by: Jeff Cody --