From: Arvin Schnell Date: Thu, 31 Mar 2016 13:59:50 +0000 (+0200) Subject: - document QGROUP parameter X-Git-Tag: v0.3.3~15^2~4 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=bf8160968a7f6053d814f67f2edfa3dd2e56b869;p=thirdparty%2Fsnapper.git - document QGROUP parameter --- diff --git a/data/default-config b/data/default-config index 1e3b78d2..2a7a1243 100644 --- a/data/default-config +++ b/data/default-config @@ -6,6 +6,10 @@ SUBVOLUME="/" FSTYPE="btrfs" +# btrfs qgroup for space aware cleanup algorithms +QGROUP="" + + # users and groups allowed to work with config ALLOW_USERS="" ALLOW_GROUPS="" diff --git a/doc/snapper-configs.xml.in b/doc/snapper-configs.xml.in index e45d8649..162c7d73 100644 --- a/doc/snapper-configs.xml.in +++ b/doc/snapper-configs.xml.in @@ -51,6 +51,15 @@ + + + + The btrfs quota group used for space aware cleanup + algorithms. + Only supported for btrfs. + + +