You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/virt-customizing-storage-profile.adoc
+13-10Lines changed: 13 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,10 @@
6
6
7
7
= Customizing the storage profile
8
8
9
-
You can customize any storage profile. Use the `spec` section of the storage profile to provide specific attributes when creating an underlying persistent volume claim (PVC) for a data volume.
9
+
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.
10
+
11
+
.Prerequisites
12
+
* Ensure that your planned configuration is supported by the storage class and its provider. Specifying an incompatible configuration in a storage profile causes volume provisioning to fail.
10
13
11
14
[NOTE]
12
15
====
@@ -19,21 +22,21 @@ If you create a data volume and omit YAML attributes and these attributes are no
19
22
====
20
23
21
24
.Procedure
22
-
. Edit the storage profile. In this example, the provisioner is not recognized by the CDI:
25
+
. Edit the storage profile. In this example, the provisioner is not recognized by CDI:
0 commit comments