From 8e2f6673b08111048417058a23b132be1392efe8 Mon Sep 17 00:00:00 2001 From: KevinAdams Date: Fri, 18 Jan 2019 13:31:39 -0500 Subject: [PATCH] Small grammer changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e63e47..c23f304 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # FreeNAS ZFS over iSCSI interface -Please be aware that this plugin uses the FreeNAS APIs and NOT the ssh/scp like the other interfaces use, but... +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 ‘mkdir /etc/pve/priv/zfs’.