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.
|
||||
|
||||
### **NFS configuration**
|
||||
**RHEL / CentOS**
|
||||
___
|
||||
 **RHEL / CentOS**
|
||||
```
|
||||
sudo yum install -y nfs-utils
|
||||
```
|
||||
|
||||
**Ubuntu / Debian**
|
||||
___
|
||||
 **Ubuntu / Debian**
|
||||
```
|
||||
sudo apt-get install -y nfs-common
|
||||
```
|
||||
<br/>
|
||||
|
||||
### **iSCSI configuration**
|
||||
___
|
||||
 **RHEL / CentOS**
|
||||
 Install the following system packages:
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue