Skip to content
Closed
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions _topic_map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1578,6 +1578,8 @@ Topics:
- Name: Virtual machine disks
Dir: virtual_disks
Topics:
- Name: Supported features for virtual storage
File: virt-supported-features-for-virtual-storage
- Name: Configuring local storage for virtual machines
File: virt-configuring-local-storage-for-vms
- Name: Uploading local disk images by using the virtctl tool
Expand Down
53 changes: 53 additions & 0 deletions modules/virt-supported-features-for-virtual-storage.adoc
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

Copy link
Copy Markdown

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?

Copy link
Copy Markdown
Author

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.

|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

|===
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]