[pve-devel] [PATCH] zfs : add nexenta api for iscsi lun creation
Alexandre DERUMIER
aderumier at odiso.com
Thu Nov 21 18:26:27 CET 2013
I'll try to see if I can use ssh key to do authentification to rest-api.
seem to be possible with the dbus api (but need nexenta sdk)
http://www.ruizs.org/archives/149
so maybe it's possible too with rest api
----- Mail original -----
De: "Alexandre DERUMIER" <aderumier at odiso.com>
À: "Dietmar Maurer" <dietmar at proxmox.com>
Cc: pve-devel at pve.proxmox.com
Envoyé: Jeudi 21 Novembre 2013 18:23:08
Objet: Re: [pve-devel] [PATCH] zfs : add nexenta api for iscsi lun creation
>>I would prefer to re-add the old code (using ssh keys and password is really clumsy).
But old code is very slow with a lot of zvols. (ex: listing 300 zvols take around 3min vs 1s).
because we need extra api call for each zvol, to retrieve infos (parent,size,...).
with ssh, we can list all zvols info with 1 command.
(also we can't rename a zvol with api when creating a base image,and we need to do clone tricks, it's a bit ugly too)
----- Mail original -----
De: "Dietmar Maurer" <dietmar at proxmox.com>
À: "Alexandre DERUMIER" <aderumier at odiso.com>
Cc: pve-devel at pve.proxmox.com
Envoyé: Jeudi 21 Novembre 2013 09:53:51
Objet: RE: [pve-devel] [PATCH] zfs : add nexenta api for iscsi lun creation
> I have done more test, the only way to create the lun is through the nexenta rest
> api.
> (can't be done with ssh and nmc command).
>
> So you can apply the patch if you don't have any objection.
I would prefer to re-add the old code (using ssh keys and password is really clumsy).
More information about the pve-devel
mailing list