Skip to content

Commit 1320ba8

Browse files
authored
Merge pull request #69785 from aspauldi/CNV-33431
/lgtm, merging CNV-33431: Storage profile must be reapplied if storage class changes
2 parents ffdfa6a + 3e5cc93 commit 1320ba8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

modules/virt-customizing-storage-profile.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
You can specify default parameters by editing the `StorageProfile` object for the provisioner's storage class. These default parameters only apply to the persistent volume claim (PVC) if they are not configured in the `DataVolume` object.
1111

12+
You cannot modify storage class parameters. To make changes, delete and re-create the storage class. You must then reapply any customizations that were previously made to the storage profile.
13+
1214
An empty `status` section in a storage profile indicates that a storage provisioner is not recognized by the Containerized Data Interface (CDI). Customizing a storage profile is necessary if you have a storage provisioner that is not recognized by CDI. In this case, the administrator sets appropriate values in the storage profile to ensure successful allocations.
1315

1416
[WARNING]

virt/storage/virt-configuring-storage-profile.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
You must configure storage profiles if your storage provider is not recognized by the Containerized Data Importer (CDI)
10-
119
A storage profile provides recommended storage settings based on the associated storage class. A storage profile is allocated for each storage class.
1210

11+
If the Containerized Data Importer (CDI) does not recognize your storage provider, you must configure storage profiles.
12+
1313
For recognized storage types, CDI provides values that optimize the creation of PVCs. However, you can configure automatic settings for a storage class if you customize the storage profile.
1414

1515
[IMPORTANT]

0 commit comments

Comments
 (0)