*** Next question: does XEN on OS support virtual fiber channel?
If you mean npiv, then yes... You can see the hotplug script
/usr/lib/xen/scripts/vbd-npiv
for some details.. I don't have any H/W which supports it
so I don't know that much about it.
Here's the RFE
http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6713736
Unfortunately, all the info info is in the private fields..
Here is the relevant info
disk = ['phy:npiv:210100e08ba426ed/c0007d2794c38743/201600a0b82a3846/0,xvdb,w']
virtual port c0007d2794c38743, on phy port 210100e08ba426ed, bring up lun 0
on target 201600a0b82a3846
Something like the following should work
virsh attach-disk nevada
/210100e08ba426ed/c0007d2794c38743/201600a0b82a3846/0 xvdb --driver phy
--subdriver npiv
MRJ
_______________________________________________
xen-discuss mailing list
[email protected]