This commit is contained in:
parent
584070885e
commit
34ab5ab4df
|
|
@ -170,6 +170,7 @@ Configuration templates can be found [HERE](https://github.com/D1StrX/democratic
|
||||||
Ensure the following services are *configured*, *running* and starting automatically:
|
Ensure the following services are *configured*, *running* and starting automatically:
|
||||||
|
|
||||||
#### **SSH configuration**
|
#### **SSH configuration**
|
||||||
|
___
|
||||||
* When creating a custom user (e.g., `CSI`):
|
* When creating a custom user (e.g., `CSI`):
|
||||||
* Ensure `ZSH`, `BASH`, or `SH` is set as `shell`, `CSH` gives false errors due to quoting (also applicable when using `root`)
|
* Ensure `ZSH`, `BASH`, or `SH` is set as `shell`, `CSH` gives false errors due to quoting (also applicable when using `root`)
|
||||||
 
|
 
|
||||||
|
|
@ -216,12 +217,14 @@ Ensure the following services are *configured*, *running* and starting automatic
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
#### **NFS configuration**
|
#### **NFS configuration**
|
||||||
|
___
|
||||||
* Bind the interface to the NFS service
|
* Bind the interface to the NFS service
|
||||||
* It is recommended to use NFS 3
|
* It is recommended to use NFS 3
|
||||||
|
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
#### **iSCSI configuration**
|
#### **iSCSI configuration**
|
||||||
|
___
|
||||||
*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 correctly for your server.
|
Please read the scripts and set the variables correctly for your server.
|
||||||
|
|
@ -238,10 +241,13 @@ Please read the scripts and set the variables correctly for your server.
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
### **SMB configuration**
|
### **SMB configuration**
|
||||||
|
___
|
||||||
* Bind the interface to the SMB service
|
* Bind the interface to the SMB service
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
|
||||||
###
|
### **YAML Values configuration**
|
||||||
|
___
|
||||||
|
|
||||||
- Instruct `Democratic-CSI` to use `sudo` by adding the following to
|
- Instruct `Democratic-CSI` to use `sudo` by adding the following to
|
||||||
your driver configuration:
|
your driver configuration:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue