1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/persistent-storage-csi-azure-disk-perf-plus-create-new-disk-by-snapshot-clone.adoc
2025-10-14 01:27:28 +00:00

32 lines
1.2 KiB
Plaintext

//
// Module included in the following assemblies:
//
// * storage/container_storage_interface/persistent-storage-csi-azure.adoc
//
:_mod-docs-content-type: PROCEDURE
[id="persistent-storage-csi-azure-disk-perf-plus-create-new-disk-by-snapshot-clone_{context}"]
= Enabling performance plus by snapshot or cloning
Normally, performance plus can be enabled only on new disks. For a workaround, you can use this procedure.
.Prerequisites
* Access to a Microsoft Azure cluster with cluster-admin privileges.
* Access to an Azure disk with performance plus enabled.
* Have created a storage class to use performance plus enhanced Azure disks.
+
For more information about creating the storage class, see Section _Creating a storage class to use performance plus enhanced disks_.
.Procedure
To enable performance plus by snapshot or clone:
. Create a snapshot of the existing volume that does not have performance plus enabled on it.
. Provision a new disk from that snapshot using a storage class with `enablePerformancePlus` set to "true".
Or
* Clone the persistent volume claim (PVC) using a storage class with `enablePerformancePlus` set to "true" to create a new disk clone.