@@ -36,20 +36,19 @@ Use the `LocalVolumeSet` object with caution. When you automatically provision p
36
36
37
37
. To enable automatic discovery of local devices from the web console:
38
38
39
- .. In the _Administrator_ perspective, navigate to *Operators* -> *Installed Operators* and click on the *Local Volume Discovery* tab .
39
+ .. Click *Operators* -> *Installed Operators*.
40
40
41
- .. Click *Create Local Volume Discovery *.
41
+ .. In the `openshift-local-storage` namespace, click *Local Storage *.
42
42
43
- .. Select either *All nodes* or *Select nodes*, depending on whether you want to discover available disks on all or specific nodes.
44
- +
45
- [NOTE]
46
- ====
47
- Only worker nodes are available, regardless of whether you filter using *All nodes* or *Select nodes*.
48
- ====
49
- +
50
- .. Click *Create*.
43
+ .. Click the *Local Volume Discovery* tab.
44
+
45
+ .. Click *Create Local Volume Discovery* and then select either *Form view* or *YAML view*.
46
+
47
+ .. Configure the `LocalVolumeDiscovery` object parameters.
51
48
52
- A local volume discovery instance named `auto-discover-devices` is displayed.
49
+ .. Click *Create*.
50
+ +
51
+ The Local Storage Operator creates a local volume discovery instance named `auto-discover-devices` .
53
52
54
53
. To display a continuous list of available devices on a node:
55
54
@@ -82,7 +81,6 @@ Only worker nodes are available, regardless of whether you filter using *All nod
82
81
+
83
82
A message displays after several minutes, indicating that the "Operator reconciled successfully."
84
83
85
- [start=3]
86
84
. Alternatively, to provision local volumes for the discovered devices from the CLI:
87
85
88
86
.. Create an object YAML file to define the local volume set, such as `local-volume-set.yaml`, as shown in the following example:
0 commit comments