This commit is contained in:
parent
cdf105ee39
commit
9c162650c6
|
|
@ -59,18 +59,20 @@ Alright, you have chosen your driver. Let's start by configuring the prerequisit
|
||||||
You can choose to use either NFS or iSCSI or both.
|
You can choose to use either NFS or iSCSI or both.
|
||||||
|
|
||||||
### **NFS configuration**
|
### **NFS configuration**
|
||||||
**RHEL / CentOS**
|
___
|
||||||
|
 **RHEL / CentOS**
|
||||||
```
|
```
|
||||||
sudo yum install -y nfs-utils
|
sudo yum install -y nfs-utils
|
||||||
```
|
```
|
||||||
|
___
|
||||||
**Ubuntu / Debian**
|
 **Ubuntu / Debian**
|
||||||
```
|
```
|
||||||
sudo apt-get install -y nfs-common
|
sudo apt-get install -y nfs-common
|
||||||
```
|
```
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
### **iSCSI configuration**
|
### **iSCSI configuration**
|
||||||
|
___
|
||||||
 **RHEL / CentOS**
|
 **RHEL / CentOS**
|
||||||
 Install the following system packages:
|
 Install the following system packages:
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue