]> git.ipfire.org Git - thirdparty/systemd.git/commit - man/tmpfiles.d.xml
tmpfiles: don't adjust qgroups on existing subvolumes
authorFranck Bui <fbui@suse.com>
Mon, 6 Aug 2018 10:29:54 +0000 (12:29 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 8 Aug 2018 10:37:35 +0000 (12:37 +0200)
commitf17a8d6178c31281658956ec9c19b329bf421aa4
tree376c5b28d32cac66f9de443723663a477b59ffa9
parentb2776a60f371de0cefd4141a68ada8f594f14560
tmpfiles: don't adjust qgroups on existing subvolumes

The qgroup logic (types 'q' and 'Q') only has an effect if there's no previous
setup at all, and any explicitly configured subvolumes with their qgroups are
left entirely unmodified.

The idea is that if users want a different logic than the one we set up by
default, then by all means they should do that before hand, and tmpfiles won't
override their logic.
man/tmpfiles.d.xml
src/tmpfiles/tmpfiles.c