Skip to content

Commit 09d63a6

Browse files
committed
Reworded a CSI prereq
1 parent 8020632 commit 09d63a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You reserve a LUN through the SCSI persistent reserve options. To enable the res
1717

1818
You can set an error policy for each LUN disk. The error policy controls how the hypervisor behaves when an input/output error occurs on a disk Read or Write. The default behavior stops the guest and generates a Kubernetes event.
1919

20-
For a LUN disk with an iSCSi connection and a persistent reservation, as required for Windows Failover Clustering for shared volumes, you set the error policy to `report`.
20+
For a LUN disk with an SCSi connection and a persistent reservation, as required for Windows Failover Clustering for shared volumes, you set the error policy to `report`.
2121

2222
.Prerequisites
2323

@@ -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)