From 213450e96d61bb7ed369e609abe6eaa68eb5ee89 Mon Sep 17 00:00:00 2001 From: Lisa Pettyjohn Date: Fri, 27 Oct 2023 13:58:29 -0400 Subject: [PATCH] OSDOCS-8127:LSO docs should emphasize that multiple LV sets are not supported --- modules/persistent-storage-local-discovery.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/persistent-storage-local-discovery.adoc b/modules/persistent-storage-local-discovery.adoc index 2c62db6aec..6a3c122d00 100644 --- a/modules/persistent-storage-local-discovery.adoc +++ b/modules/persistent-storage-local-discovery.adoc @@ -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