Skip to content

Commit cc10a26

Browse files
authored
Merge pull request #58433 from lpettyjo/OCPBUGS-4956--AliCloud_IBM
OCPBUGS#4956:AliCloud & IBM
2 parents b66be73 + 8360b95 commit cc10a26

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ The following table displays which volume plugins support block volumes.
2727
[cols="1,1,1,1", width="100%",options="header"]
2828
|===
2929
|Volume Plugin |Manually provisioned |Dynamically provisioned |Fully supported
30+
|AliCloud Disk | ✅ | ✅ | ✅
3031
|AWS EBS | ✅ | ✅ | ✅
3132
|AWS EFS | | |
3233
ifndef::openshift-dedicated,openshift-rosa[]
@@ -40,6 +41,7 @@ ifndef::openshift-rosa[]
4041
endif::openshift-rosa[]
4142
ifndef::openshift-dedicated,openshift-rosa[]
4243
|HostPath | | |
44+
|IBM VPC Disk | ✅ | ✅ | ✅
4345
|iSCSI | ✅ | | ✅
4446
|Local volume | ✅ || ✅
4547
|NFS | | |

modules/storage-persistent-storage-pv.adoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ ifndef::microshift[]
3939
// - GlusterFS
4040
// - Ceph RBD
4141
// - OpenStack Cinder
42+
ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
43+
- AliCloud Disk
44+
endif::openshift-enterprise,openshift-webscale,openshift-origin[]
4245
- AWS Elastic Block Store (EBS)
4346
ifdef::openshift-enterprise,openshift-webscale,openshift-origin,openshift-rosa[]
4447
- AWS Elastic File Store (EFS)
@@ -55,6 +58,9 @@ ifndef::openshift-rosa[]
5558
- GCP Persistent Disk
5659
- GCP Filestore
5760
endif::openshift-rosa[]
61+
ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
62+
- IBM VPC Block
63+
endif::openshift-enterprise,openshift-webscale,openshift-origin[]
5864
ifdef::openshift-enterprise,openshift-webscale,openshift-origin,openshift-aro[]
5965
- HostPath
6066
- iSCSI
@@ -132,6 +138,9 @@ ifndef::microshift[]
132138
[cols=",^v,^v,^v", width="100%",options="header"]
133139
|===
134140
|Volume plugin |ReadWriteOnce ^[1]^ |ReadOnlyMany |ReadWriteMany
141+
ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
142+
|AliCloud Disk | ✅ | - | -
143+
endif::[]
135144
|AWS EBS ^[2]^ | ✅ | - | -
136145
|AWS EFS | ✅ | ✅ | ✅
137146
ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
@@ -149,6 +158,7 @@ endif::openshift-rosa[]
149158
ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
150159
//|GlusterFS | ✅ | ✅ | ✅
151160
|HostPath | ✅ | - | -
161+
|IBM VPC Disk | ✅ | - | -
152162
|iSCSI | ✅ | ✅ | -
153163
|Local volume | ✅ | - | -
154164
|NFS | ✅ | ✅ | ✅

0 commit comments

Comments
 (0)