Valkey with btrfs subvolume #627
Unanswered
componentscience
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
New to Valkey (and Redis). Does Valkey play nice with btrfs subvolumes? For example if someone wanted to take a snapshot of their persistent data.
Per the Redis documentation, the parent data directory is
/var/opt/redislabs
. Assuming Valkey uses the same location, would this be the logical place to mount a subvolume? For example# mount -o compress=zstd,subvol=@valkey /var/opt/valkey
.References:
https://redis.io/docs/latest/operate/rs/installing-upgrading/install/plan-deployment/file-locations/
Beta Was this translation helpful? Give feedback.
All reactions