Skip to content
Merged
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
7 changes: 0 additions & 7 deletions modules/virt-features-for-storage-matrix.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,6 @@ ifeval::["{VirtVersion}" < "2.5"]
endif::[]
endif::[]

ifeval::["{VirtVersion}" >= "2.5"]
ifdef::virt-importing-rhv-vm,virt-importing-vmware-vm[]
|OpenShift Container Storage: RBD filesystem volumes
|Yes
endif::[]
endif::[]

|{VirtProductName} hostpath provisioner
ifdef::virt-features-for-storage[]
|No
Expand Down
2 changes: 1 addition & 1 deletion modules/virt-importing-vm-cli.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ EOF
<3> If `storageMappings` are specified in both the ResourceMapping and the VirtualMachineImport CRs, the VirtualMachineImport CR takes precedence.
<4> Specify the RHV storage domain.
<5> Specify the target storage class as `nfs` or `ocs-storagecluster-ceph-rbd`.
<6> Specify the volume mode as `Block` or `Filesystem`. If you specified the `ocs-storagecluster-ceph-rbd` storage class, you must specify the `Block` volume mode.
<6> If you specified the `ocs-storagecluster-ceph-rbd` storage class, you must specify `Block` as the volume mode.
endif::[]

. Create the VirtualMachineImport CR by running the following command:
Expand Down
4 changes: 2 additions & 2 deletions modules/virt-importing-vm-wizard.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ ifdef::virt-importing-rhv-vm[]
+
If you select *ocs-storagecluster-ceph-rbd*, you must set the *Volume Mode* of the disk to *Block*.

** *Advanced* -> *Volume Mode*: Select *Block* or *Filesystem*.
** *Advanced* -> *Volume Mode*: Select *Block*.
* *Networking* -> *Network*: You can select a network from a list of available `NetworkAttachmentDefinition` objects.
endif::[]
ifdef::virt-importing-vmware-vm[]
Expand Down Expand Up @@ -136,7 +136,7 @@ If you select *ocs-storagecluster-ceph-rbd*, you must set the *Volume Mode* of t
+
Other storage classes might work, but they are not officially supported.

** *Advanced* -> *Volume Mode*: Select *Block* or *Filesystem*.
** *Advanced* -> *Volume Mode*: Select *Block*.
** *Advanced* -> *Access Mode*

* *Advanced* -> *Cloud-init*:
Expand Down