[pve-devel] boot from scsi
Alexandre DERUMIER
aderumier at odiso.com
Sat Aug 3 19:15:25 CEST 2013
Hi, I don't remember exactly, but their is a case, with lsi + scsi-block (I think) which doesn't boot.
Qemu dev have no plan to fix that.
----- Mail original -----
De: "Dietmar Maurer" <dietmar at proxmox.com>
À: "Michael Rasmussen" <mir at datanom.net>
Cc: "pve.proxmox.com" <pve-devel at pve.proxmox.com>
Envoyé: Lundi 29 Juillet 2013 06:39:13
Objet: Re: [pve-devel] boot from scsi
> I used Alexandré's nexenta-plugin as base and simply replaced every
> reference to the nexenta API with ssh commands consistent of zfs
> commands so if the nexenta-plugin uses libiscsi the zfs-plugin will use this as
> well.
The nexenta pliugin uses libiscsi. You can easily verify that using
# qm showcmd <vmid>
if the device ref start with 'iscsi://' ==> libiscsi
Or check the 'path' method inside the plugin source.
for Nexenta:
sub path {
my ($class, $scfg, $volname) = @_;
....
my $path = "iscsi://$portal/$target/$lun";
return ($path, $vmid, $vtype);
}
So this is libiscsi.
_______________________________________________
pve-devel mailing list
pve-devel at pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
More information about the pve-devel
mailing list