]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- document QGROUP parameter
authorArvin Schnell <aschnell@suse.de>
Thu, 31 Mar 2016 13:59:50 +0000 (15:59 +0200)
committerArvin Schnell <aschnell@suse.de>
Thu, 31 Mar 2016 13:59:50 +0000 (15:59 +0200)
data/default-config
doc/snapper-configs.xml.in

index 1e3b78d2a164a453be1c99955d70c492d91f734b..2a7a12438a36691af24516214e31d60089107447 100644 (file)
@@ -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=""
index e45d8649e1d1771b0bfbad740c1debb36153bc8e..162c7d737279604b9ccab75dd707eb0ef394a468 100644 (file)
        </listitem>
       </varlistentry>
 
+      <varlistentry>
+       <term><option>QGROUP=<replaceable>value</replaceable></option></term>
+       <listitem>
+         <para>The btrfs quota group used for space aware cleanup
+         algorithms.</para>
+         <para>Only supported for btrfs.</para>
+       </listitem>
+      </varlistentry>
+
       <varlistentry>
        <term><option>ALLOW_USERS=<replaceable>users</replaceable></option></term>
        <listitem>