]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Fix vPort management: FC vHBA creation
authorDennis Chen <xschen@tnsoft.com.cn>
Fri, 28 Jun 2013 09:59:51 +0000 (11:59 +0200)
committerJán Tomko <jtomko@redhat.com>
Fri, 28 Jun 2013 10:13:28 +0000 (12:13 +0200)
commit3c0d5e224c71cd85b123cd938eeb360502503cb0
treed93c6c1beb88e41ae47aa79ec4841d640c7a5db5
parenta757822233f707c4ed75986f5903e26e40f3cdfa
Fix vPort management: FC vHBA creation

When creating 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: xschen@tnsoft.com.cn
This reverts f90af69 which switched wwpn & wwwn in the wrong place.

https://www.kernel.org/doc/Documentation/scsi/scsi_fc_transport.txt
src/storage/storage_backend_scsi.c
src/util/virutil.c