From 041a44681d75007de12488272efafe4bccd780b2 Mon Sep 17 00:00:00 2001 From: Eugene Chow Date: Mon, 4 Jun 2018 15:12:28 +0800 Subject: [PATCH] Updated README --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b23058b..1b8e0de 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # FreeNAS ZFS over iSCSI interface -Please be aware that this enhancment uses the FreeNAS API's and NOT the ssh/scp like the other interface provide. +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 ```bash @@ -16,19 +16,14 @@ Please be aware that this enhancment uses the FreeNAS API's and NOT the ssh/scp cp perl5/PVE/Storage/LunCmd/FreeNAS.pm /usr/share/perl5/PVE/Storage/LunCmd/FreeNAS.pm ``` -1. Edit /usr/bin/pvedaemon and remove the '-T' from the perl command line. +1. Remove the `-T` taint directive from `/usr/bin/pvedaemon`. Not sure why this is needed. I need to do some research on this PERL directive option. ```bash sed -E -i.orig 's|^(#!/usr/bin/perl) -T|\1|' /usr/bin/pvedaemon ``` - Not really sure about 'why' this is do I need to do some research on this PERL directive option. - 1. Execute the following at a console command prompt to active the above ```bash systemctl restart pvedaemon ``` -1. Either goto the URL for the Proxmox GUI in your favorite browser - or - If you are already logged in via the GUI just refresh your browser to receive - the new Javascript code. +1. Refresh the Proxmox GUI in your browser to load the new Javascript code.