]> git.ipfire.org Git - thirdparty/systemd.git/commit - man/homectl.xml
homed: default to "btrfs" as fs type in the LUKS backend
authorLennart Poettering <lennart@poettering.net>
Tue, 18 Aug 2020 13:11:06 +0000 (15:11 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 19 Aug 2020 13:46:07 +0000 (15:46 +0200)
commitcaf6bd166f6521e1e33a25c39bb2e1b05d61b733
treee51ba617202cdf4281ae93295e42e67d929e8d79
parent1b13600948b9fc5d35b3b643d02e5323f75dd682
homed: default to "btrfs" as fs type in the LUKS backend

Apparently both Fedora and suse default to btrfs now, it should hence be
good enough for us too.

This enables a bunch of really nice things for us, most importanly we
can resize home directories freely (i.e. both grow *and* shrink) while
online. It also allows us to add nice subvolume based home directory
snapshotting later on.

Also, whenever we mention the three supported types, alaways mention
them in alphabetical order, which is also our new order of preference.
man/homectl.xml
man/homed.conf.xml
shell-completion/bash/homectl
src/home/homectl.c
src/home/homed.conf
src/shared/user-record.c