You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/rancher/csi-driver.md
+39
Original file line number
Diff line number
Diff line change
@@ -294,10 +294,28 @@ Now you can create a new StorageClass that you intend to use in your guest Kuber
294
294
295
295
## RWX Volumes Support
296
296
297
+
:::caution
298
+
299
+
RWX volumes currently only work with a dedicated storage network. [GitHub issue #7218](https://github.com/harvester/harvester/issues/7218) tracks the enhancement that will allow RWX volumes to use various VLANs on guest clusters.
300
+
301
+
:::
302
+
297
303
### Prerequisites
298
304
299
305
- Harvester v1.4 or later is installed on the host cluster.
300
306
307
+
- A [storage network](../advanced/storagenetwork.md) is configured on the Harvester cluster.
308
+
309
+
Use **exclude** to reserve a range of IP addresses for the guest cluster virtual machines.
- The VM must have two interfaces. The first one is the default network interface forcluster/external networking. The second one must bein a network which can connect to the storage network.
399
+
400
+
The NAD **default/vlan101** is used for the storage network.
@@ -391,6 +415,21 @@ Now you can create a new StorageClass that you intend to use in your guest Kuber
391
415
392
416
- SUSE and OpenSUSE: `zypper install -y nfs-client`
393
417
418
+
- An IP is manually assigned to the storage network interface.
419
+
420
+
You can assign any of the reserved IPs using the following commands:
421
+
422
+
```
423
+
$ ip link set<storage network nic> up
424
+
$ ip a add <reserved IP> dev <storage network nic>
425
+
```
426
+
427
+
:::info important
428
+
429
+
An IP that is assigned using the given commands does not persist after a reboot. To make the IP persistent, you must add it to the network configuration file of your guest operating system.
430
+
431
+
:::
432
+
394
433
### Usage
395
434
396
435
1. Create a new StorageClass on the guest cluster.
Copy file name to clipboardexpand all lines: versioned_docs/version-v1.4/rancher/csi-driver.md
+39
Original file line number
Diff line number
Diff line change
@@ -294,10 +294,28 @@ Now you can create a new StorageClass that you intend to use in your guest Kuber
294
294
295
295
## RWX Volumes Support
296
296
297
+
:::caution
298
+
299
+
RWX volumes currently only work with a dedicated storage network. [GitHub issue #7218](https://github.com/harvester/harvester/issues/7218) tracks the enhancement that will allow RWX volumes to use various VLANs on guest clusters.
300
+
301
+
:::
302
+
297
303
### Prerequisites
298
304
299
305
- Harvester v1.4 or later is installed on the host cluster.
300
306
307
+
- A [storage network](../advanced/storagenetwork.md) is configured on the Harvester cluster.
308
+
309
+
Use **exclude** to reserve a range of IP addresses for the guest cluster virtual machines.
- The VM must have two interfaces. The first one is the default network interface forcluster/external networking. The second one must bein a network which can connect to the storage network.
399
+
400
+
The NAD **default/vlan101** is used for the storage network.
@@ -391,6 +415,21 @@ Now you can create a new StorageClass that you intend to use in your guest Kuber
391
415
392
416
- SUSE and OpenSUSE: `zypper install -y nfs-client`
393
417
418
+
- An IP is manually assigned to the storage network interface.
419
+
420
+
You can assign any of the reserved IPs using the following commands:
421
+
422
+
```
423
+
$ ip link set<storage network nic> up
424
+
$ ip a add <reserved IP> dev <storage network nic>
425
+
```
426
+
427
+
:::info important
428
+
429
+
An IP that is assigned using the given commands does not persist after a reboot. To make the IP persistent, you must add it to the network configuration file of your guest operating system.
430
+
431
+
:::
432
+
394
433
### Usage
395
434
396
435
1. Create a new StorageClass on the guest cluster.
0 commit comments