-
Notifications
You must be signed in to change notification settings - Fork 1.9k
CNV-3924 Feature Support Storage Matrix Assembly and Module #22638
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
Closed
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,53 @@ | ||
| // Module included in the following assemblies: | ||
| // | ||
| // * virt/virtual_machines/virtual_disks/virt-supported-features-for-virtual-storage.adoc | ||
|
|
||
| [id="virt-supported-features-for-virtual-storage_{context}"] | ||
| = Supported features for {VirtProductName} virtual storage | ||
|
|
||
| .{VirtProductName} Virtual storage feature support matrix | ||
| [cols="40%,15%,15%,15%,15%"] | ||
| |=== | ||
| ||Virtual machine live migration |Host-assisted virtual machine disk cloning |Storage-assisted virtual machine disk cloning |Virtual machine snapshots | ||
|
|
||
| |{product-title} container storage: RBD block volumes | ||
| |Supported | ||
| |Supported | ||
| |Supported | ||
| |Supported | ||
|
|
||
| |{product-title} container storage: RBD filesystem volumes | ||
| |Not supported | ||
| |Supported | ||
| |Supported | ||
| |Supported | ||
|
|
||
| |{VirtProductName} hostpath provisioner | ||
| |Not supported | ||
| |Supported | ||
| |Not supported | ||
| |Not supported | ||
|
|
||
| |Other multi-node writable storage {nbsp} (a) | ||
| |Supported | ||
| |Supported | ||
| |(c) | ||
| |(d) | ||
|
|
||
| |Other single-node writable storage {nbsp} (b) | ||
| |Not supported | ||
| |Supported | ||
| |(c) | ||
| |(d) | ||
|
|
||
| 5+| | ||
|
|
||
| 5+| (a) PVCs must request a ReadWriteMany access mode | ||
|
|
||
| 5+| (b) PVCs must request a ReadWriteOnce access mode | ||
|
|
||
| 5+| (c) Storage provider must support CSI cloning | ||
|
|
||
| 5+| (d) Storage provider must support CSI snapshots | ||
|
|
||
| |=== | ||
15 changes: 15 additions & 0 deletions
15
...virtual_machines/virtual_disks/virt-supported-features-for-virtual-storage.adoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| [id="virt-supported-features-for-virtual-storage"] | ||
| = Supported features for virtual storage | ||
| include::modules/virt-document-attributes.adoc[] | ||
| :context: virt-supported-features-for-virtual-storage | ||
| toc::[] | ||
|
|
||
| Use the following table to determine feature support for local and shared | ||
| persistent virtual storage in {VirtProductName}. | ||
|
|
||
| * Virtual machine live migration | ||
| * Host-assisted virtual machine disk cloning | ||
| * Storage-assisted virtual machine disk cloning | ||
| * Virtual machine snapshots | ||
|
|
||
| include::modules/virt-supported-features-for-virtual-storage.adoc[leveloffset=+1] |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bgaydosrh Should {product-title} and {VirtProductName} have definite names, or they are various depends on what users have?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @qwang1 - yes, we use variables for the product names, so in case those names change the doc will always have the most current names.
Those names should appear correctly in the next test build.