|
48 | 48 | |Storage Class
|
49 | 49 | |
|
50 | 50 | |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*. |
59 | 51 | |===
|
60 | 52 |
|
61 | 53 | [id="virt-storage-wizard-fields-advanced-web_{context}"]
|
62 | 54 | [discrete]
|
63 | 55 | == Advanced storage settings
|
64 | 56 |
|
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]. |
68 | 58 |
|
69 |
| -.2+|Volume Mode |
70 | 59 | [NOTE]
|
71 | 60 | ====
|
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. |
73 | 64 | ====
|
| 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*. |
74 | 73 | |Filesystem
|
75 | 74 | |Stores the virtual disk on a file system-based volume.
|
76 |
| - |
77 | 75 | |Block
|
78 | 76 | |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. |
81 | 89 | |===
|
0 commit comments