New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
xfs partition for mongodb
i want to install mongodb on hetzner vps can anybody give me a working cloud-init config to make partition on debian 12? i tried this one https://gist.github.com/exocode/a7e12b063f23a1ef899b23bcbfc7d123?permalink_comment_id=3705929#gistcomment-3705929 but works only on Ubuntu
thank you.
Comments
If it's Hetzner, you can mount an XFS block storage to your VPS. It may cost a bit more, but I would prefer this way.
Can I get same performance in this way?
Nope, block storage has lower disk speed but still SSD and it's attachable and removable.
The whole point of using XFS for MongoDB instead of EXT4 is performance.
Why not btrfs or zfs ?