From 2db4e79a0375baf41c9d52b4d44037ce315337b3 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Thu, 21 Jul 2022 21:29:48 +0300 Subject: [PATCH] docs/BestPractices.md: do not mention NFS Though VictoriaMetrics works OK on NFS-like filesystems, it is not a best practice --- README.md | 1 + docs/BestPractices.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e7dd0975..3949b4c06 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ VictoriaMetrics has the following prominent features: * It can deal with [high cardinality issues](https://docs.victoriametrics.com/FAQ.html#what-is-high-cardinality) and [high churn rate](https://docs.victoriametrics.com/FAQ.html#what-is-high-churn-rate) issues via [series limiter](#cardinality-limiter). * It ideally works with big amounts of time series data from APM, Kubernetes, IoT sensors, connected cars, industrial telemetry, financial data and various [Enterprise workloads](https://victoriametrics.com/products/enterprise/). * It has open source [cluster version](https://github.com/VictoriaMetrics/VictoriaMetrics/tree/cluster). +* It can store data on [NFS-based storages](https://en.wikipedia.org/wiki/Network_File_System) such as [Amazon EFS](https://aws.amazon.com/efs/) and [Google Filestore](https://cloud.google.com/filestore). See also [various Articles about VictoriaMetrics](https://docs.victoriametrics.com/Articles.html). diff --git a/docs/BestPractices.md b/docs/BestPractices.md index c30377e90..30c01635a 100644 --- a/docs/BestPractices.md +++ b/docs/BestPractices.md @@ -18,7 +18,7 @@ The recommended filesystem for VictoriaMetrics is [ext4](https://en.wikipedia.or mkfs.ext4 ... -O 64bit,huge_file,extent -T huge ``` -VictoriaMetrics should work OK with other filesystems, including network filesystems such as [NFS](https://en.wikipedia.org/wiki/Network_File_System), [Amazon EFS](https://aws.amazon.com/efs/) and [Google Filestore](https://cloud.google.com/filestore). +VictoriaMetrics should work OK with other filesystems too. ## Operation System