From 4c6856828e38f0ad08703ca39227a3cf359e4fa8 Mon Sep 17 00:00:00 2001 From: KevinAdams Date: Fri, 18 Jan 2019 13:28:40 -0500 Subject: [PATCH] Added some additional notes and conditions. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a64361c..6e63e47 100644 --- a/README.md +++ b/README.md @@ -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