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