1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OSDOCS-8127:LSO docs should emphasize that multiple LV sets are not supported

This commit is contained in:
Lisa Pettyjohn
2023-10-27 13:58:29 -04:00
committed by openshift-cherrypick-robot
parent 4effd740d5
commit 213450e96d

View File

@@ -15,7 +15,7 @@ Use the following procedure to automatically discover local devices, and to auto
[WARNING]
====
Use the `LocalVolumeSet` object with caution. When you automatically provision persistent volumes (PVs) from local disks, the local PVs might claim all devices that match. If you are using a `LocalVolumeSet` object, make sure the Local Storage Operator is the only entity managing local devices on the node.
Use the `LocalVolumeSet` object with caution. When you automatically provision persistent volumes (PVs) from local disks, the local PVs might claim all devices that match. If you are using a `LocalVolumeSet` object, make sure the Local Storage Operator is the only entity managing local devices on the node. Creating multiple instances of a `LocalVolumeSet` that target a node more than once is not supported.
====
.Prerequisites