Storage: Nexenta: Difference between revisions

From Proxmox VE
Jump to navigation Jump to search
mNo edit summary
Line 17: Line 17:


==Nexenta Configuration==
==Nexenta Configuration==
You need to create a login in proxmox gui, and add all permissions to it (including Can_use_restapi)
You need to create a login in nexenta gui, and add all permissions to it (including Can_use_restapi)


https://nexentabox:2000/settings/users/?this_form=users_form&operation=edituser&selected_uid=3
https://nexentabox:2000/settings/users/?this_form=users_form&operation=edituser&selected_uid=3
Line 39: Line 39:


https://nexentabox:2000/data/scsitarget/iscsi/targets/
https://nexentabox:2000/data/scsitarget/iscsi/targets/


==Proxmox Configuration==
==Proxmox Configuration==

Revision as of 10:52, 18 May 2013

This storage module is in beta test for now

Nexenta infos

This Storage module implement nexentastor api

for create nexenta iscsi luns and other managements (snapshots,...)


It's compatible with commercial and community edition of nexenta


http://www.nexenta.com/corp/nexentastor-download

http://www.nexentastor.org/projects/site/wiki/CommunityEdition


Nexenta Configuration

You need to create a login in nexenta gui, and add all permissions to it (including Can_use_restapi)

https://nexentabox:2000/settings/users/?this_form=users_form&operation=edituser&selected_uid=3

Can_view	X
Can_admin_groups X	 
Can_admin_services X	
Can_admin_runners X	
Can_admin_datasets X	 
Can_admin_shares X	
Can_admin_users	 X
Can_admin_disks	 X
Can_admin_network X	
Can_admin_appliance X	
Can_admin_prefs	  X
Can_search_folders X	
Can_use_restapi	  X

Then you need to create an iscsi target:

https://nexentabox:2000/data/scsitarget/iscsi/targets/

Proxmox Configuration

Gui is not yet available for storage creation.

You need to edit your /etc/pve/storage.cfg

nexenta: mynexentastorage
       portal 192.168.0.1
       blocksize 4K
       pool mynexentavolume
       login myjsonlogin
       password mypassword
       target iqn.1986-03.com.sun:02:....
       ssl
       content images

Then you can simply create disk with proxmox gui.

Note: iscsi multipath doesn't work yet, so it's use only the portal ip for the iscsi connection.