Skip to content

Commit 6326261

Browse files
authored
Merge pull request #93458 from openshift-cherrypick-robot/cherry-pick-93207-to-enterprise-4.19
[enterprise-4.19] [CNV-61709] Add details to storagePpools callouts
2 parents 31b229a + be187f3 commit 6326261

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/virt-creating-hpp-basic-storage-pool.adoc

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ metadata:
3030
name: hostpath-provisioner
3131
spec:
3232
imagePullPolicy: IfNotPresent
33-
storagePools: <1>
34-
- name: any_name
33+
storagePools:
34+
- name: any_name <1>
3535
path: "/var/myvolumes" <2>
3636
workload:
3737
nodeSelector:
3838
kubernetes.io/os: linux
3939
----
40-
<1> The `storagePools` stanza is an array to which you can add multiple entries.
41-
<2> Specify the storage pool directories under this node path.
40+
<1> Specifies the name to identify the source to use. It must be the same as the `storagePools` name in the `StorageClass.yaml`. For example, `local`.
41+
<2> Specifies the storage pool directories under this node path. Ensure that the path `/var/myvolumes` has been created on each worker node.
4242

4343
. Save the file and exit.
4444

0 commit comments

Comments
 (0)