Go to file
Kevin Scott Adams a6906fe4d6 Merge branch 'master' of https://github.com/TheGrandWazoo/freenas-proxmox.git 2018-07-30 22:49:12 -04:00
perl5/PVE/Storage Add a function to return NAA 2018-07-16 09:16:10 +10:00
pve-docs/api-viewer - Updates and enhancements to pve-manager and pve-docs 2018-07-30 22:48:37 -04:00
pve-manager/js - Updates and enhancements to pve-manager and pve-docs 2018-07-30 22:48:37 -04:00
README.md Updated README. 2018-07-11 12:43:08 +02:00

README.md

FreeNAS ZFS over iSCSI interface

Please be aware that this enhancment uses the FreeNAS APIs and NOT the ssh/scp like the other interface provides.

  1. First use the following commands to patch the needed files forthe 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
    
  2. Install the perl REST Client package from the repository.

    apt-get install librest-client-perl
    
  3. 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
    
  4. Execute the following at a console command prompt to active the above

    systemctl restart pvedaemon
    systemctl restart pveproxy
    systemctl restart pvestatd
    
  5. Refresh the Proxmox GUI in your browser to load the new Javascript code.