Skip to content

Commit f5e1500

Browse files
authored
Merge pull request #93207 from SNiemann15/ocpvirt_storage_pool
[CNV-61709] Add details to storagePpools callouts
2 parents e531f8f + ab2255e commit f5e1500

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
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)