Skip to content

Commit 471ed93

Browse files
authored
Merge pull request #48934 from gnufied/remove-by-path-note
Bug 2117602: Remove note about by-path and by-partuuid
2 parents 9e812f5 + 8c706f0 commit 471ed93

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

modules/persistent-storage-local-create-cr.adoc

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@ spec:
6060
+
6161
[NOTE]
6262
====
63-
The Local Storage Operator does not support the `LocalVolume` resource `by-path` or `by-partuuid`, such as `/dev/disk/by-path/wwn` or `/dev/disk/by-partuuid`.
64-
====
65-
+
66-
[NOTE]
67-
====
6863
A raw block volume (`volumeMode: block`) is not formatted with a file system. You should use this mode only if any application running on the pod can use raw block devices.
6964
====
7065
+
@@ -98,11 +93,7 @@ spec:
9893
<4> The volume mode, either `Filesystem` or `Block`, that defines the type of local volumes.
9994
<5> The path containing a list of local storage devices to choose from.
10095
<6> Replace this value with your actual local disks filepath to the `LocalVolume` resource `by-id`, such as `dev/disk/by-id/wwn`. PVs are created for these local disks when the provisioner is deployed successfully.
101-
+
102-
[NOTE]
103-
====
104-
The Local Storage Operator does not support the `LocalVolume` resource `by-path` or `by-partuuid`, such as `/dev/disk/by-path/wwn` or `/dev/disk/by-partuuid`.
105-
====
96+
10697

10798
. Create the local volume resource in your {product-title} cluster. Specify the file you just created:
10899
+

0 commit comments

Comments
 (0)