Displaying 2 results from an estimated 2 matches for "hctl".
Did you mean:
ctl
2009 Feb 19
0
[PATCH] Some fixes for pvSCSI
...error may not occur even if wrong
vscsi configuration is given.
e.g.
vscsi = [ ''0:0:0:0,0:0:0:0'', ''0:0:0:0,1:0:0:0'' ]
# xm create vm1
Using config file "/etc/xen/vm1".
Started domain vm1 (id=8)
# xm scsi-list vm1
Idx BE state host phy-hctl phy vir-hctl devstate
0 0 1 0 0:0:0:0 sda 0:0:0:0 None
1 0 1 0 0:0:0:0 sda 1:0:0:0 None
This patch fixes some problems such as the above.
Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
Best regards,
Kan
______________________...
2012 Feb 19
4
Xen PVSCSI: status, issues and some tests
...I pvscsi actively maintained? Is someone working on this or even
prepare it for upstream inclusion in the pv-ops framework of the 3.x series?
- Has anybody started on adding the vscsi-semantics to the xl toolstack?
- Using ''xm'', I was only able to add a device via its SCSI tupel (HCTL,
e.g: vscsi = [ ''7:0:0:0, 0:0:0:1'' ]) but not by any other device-node,
such as ''/dev/sde'' or the ''/dev/disk/by-path/<iscsi-iqn>'' link. For
these invocations, an "Error: Cannot find device <device>" message is
given. I...