Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BZ1890663 Storage matrix needs updating for CNV 2.5 #26688

Merged
merged 1 commit into from
Nov 12, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 19 additions & 3 deletions modules/virt-features-for-storage-matrix.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ endif::[]

.{VirtProductName} storage feature matrix
ifdef::virt-features-for-storage[]
[cols="40%,30%,30%",options="header"]
[cols="40%,15%,15%,15%,15%",options="header"]
|===
|
|Virtual machine live migration
|Host-assisted virtual machine disk cloning
|Storage-assisted virtual machine disk cloning
|Virtual machine snapshots
endif::[]
ifdef::virt-importing-rhv-vm[]
[cols="50%,50%",options="header",caption]
Expand All @@ -36,6 +38,8 @@ endif::[]
ifdef::virt-features-for-storage[]
|Yes
|Yes
|Yes
|Yes
endif::[]
ifdef::virt-importing-rhv-vm,virt-importing-vmware-vm[]
ifeval::["{VirtVersion}" >= "2.5"]
Expand All @@ -50,6 +54,8 @@ endif::[]
ifdef::virt-features-for-storage[]
|No
|Yes
|No
|No
endif::[]
ifdef::virt-importing-rhv-vm[]
|No
Expand All @@ -66,7 +72,9 @@ endif::[]
|Other multi-node writable storage
ifdef::virt-features-for-storage[]
|Yes ^[1]^
|Yes ^[1]^
|Yes
|Yes ^[2]^
|Yes ^[2]^
endif::[]
ifdef::virt-importing-rhv-vm[]
|Yes ^[1]^
Expand All @@ -83,6 +91,8 @@ endif::[]
|Other single-node writable storage
ifdef::virt-features-for-storage[]
|No
|Yes
|Yes ^[2]^
|Yes ^[2]^
endif::[]
ifdef::virt-importing-rhv-vm[]
Expand Down Expand Up @@ -111,7 +121,13 @@ ifeval::["{VirtVersion}" >= "2.5"]
endif::[]
--
endif::[]
ifdef::virt-features-for-storage,virt-importing-rhv-vm[]
ifdef::virt-features-for-storage[]
bgaydosrh marked this conversation as resolved.
Show resolved Hide resolved
--
bgaydosrh marked this conversation as resolved.
Show resolved Hide resolved
1. PVCs must request a ReadWriteMany access mode.
2. Storage provider must support both Kubernetes and CSI snapshot APIs
--
endif::[]
ifdef::virt-importing-rhv-vm[]
--
1. PVCs must request a ReadWriteMany access mode.
2. PVCs must request a ReadWriteOnce access mode.
Expand Down