You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/persistent-storage-local-create-cr.adoc
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,12 @@ spec:
56
56
<4> The volume mode, either `Filesystem` or `Block`, that defines the type of local volumes.
57
57
<5> The file system that is created when the local volume is mounted for the first time.
58
58
<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
+
====
60
65
+
61
66
[NOTE]
62
67
====
@@ -92,7 +97,12 @@ spec:
92
97
<3> The name of the storage class to use when creating persistent volume objects.
93
98
<4> The volume mode, either `Filesystem` or `Block`, that defines the type of local volumes.
94
99
<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
+
====
96
106
97
107
. Create the local volume resource in your {product-title} cluster. Specify the file you just created:
0 commit comments