Go to file
Kevin Scott Adams 5d40ce4de6 New Directory structure
- Just preping for a new install process.
2019-09-24 07:55:10 -04:00
perl5/PVE/Storage Updated patches for the latest Proxmox VE updates and added donation 2019-08-07 22:57:22 -04:00
pve-docs/api-viewer Updated patches for the latest Proxmox VE updates and added donation 2019-08-07 22:57:22 -04:00
pve-manager/js Updated patches for the latest Proxmox VE updates and added donation 2019-08-07 22:57:22 -04:00
stable-5 New Directory structure 2019-09-24 07:55:10 -04:00
stable-6 New Directory structure 2019-09-24 07:55:10 -04:00
README.md Updated patches for the latest Proxmox VE updates and added donation 2019-08-07 22:57:22 -04:00

README.md

FreeNAS ZFS over iSCSI interface Donate

Please be aware that this plugin uses the FreeNAS APIs and NOT the ssh/scp interface like the other plugins use, but...

You will still need to configure the SSH connector for listing the ZFS Pools because this is currently being done in a Proxmox module (ZFSPoolPlugin.pm). To configure this please follow the steps at https://pve.proxmox.com/wiki/Storage:_ZFS_over_iSCSI that have to do with SSH between Proxmox VE and FreeNAS. The code segment should start out <20>mkdir /etc/pve/priv/zfs<66>.

I am currently in development to remove this depencancy from the ZFSPoolPlugin.pm so it is done in the FreeNAS.pm.

  1. Install the perl REST Client and git packages from the repository.

    apt-get install librest-client-perl git
    
  2. Issue the following (You can be in any directory you'd like but I use /root)

    git clone https://github.com/TheGrandWazoo/freenas-proxmox.git
    
  3. Next issue the following commands to patch the needed files for the FreeNAS Interface

    patch -b /usr/share/pve-manager/js/pvemanagerlib.js < pve-manager/js/pvemanagerlib.js.patch
    patch -b /usr/share/perl5/PVE/Storage/ZFSPlugin.pm < perl5/PVE/Storage/ZFSPlugin.pm.patch
    patch -b /usr/share/pve-docs/api-viewer/apidoc.js < pve-docs/api-viewer/apidoc.js.patch
    
  4. Use the following command to copy the needed file for the FreeNAS connector.

    cp perl5/PVE/Storage/LunCmd/FreeNAS.pm /usr/share/perl5/PVE/Storage/LunCmd/FreeNAS.pm
    
  5. Execute the following at a console command prompt to active the above

    systemctl restart pvedaemon
    systemctl restart pveproxy
    systemctl restart pvestatd
    
  6. Remember to follow the instructions mentioned above for the SSH keys.

  7. Refresh the Proxmox GUI in your browser to load the new Javascript code.

  8. Add your new FreeNAS ZFS-over-iSCSI storage using the FreeNAS-API.

  9. Thanks for your support.