Skip to content

Commit d8589bf

Browse files
authored
Merge pull request #58439 from lpettyjo/OCPBUGS-4956--AWS_EFS
OCPBUGS#4956:AWS_EFS
2 parents d6f08b7 + ed2f71d commit d8589bf

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

modules/storage-persistent-storage-block-volume.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ The following table displays which volume plugins support block volumes.
2828
|===
2929
|Volume Plugin |Manually provisioned |Dynamically provisioned |Fully supported
3030
|AWS EBS | ✅ | ✅ | ✅
31+
|AWS EFS | | |
3132
ifndef::openshift-dedicated,openshift-rosa[]
3233
|Azure Disk | ✅ | ✅ | ✅
3334
|Azure File | | |

modules/storage-persistent-storage-pv.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ ifndef::microshift[]
4040
// - Ceph RBD
4141
// - OpenStack Cinder
4242
- AWS Elastic Block Store (EBS)
43+
ifdef::openshift-enterprise,openshift-webscale,openshift-origin,openshift-rosa[]
44+
- AWS Elastic File Store (EFS)
45+
endif::openshift-enterprise,openshift-webscale,openshift-origin,openshift-rosa[]
4346
ifdef::openshift-enterprise,openshift-webscale,openshift-origin,openshift-aro[]
4447
- Azure Disk
4548
- Azure File
@@ -130,6 +133,7 @@ ifndef::microshift[]
130133
|===
131134
|Volume plugin |ReadWriteOnce ^[1]^ |ReadOnlyMany |ReadWriteMany
132135
|AWS EBS ^[2]^ | ✅ | - | -
136+
|AWS EFS | ✅ | ✅ | ✅
133137
ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
134138
|Azure File | ✅ | ✅ | ✅
135139
|Azure Disk | ✅ | - | -

0 commit comments

Comments
 (0)