mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
CNV#32030 - Default storage class - planning cluster
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
3d7038d357
commit
bcce006e56
@@ -96,15 +96,15 @@ See xref:../../architecture/architecture-rhcos.adoc#rhcos-about_architecture-rhc
|
||||
|
||||
* Supported by {product-title}. See xref:../../scalability_and_performance/optimization/optimizing-storage.adoc#_optimizing-storage[Optimizing storage].
|
||||
|
||||
* {rh-storage-first}: You must create a dedicated storage class for Windows virtual machine disks. See link:https://access.redhat.com/articles/6978371[Optimizing ODF PersistentVolumes for Windows VMs] for details.
|
||||
|
||||
* You must create a default {VirtProductName} or {product-title} storage class. The purpose of this is to address the unique storage needs of VM workloads and offer optimized performance, reliability, and user experience. If both {VirtProductName} and {product-title} default storage classes exist, the {VirtProductName} class takes precedence when creating VM disks.
|
||||
+
|
||||
[NOTE]
|
||||
====
|
||||
You must specify a default storage class for the cluster. See xref:../../storage/container_storage_interface/persistent-storage-csi-sc-manage.adoc#persistent-storage-csi-sc-manage[Managing the default storage class]. If the default storage class provisioner supports the `ReadWriteMany` (RWX) xref:../../storage/understanding-persistent-storage.adoc#pv-access-modes_understanding-persistent-storage[access mode], use the RWX mode for the associated persistent volumes for optimal performance.
|
||||
|
||||
If the storage provisioner supports snapshots, there must be a xref:../../storage/container_storage_interface/persistent-storage-csi-snapshots.adoc#volume-snapshot-crds[`VolumeSnapshotClass`] object associated with the default storage class.
|
||||
To mark a storage class as the default for virtualization workloads, set the annotation `storageclass.kubevirt.io/is-default-virt-class` to `"true"`.
|
||||
====
|
||||
|
||||
* If the storage provisioner supports snapshots, you must associate a `VolumeSnapshotClass` object with the default storage class.
|
||||
|
||||
include::modules/virt-about-storage-volumes-for-vm-disks.adoc[leveloffset=+3]
|
||||
|
||||
[id="live-migration_preparing-cluster-for-virt"]
|
||||
|
||||
Reference in New Issue
Block a user