Skip to content

Commit 48d7f94

Browse files
authored
Merge pull request #42445 from darshan-nagaraj/BZ2056590
BZ2056590: Added note block about /dev/disk/by-path not supported for local storage
2 parents 102d267 + c0f284a commit 48d7f94

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,12 @@ spec:
5656
<4> The volume mode, either `Filesystem` or `Block`, that defines the type of local volumes.
5757
<5> The file system that is created when the local volume is mounted for the first time.
5858
<6> The path containing a list of local storage devices to choose from.
59-
<7> Replace this value with your actual local disks filepath to the `LocalVolume` resource, such as `/dev/disk/by-id/wwn`. PVs are created for these local disks when the provisioner is deployed successfully.
59+
<7> 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.
60+
+
61+
[NOTE]
62+
====
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+
====
6065
+
6166
[NOTE]
6267
====
@@ -92,7 +97,12 @@ spec:
9297
<3> The name of the storage class to use when creating persistent volume objects.
9398
<4> The volume mode, either `Filesystem` or `Block`, that defines the type of local volumes.
9499
<5> The path containing a list of local storage devices to choose from.
95-
<6> Replace this value with your actual local disks filepath to the `LocalVolume` resource, such as `dev/disk/by-id/wwn`. PVs are created for these local disks when the provisioner is deployed successfully.
100+
<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+
====
96106

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

0 commit comments

Comments
 (0)