Forgot to add the destination of the Client.pm

- Just added the directory for the Client.pm
- Also a disclosure of the '-T' option for PERL
This commit is contained in:
Kevin Scott Adams 2018-05-24 11:34:13 -04:00
parent 23ffbe46d0
commit 0261bac9ec
1 changed files with 3 additions and 1 deletions

4
README
View File

@ -10,11 +10,13 @@ like the other interface provide.
2) Use the following commands to copy the needed files for the FreeNAS 2) Use the following commands to copy the needed files for the FreeNAS
mkdir -p /usr/share/perl5/REST mkdir -p /usr/share/perl5/REST
cp perl5/REST/Client.pm cp perl5/REST/Client.pm /usr/share/perl5/REST/Client.pm
cp perl5/PVE/Storage/LunCmd/FreeNAS.pm /usr/share/perl5/PVE/Storage/LunCmd/FreeNAS.pm cp perl5/PVE/Storage/LunCmd/FreeNAS.pm /usr/share/perl5/PVE/Storage/LunCmd/FreeNAS.pm
3) Edit /usr/bin/pvedaemon and remove the '-T' from the perl command line. 3) Edit /usr/bin/pvedaemon and remove the '-T' from the perl command line.
vi /usr/bin/pvedaemon vi /usr/bin/pvedaemon
Not really sure about 'why' this is do I need to do some research on this PERL
directive option.
4) Execute the following at a console command prompt to active the above 4) Execute the following at a console command prompt to active the above
systemctl restart pvedaemon systemctl restart pvedaemon