Skip to content

Commit 2b416ba

Browse files
authored
Merge pull request #49924 from bgaydosrh/CNV-15055
2 parents 1736101 + 9cda644 commit 2b416ba

File tree

1 file changed

+24
-16
lines changed

1 file changed

+24
-16
lines changed

modules/virt-storage-wizard-fields-web.adoc

Lines changed: 24 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -48,34 +48,42 @@
4848
|Storage Class
4949
|
5050
|The storage class that is used to create the disk.
51-
52-
a|Advanced -> Volume Mode
53-
[NOTE]
54-
====
55-
Default values are used from the storage profile.
56-
====
57-
|
58-
|Defines whether the persistent volume uses a formatted file system or raw block state. Default is *Filesystem*.
5951
|===
6052

6153
[id="virt-storage-wizard-fields-advanced-web_{context}"]
6254
[discrete]
6355
== Advanced storage settings
6456

65-
[cols="5a,3a,5a"]
66-
|===
67-
|Name | Parameter | Description
57+
The following advanced storage settings are optional and available for *Blank*, *Import via URL*, and *Clone existing PVC* disks. Before {VirtProductName} 4.11, if you do not specify these parameters, the system uses the default values from the `kubevirt-storage-class-defaults` config map. In {VirtProductName} 4.11 and later, the system uses the default values from the xref:../../virt/virtual_machines/virtual_disks/virt-creating-data-volumes.adoc#virt-customizing-storage-profile_virt-creating-data-volumes[storage profile].
6858

69-
.2+|Volume Mode
7059
[NOTE]
7160
====
72-
Default values are used from the storage profile.
61+
Use storage profiles to ensure consistent advanced storage settings when provisioning storage for {VirtProductName}.
62+
63+
To manually specify *Volume Mode* and *Access Mode*, you must clear the *Apply optimized StorageProfile settings* checkbox, which is selected by default.
7364
====
65+
66+
[cols="5a,3a,3a,5a",options="header"]
67+
|===
68+
|Name |Mode description |Parameter |Parameter description
69+
70+
.2+|Volume Mode
71+
72+
.2+|Defines whether the persistent volume uses a formatted file system or raw block state. Default is *Filesystem*.
7473
|Filesystem
7574
|Stores the virtual disk on a file system-based volume.
76-
7775
|Block
7876
|Stores the virtual disk directly on the block volume. Only use `Block` if the underlying storage supports it.
79-
|Read Only (ROX)
80-
|The disk can be mounted as read-only by many nodes.
77+
.3+|Access Mode
78+
.3+|Access mode of the persistent volume.
79+
|ReadWriteOnce (RWO)
80+
|Volume can be mounted as read-write by a single node.
81+
|ReadWriteMany (RWX)
82+
|Volume can be mounted as read-write by many nodes at one time.
83+
[NOTE]
84+
====
85+
This is required for some features, such as live migration of virtual machines between nodes.
86+
====
87+
|ReadOnlyMany (ROX)
88+
|Volume can be mounted as read only by many nodes.
8189
|===

0 commit comments

Comments
 (0)