Skip to content

Commit 4deaf4e

Browse files
authored
Merge pull request #54677 from bburt-rh/RHDEVDOCS-4350-fix-for-monitoring-persistent-storage-requirements
RHDEVDOCS-4350-fix-for-monitoring-persistent-storage-requirements
2 parents 1c3b6f2 + a801ceb commit 4deaf4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/monitoring-configuring-persistent-storage.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Running cluster monitoring with persistent storage means that your metrics are s
1515

1616
* Verify that you have a persistent volume (PV) ready to be claimed by the persistent volume claim (PVC), one PV for each replica. Because Prometheus and Alertmanager both have two replicas, you need four PVs to support the entire monitoring stack. The PVs are available from the Local Storage Operator, but not if you have enabled dynamically provisioned storage.
1717

18-
* Use the block type of storage.
19-
18+
* Use `Filesystem` as the storage type value for the `volumeMode` parameter when you configure the persistent volume.
19+
+
2020
[NOTE]
2121
====
22-
If you use a local volume for persistent storage, do not use a raw block volume, which is described with `volumeMode: block` in the `LocalVolume` object. Prometheus cannot use raw block volumes.
22+
If you use a local volume for persistent storage, do not use a raw block volume, which is described with `volumeMode: Block` in the `LocalVolume` object. Prometheus cannot use raw block volumes.
2323
====

0 commit comments

Comments
 (0)