]> git.proxmox.com Git - pve-storage.git/commit
Added support for ZFS Storage Plugin
authorMichael Rasmussen <mir@datanom.net>
Wed, 2 Oct 2013 02:58:10 +0000 (04:58 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 2 Oct 2013 04:37:18 +0000 (06:37 +0200)
commit4f914e6ec0b4dcbbce8eec73166b130c8225b573
tree1b1ebdf568e6156a011e4340d17e71c2764fea37
parentffd6f2f3abe46244644dcfc1ecf791c5cadb4e5e
Added support for ZFS Storage Plugin

example of storage.cfg

zfs:    omnios
        blocksize 8k
        target iqn.2010-09.org.openindiana:target1
        pool pool1
        iscsiprovider comstar
        portal 192.168.0.1
        sudo 1  (optionnal)
        content images

note for fast ssh login:
on solaris  host :

/etc/ssh/sshd_config

LookupClientHostnames no
VerifyReverseMapping no
GSSAPIAuthentication no

note for nexenta:

rm /root/.bash_profile

to avoid to go in nmc console by default

Signed-off-by: Michael Rasmussen <mir@datanom.net>
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
PVE/Storage.pm
PVE/Storage/Makefile
PVE/Storage/Plugin.pm
PVE/Storage/ZFSPlugin.pm [new file with mode: 0644]