Updated README
This commit is contained in:
		
							parent
							
								
									4438cdae9d
								
							
						
					
					
						commit
						041a44681d
					
				
							
								
								
									
										11
									
								
								README.md
								
								
								
								
							
							
						
						
									
										11
									
								
								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.  | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue