This commit is contained in:
D1StrX 2022-01-12 21:50:07 +01:00
parent a55e04778a
commit fbdb3f6ccd
1 changed files with 5 additions and 2 deletions

View File

@ -254,9 +254,12 @@ ___
- Bind the network interface to the NFS service
- It is recommended to use NFS 3
#### iSCSI configuration
#### **iSCSI configuration**
___
- Bind the network interface to the iSCSI service
*NOTE:* (Fixed in 12.0-U2+) when using the FreeNAS API concurrently, the `/etc/ctl.conf` file on the server can become invalid, some sample scripts are provided in the `contrib` directory to clean things up ie:
Copy the script to the server and directly and run - `./ctld-config-watchdog-db.sh | logger -t ctld-config-watchdog-db.sh &`
Please read the scripts and set the variables appropriate for your server.
@ -308,7 +311,7 @@ Instruct `Democratic-CSI` to use `sudo` by uncommenting the following in your co
sudoEnabled: true
```
As you read at the [Storage server preperation](#wrench-storage-server-preperation), YAML configuration comes in two flavours. With and without API configuration.
As you read at the [Storage server preperation](#wrench-storage-server-preperation), YAML configuration comes in two flavours. *With* and *without* API configuration.
Starting with TrueNAS CORE 12 it is also possible to use an `apiKey` instead of the user/root password for the HTTP connection. The `apiKey` can be generated by clicking on the `Settings icon` -> `API Keys` -> `ADD`
![image](https://user-images.githubusercontent.com/40062371/147371451-ff712de3-cce0-448e-b59f-29269179d2d6.png)