This commit is contained in:
parent
a55e04778a
commit
fbdb3f6ccd
|
|
@ -254,9 +254,12 @@ ___
|
||||||
- Bind the network interface to the NFS service
|
- Bind the network interface to the NFS service
|
||||||
- It is recommended to use NFS 3
|
- 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:
|
*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 &`
|
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.
|
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
|
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`
|
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`
|
||||||

|

|
||||||
|
|
|
||||||
Loading…
Reference in New Issue