This commit is contained in:
parent
5ffc914bee
commit
ca04d7056e
|
|
@ -51,7 +51,6 @@ relatively easy to implement new drivers.
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
Predominantly 3 prerequisites are needed:
|
Predominantly 3 prerequisites are needed:
|
||||||
|
|
||||||
- Nodes preperation (ie: Kubernetes cluster nodes)
|
- Nodes preperation (ie: Kubernetes cluster nodes)
|
||||||
- Storage server preperation
|
- Storage server preperation
|
||||||
- Deployment of the driver into the cluster (`helm` chart provided with sample
|
- Deployment of the driver into the cluster (`helm` chart provided with sample
|
||||||
|
|
@ -86,8 +85,8 @@ https://github.com/rancher/rke/issues/1846
|
||||||
**RHEL / CentOS**
|
**RHEL / CentOS**
|
||||||
|
|
||||||
# Install the following system packages
|
# Install the following system packages
|
||||||
|
```
|
||||||
`sudo yum install -y lsscsi iscsi-initiator-utils sg3_utils device-mapper-multipath`
|
sudo yum install -y lsscsi iscsi-initiator-utils sg3_utils device-mapper-multipath
|
||||||
|
|
||||||
# Enable multipathing
|
# Enable multipathing
|
||||||
sudo mpathconf --enable --with_multipathd y
|
sudo mpathconf --enable --with_multipathd y
|
||||||
|
|
@ -99,7 +98,7 @@ sudo systemctl start iscsid multipathd
|
||||||
# Start and enable iscsi
|
# Start and enable iscsi
|
||||||
sudo systemctl enable iscsi
|
sudo systemctl enable iscsi
|
||||||
sudo systemctl start iscsi
|
sudo systemctl start iscsi
|
||||||
|
```
|
||||||
|
|
||||||
**Ubuntu / Debian**
|
**Ubuntu / Debian**
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue