Go to file
Kevin Scott Adams f1542e712e Updated apidoc.js.patch for pve-docs version 5.2-9.
- Only change to the patch was to place it in alphabetical order like
the rest of the doc.
- Added version specific files.
- Closes issue #28.
2018-11-11 09:46:45 -05:00
perl5/PVE/Storage Fix 'Parameter verification failed' when editing 2018-10-28 21:37:06 -04:00
pve-docs/api-viewer Updated apidoc.js.patch for pve-docs version 5.2-9. 2018-11-11 09:46:45 -05:00
pve-manager/js Added editable field in the ZFS over iSCSI panel 2018-10-23 15:42:23 -04:00
README.md Updated files to latest Proxmox repo as of 2018-10-16. 2018-10-16 08:19:01 -04: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 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
    
  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.