Updated README

This commit is contained in:
Eugene Chow 2018-06-04 15:12:28 +08:00
parent 4438cdae9d
commit 041a44681d
1 changed files with 3 additions and 8 deletions

View File

@ -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.