Skip to content

Commit bf53196

Browse files
authored
Merge pull request #48336 from dcdacosta/BZ2092346
BZ2092346 - rearranged info to avoid 2 admonitions close together
2 parents 6310f55 + 9c785ea commit bf53196

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

modules/virt-creating-storage-class.adoc

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,10 @@
77
= Creating a storage class
88

99
When you create a storage class, you set parameters that affect the
10-
dynamic provisioning of persistent volumes (PVs) that belong to that storage class.
10+
dynamic provisioning of persistent volumes (PVs) that belong to that storage class. You cannot update a `StorageClass` object's parameters after you create it.
1111

1212
In order to use the host path provisioner (HPP) you must create an associated storage class for the CSI driver with the `storagePools` stanza.
1313

14-
[NOTE]
15-
====
16-
You cannot update a `StorageClass` object's parameters after you create it.
17-
====
18-
1914
[NOTE]
2015
====
2116
Virtual machines use data volumes that are based on local PVs. Local PVs are bound to specific nodes. While the disk image is prepared for consumption by the virtual machine, it is possible that the virtual machine cannot be scheduled to the node where the local storage PV was previously pinned.

0 commit comments

Comments
 (0)