Skip to content

Commit 83d1499

Browse files
authored
Merge pull request #59924 from bburt-rh/RHDEVDOCS-3241-document-no-NFS-support-for-PVC
RHDEVDOCS-3241: document-no-NFS-support-for-PV-for-Prometheus
2 parents 61bfd85 + a4af8f9 commit 83d1499

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/monitoring-configuring-persistent-storage.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,11 @@ Running cluster monitoring with persistent storage means that your metrics are s
2020
[NOTE]
2121
====
2222
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.
23+
====
24+
+
25+
[IMPORTANT]
26+
====
27+
Prometheus does not support file systems that are not POSIX compliant.
28+
For example, some NFS file system implementations are not POSIX compliant.
29+
If you want to use an NFS file system for storage, verify with the vendor that their NFS implementation is fully POSIX compliant.
2330
====

0 commit comments

Comments
 (0)