> 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
[email protected]
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to