Skip to content

Commit 1c8cd08

Browse files
committed
Reworded a CSI prereq
1 parent 0183912 commit 1c8cd08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/virt-configuring-disk-sharing-lun.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ For a LUN disk with an iSCSi connection and a persistent reservation, as require
2727
+
2828
If the VMs that are sharing disks are running on the same node, `ReadWriteOnce` (RWO) volume access mode is sufficient.
2929
30-
* The storage provider must support a Container Storage Interface (CSI) driver that uses the SCSI protocol.
30+
* The storage provider must support a Container Storage Interface (CSI) driver that uses Fibre Channel (FC), Fibre Channel over Ethernet (FCoE), or iSCSI storage protocols.
3131
3232
* If you are a cluster administrator and intend to configure disk sharing by using LUN, you must enable the cluster's feature gate on the `HyperConverged` custom resource (CR).
3333

modules/virt-enabling-persistentreservation-feature-gate.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ The `persistentReservation` feature gate is disabled by default. You can enable
1414

1515
* Cluster administrator privileges are required.
1616
* The volume access mode `ReadWriteMany` (RWX) is required if the VMs that are sharing disks are running on different nodes. If the VMs that are sharing disks are running on the same node, the `ReadWriteOnce` (RWO) volume access mode is sufficient.
17-
* The storage provider must support a Container Storage Interface (CSI) driver that uses the SCSI protocol.
17+
* The storage provider must support a Container Storage Interface (CSI) driver that uses Fibre Channel (FC), Fibre Channel over Ethernet (FCoE), or iSCSI storage protocols.

0 commit comments

Comments
 (0)