Skip to content

Commit 9de3afa

Browse files
committed
docs/victorialogs/README.md: remove misleading statement about extending ext4 partition to 16TB+
It is enough to recommend the given format options for 1TB+ disks
1 parent 8d77a20 commit 9de3afa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/victorialogs/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ to [Grafana plugin playground for VictoriaLogs](https://play-grafana.victoriamet
6060
The only option is increasing the limit on [the number of open files in the OS](https://medium.com/@muhammadtriwibowo/set-permanently-ulimit-n-open-files-in-ubuntu-4d61064429a).
6161
- The recommended filesystem is `ext4`, the recommended persistent storage is [persistent HDD-based disk on GCP](https://cloud.google.com/compute/docs/disks/#pdspecs),
6262
since it is protected from hardware failures via internal replication and it can be [resized on the fly](https://cloud.google.com/compute/docs/disks/add-persistent-disk#resize_pd).
63-
If you plan to store more than 1TB of data on `ext4` partition or plan extending it to more than 16TB,
64-
then the following options are recommended to pass to `mkfs.ext4`:
63+
If you plan to store more than 1TB of data on `ext4` partition, then the following options are recommended to pass to `mkfs.ext4`:
6564

6665
```sh
6766
mkfs.ext4 ... -O 64bit,huge_file,extent -T huge

0 commit comments

Comments
 (0)