1
0
mirror of https://github.com/Zygo/bees.git synced 2025-06-16 17:46:16 +02:00

Rm MOUNT_OPTIONS for it is of no use and dangerous

Btrfs mount options effects all mount points using the same Btrfs
partition, so specifing it per-mount is useless.

Also, common mount options like `noatime,nosuid,nodev,noexec` has little
to no effect on beesd, so it's just better and simpler to remove this.

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU
2021-09-04 15:56:39 +10:00
committed by Zygo Blaxell
parent ccec63104c
commit 69c3d99552
2 changed files with 1 additions and 5 deletions

View File

@ -18,9 +18,6 @@ UUID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
## Options to apply, see `beesd --help` for details
# OPTIONS="--strip-paths --no-timestamps"
## Mount options
# MOUNT_OPTIONS=""
## Bees DB size
# Hash Table Sizing
# sHash table entries are 16 bytes each