Skip to content

Commit f419951

Browse files
authored
Merge pull request #80376 from sjhala-ccs/cnv-44933
CNV-44933: Added EFS and EBS limitations table
2 parents e68e6b6 + 2189a9f commit f419951

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

modules/virt-aws-bm.adoc

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,43 @@ Storage::
6767
====
6868
AWS bare-metal and ROSA clusters might have different supported storage solutions. Ensure that you confirm support with your storage vendor.
6969
====
70-
* Using Amazon Elastic File System (EFS) or Amazon Elastic Block Store (EBS) with {VirtProductName} might cause performance and functionality limitations. Consider using CSI storage, which supports ReadWriteMany (RWX), cloning, and snapshots to enable live migration, fast VM creation, and VM snapshots capabilities.
70+
* Using Amazon Elastic File System (EFS) or Amazon Elastic Block Store (EBS) with {VirtProductName} might cause performance and functionality limitations as shown in the following table:
71+
+
72+
.EFS and EBS performance and functionality limitations
73+
[cols="1,1,1,1,1,1",options="header"]
74+
|===
75+
|Feature
76+
3+^|EBS volume
77+
|EFS volume
78+
|Shared storage solutions
79+
80+
|
81+
^s|gp2
82+
^s|gp3
83+
^s|io2
84+
|
85+
|
86+
87+
|VM live migration
88+
^|Not available
89+
^|Not available
90+
^|Available
91+
|Available
92+
|Available
93+
94+
|Fast VM creation by using cloning
95+
3+^|Available
96+
|Not available
97+
|Available
98+
99+
|VM backup and restore by using snapshots
100+
3+^|Available
101+
|Not available
102+
|Available
103+
104+
|===
105+
+
106+
Consider using CSI storage, which supports ReadWriteMany (RWX), cloning, and snapshots to enable live migration, fast VM creation, and VM snapshots capabilities.
71107
--
72108

73109
ifndef::openshift-dedicated,openshift-rosa[]

0 commit comments

Comments
 (0)