Re: [libvirt] [PATCH]Fix vPort Manage of FC vHBA creation

2013-06-28 Thread Ján Tomko
On 06/28/2013 03:22 AM, Dennis Chen wrote: When create a virtual FC HBA with virsh/libvirt API, an error message will be returned:error: Node device not found, also the 'nodedev-dumpxml' shows wrong information of wwpn wwnn for the new created device. Signed-off-by:xsc...@tnsoft.com.cn

Re: [libvirt] [PATCH]Fix vPort Manage of FC vHBA creation

2013-06-28 Thread Dennis Chen
On 06/28/2013 04:39 PM, Ján Tomko wrote: On 06/28/2013 03:22 AM, Dennis Chen wrote: When create a virtual FC HBA with virsh/libvirt API, an error message will be returned:error: Node device not found, also the 'nodedev-dumpxml' shows wrong information of wwpn wwnn for the new created device.

Re: [libvirt] [PATCH]Fix vPort Manage of FC vHBA creation

2013-06-28 Thread Daniel P. Berrange
On Fri, Jun 28, 2013 at 05:30:14PM +0800, Dennis Chen wrote: On 06/28/2013 04:39 PM, Ján Tomko wrote: On 06/28/2013 03:22 AM, Dennis Chen wrote: When create a virtual FC HBA with virsh/libvirt API, an error message will be returned:error: Node device not found, also the 'nodedev-dumpxml'

Re: [libvirt] [PATCH]Fix vPort Manage of FC vHBA creation

2013-06-28 Thread Ján Tomko
On 06/28/2013 11:39 AM, Daniel P. Berrange wrote: On Fri, Jun 28, 2013 at 05:30:14PM +0800, Dennis Chen wrote: On 06/28/2013 04:39 PM, Ján Tomko wrote: On 06/28/2013 03:22 AM, Dennis Chen wrote: When create a virtual FC HBA with virsh/libvirt API, an error message will be returned:error:

Re: [libvirt] [PATCH]Fix vPort Manage of FC vHBA creation

2013-06-28 Thread Daniel P. Berrange
On Fri, Jun 28, 2013 at 12:28:25PM +0200, Ján Tomko wrote: On 06/28/2013 11:39 AM, Daniel P. Berrange wrote: On Fri, Jun 28, 2013 at 05:30:14PM +0800, Dennis Chen wrote: On 06/28/2013 04:39 PM, Ján Tomko wrote: On 06/28/2013 03:22 AM, Dennis Chen wrote: When create a virtual FC HBA with

[libvirt] [PATCH]Fix vPort Manage of FC vHBA creation

2013-06-27 Thread Dennis Chen
When create a virtual FC HBA with virsh/libvirt API, an error message will be returned:error: Node device not found, also the 'nodedev-dumpxml' shows wrong information of wwpn wwnn for the new created device. Signed-off-by:xsc...@tnsoft.com.cn --- src/util/virutil.c |4 ++-- 1 file