]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- state in man-pages that ext4 support is discontinued 596/head
authorArvin Schnell <aschnell@suse.de>
Thu, 19 Nov 2020 10:57:46 +0000 (11:57 +0100)
committerArvin Schnell <aschnell@suse.de>
Thu, 19 Nov 2020 10:57:46 +0000 (11:57 +0100)
doc/snapper.xml.in
package/snapper.changes

index 32acc1de5ab666cbfa417bba81ba8230b2e56e9c..16195fd8c4e1c1ac1357e4e19449ea84550da833 100644 (file)
@@ -39,7 +39,7 @@
 
     <para>Snapper never modifies the content of snapshots. Thus snapper creates
     read-only snapshots if supported by the kernel. Supported filesystems are
-    btrfs and ext4 as well as snapshots of LVM logical volumes with
+    btrfs and ext4 (discontinued) as well as snapshots of LVM logical volumes with
     thin-provisioning. Some filesystems might not be supported depending on your
     installation.</para>
   </refsect1>
            <varlistentry>
              <term><option>-f, --fstype</option> <replaceable>fstype</replaceable></term>
              <listitem>
-               <para>Manually set filesystem type. Supported values are btrfs, ext4 and lvm. For
-               lvm, snapper uses LVM thin-provisioned snapshots. The filesystem type on top of
-               LVM must be provided in parentheses, e.g. lvm(xfs).</para>
+               <para>Manually set filesystem type. Supported values are btrfs, ext4
+               (discontinued) and lvm. For lvm, snapper uses LVM thin-provisioned snapshots.
+               The filesystem type on top of LVM must be provided in parentheses,
+               e.g. lvm(xfs).</para>
                <para>Without this option snapper tries to detect the filesystem.</para>
              </listitem>
            </varlistentry>
index 81113b41f4ad7e755cd2688d1dd718b3211fdb05..e31c2b2f31f9fa923f761d562f89af68b4672b42 100644 (file)
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Thu Nov 19 11:49:29 CET 2020 - aschnell@suse.com
+
+- state in man-pages that ext4 support is discontinued
+  (gh#openSUSE/snapper#331)
+
 -------------------------------------------------------------------
 Wed Nov 18 12:13:56 CET 2020 - aschnell@suse.com