This commit is contained in:
D1StrX 2021-12-24 16:34:12 +01:00
parent 5ffc914bee
commit ca04d7056e
1 changed files with 5 additions and 6 deletions

View File

@ -51,7 +51,6 @@ relatively easy to implement new drivers.
# Installation
Predominantly 3 prerequisites are needed:
- Nodes preperation (ie: Kubernetes cluster nodes)
- Storage server preperation
- 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**
# 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
sudo mpathconf --enable --with_multipathd y
@ -99,7 +98,7 @@ sudo systemctl start iscsid multipathd
# Start and enable iscsi
sudo systemctl enable iscsi
sudo systemctl start iscsi
```
**Ubuntu / Debian**
```