docs/BestPractices.md: do not mention NFS

Though VictoriaMetrics works OK on NFS-like filesystems, it is not a best practice
This commit is contained in:
Aliaksandr Valialkin 2022-07-21 21:29:48 +03:00
parent 301a27b9f8
commit cfeb6138ae
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -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