[libvirt] [PATCH] qemu: add port check for iscsi host when disk type is network

2014-11-13 Thread Shanzhi Yu
For network type disk, host port is not checked when source protocol is iscsi, so the error is not sure when with invalid port. If pass -1 to port the error will be error: Failed to start domain rh6-i error: An error occurred, but the cause is unknown Resolves:

Re: [libvirt] [PATCH] qemu: add port check for iscsi host when disk type is network

2014-11-13 Thread Peter Krempa
On 11/13/14 10:28, Shanzhi Yu wrote: For network type disk, host port is not checked when source protocol is iscsi, so the error is not sure when with invalid port. If pass -1 to port the error will be error: Failed to start domain rh6-i error: An error occurred, but the cause is unknown

Re: [libvirt] [PATCH] qemu: add port check for iscsi host when disk type is network

2014-11-13 Thread Ján Tomko
On 11/13/2014 10:28 AM, Shanzhi Yu wrote: For network type disk, host port is not checked when source protocol is iscsi, so the error is not sure when with invalid port. If pass -1 to port the error will be error: Failed to start domain rh6-i error: An error occurred, but the cause is

Re: [libvirt] [PATCH] qemu: add port check for iscsi host when disk type is network

2014-11-13 Thread Shanzhi Yu
On 11/13/2014 05:42 PM, Peter Krempa wrote: On 11/13/14 10:28, Shanzhi Yu wrote: For network type disk, host port is not checked when source protocol is iscsi, so the error is not sure when with invalid port. If pass -1 to port the error will be error: Failed to start domain rh6-i error: An

Re: [libvirt] [PATCH] qemu: add port check for iscsi host when disk type is network

2014-11-13 Thread Peter Krempa
On 11/13/14 11:17, Shanzhi Yu wrote: On 11/13/2014 05:42 PM, Peter Krempa wrote: On 11/13/14 10:28, Shanzhi Yu wrote: For network type disk, host port is not checked when source protocol is iscsi, so the error is not sure when with invalid port. If pass -1 to port the error will be

Re: [libvirt] [PATCH] qemu: add port check for iscsi host when disk type is network

2014-11-13 Thread Shanzhi Yu
On 11/13/2014 06:21 PM, Peter Krempa wrote: On 11/13/14 11:17, Shanzhi Yu wrote: On 11/13/2014 05:42 PM, Peter Krempa wrote: On 11/13/14 10:28, Shanzhi Yu wrote: For network type disk, host port is not checked when source protocol is iscsi, so the error is not sure when with invalid port. If