rancher / rancher-docs

Rancher Documentation
https://ranchermanager.docs.rancher.com/
Apache License 2.0
60 stars 203 forks source link

Document requirement of a POSIX-compliant filesystem for Prometheus persistent storage #122

Open axeal opened 4 years ago

axeal commented 4 years ago

Per the Prometheus documentation (https://prometheus.io/docs/prometheus/latest/storage/) Prometheus persistent storage requires a POSIX-compliant filesystem, i.e. not most NFS implementations, or this can lead to Prometheus datastore corruption. To achieve this a user should use a StorageClass to provision a block storage volume (e.g. Amazon EBS Disk, Azure Disk, Google Persistent Disk, VMware vSphere Volume, Longhorn volume) with a POSIX-compliant filesystem (e.g. ext3, ext4, xfs).

github-actions[bot] commented 1 year ago

This repository uses an automated workflow to automatically label issues which have not had any activity (commit/comment/label) for 90 days. This helps us manage the community issues better. If the issue is still relevant, please add a comment to the issue so the workflow can remove the label and we know it is still valid. If it is no longer relevant (or possibly fixed in the latest release), the workflow will automatically close the issue in 30 days. Thank you for your contributions.