Added some additional notes and conditions.

This commit is contained in:
KevinAdams 2019-01-18 13:28:40 -05:00
parent d0efcd49c5
commit 4c6856828e
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
# 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.
Please be aware that this plugin uses the FreeNAS APIs and NOT the ssh/scp like the other interfaces 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 mkdir /etc/pve/priv/zfs.
I am currently in development to remove this depencancy from the ZFSPoolPlugin.pm so it is done in the FreeNAS.pm.
1. First use the following commands to patch the needed files for the FreeNAS Interface
```bash