Ignore:
Timestamp:
06/11/2024 05:10:39 PM (4 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
trunk
Children:
8c70403, 9b05403
Parents:
ce79bbe1
Message:

Update to btrfs-progs-v6.9.

Location:
postlfs/filesystems
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/btrfs-progs-test-kernel.xml

    rce79bbe1 r227ecfb  
    66<screen><emphasis role='blue'>F</emphasis>ile systems ---&gt;
    77  &lt;*/M&gt; <emphasis role='blue'>B</emphasis>trfs filesystem support                                      [BTRFS_FS]
    8   [*]     <emphasis role='blue'>B</emphasis>trfs POSIX Access Control Lists                  [BTRFS_FS_POSIX_ACL]</screen>
     8  [*]     <emphasis role='blue'>B</emphasis>trfs POSIX Access Control Lists                  [BTRFS_FS_POSIX_ACL]
     9  [ ]     <emphasis role='blue'>B</emphasis>trfs will run sanity tests upon loading   [BTRFS_FS_RUN_SANITY_TESTS]
     10  [ ]     <emphasis role='blue'>B</emphasis>trfs debugging support                                  [BTRFS_DEBUG]
     11  [ ]     <emphasis role='blue'>B</emphasis>trfs assert support                                    [BTRFS_ASSERT]
     12  [ ]     <emphasis role='blue'>B</emphasis>trfs with the ref verify tool compiled in       [BTRFS_FS_REF_VERIFY]</screen>
  • postlfs/filesystems/btrfs-progs.xml

    rce79bbe1 r227ecfb  
    77  <!ENTITY btrfs-progs-download-http "&kernel-dl;/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v&btrfs-progs-version;.tar.xz">
    88  <!ENTITY btrfs-progs-download-ftp  " ">
    9   <!ENTITY btrfs-progs-md5sum        "e22810ab7d616b5628b7912923ff127b">
     9  <!ENTITY btrfs-progs-md5sum        "0eacc7c73c4f086fa10e4bb2fd3f6739">
    1010  <!ENTITY btrfs-progs-size          "2.5 MB">
    11   <!ENTITY btrfs-progs-buildsize     "62 MB (transient files created during tests need up to 10 GB)">
    12   <!ENTITY btrfs-progs-time          "0.3 SBU (with parallelism=4; add 2.5 SBU for tests, up to 14 SBU on slow disks)">
     11  <!ENTITY btrfs-progs-buildsize     "65 MB (transient files created during tests need up to 10 GB)">
     12  <!ENTITY btrfs-progs-time          "0.3 SBU (with parallelism=4; add 3.6 SBU for tests, up to 14 SBU on slow disks)">
    1313]>
    1414
     
    119119      In addition to the above and to the options required for
    120120      <xref linkend="lvm2"/>, the following
    121       options must be enabled for running tests:
     121      options must be set for running tests. The options marked
     122      as empty should <emphasis>not</emphasis> be selected because they
     123      are for developers  and make some tests fail.
    122124    </para>
    123125
     
    158160
    159161<screen remap="test"><userinput>make fssum</userinput></screen>
     162
     163    <para>
     164      First, fix one test and disable another that is known to fail:
     165    </para>
     166
     167<screen role="root" remap="test"><userinput>sed -i 's/ mount/&amp; -o nodiscard/' tests/misc-tests/004-shrink-fs/test.sh &amp;&amp;
     168mv tests/misc-tests/041-subvolume-delete-during-send/test.sh \
     169   tests/misc-tests/041-subvolume-delete-during-send/test.sh.skip</userinput></screen>
    160170
    161171    <para>
Note: See TracChangeset for help on using the changeset viewer.