Ignore:
Timestamp:
08/11/2020 07:52:15 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
82a9ecf
Parents:
6ed2c18
Message:

Fuse-3.9.3
LVM2-2.03.10

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23489 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/lvm2.xml

    r6ed2c18 r8ec0245  
    77  <!ENTITY lvm2-download-http "https://sourceware.org/ftp/lvm2/LVM2.&lvm2-version;.tgz">
    88  <!ENTITY lvm2-download-ftp  "ftp://sourceware.org/pub/lvm2/LVM2.&lvm2-version;.tgz">
    9   <!ENTITY lvm2-md5sum        "e49bd19ce684ef018c771c6a99f3ed58">
     9  <!ENTITY lvm2-md5sum        "ffce8d4e86c74d8d44098a530410e843">
    1010  <!ENTITY lvm2-size          "2.4 MB">
    11   <!ENTITY lvm2-buildsize     "34 MB (add at least 600 MB for tests in the /tmp directory; additionally transient files can grow up to around 500 MB)">
    12   <!-- My build size was 124 MB with tests, but I'll leave this here. -renodr -->
    13   <!ENTITY lvm2-time          "0.2 SBU (using parallelism=4; add 16 SBU for tests)">
     11  <!ENTITY lvm2-buildsize     "34 MB (add 22 MB for tests; transient files can grow up to around 800 MB in the /tmp directory during tests)">
     12  <!-- My build size was 124 MB with tests, but I'll leave this here. -renodr
     13       The files in /tmp are transcient. I monitor /tmp with a loop during
     14       tests. -pierre, August 2020 -->
     15  <!ENTITY lvm2-time          "0.2 SBU (using parallelism=4; add 16 to 45 SBU for tests, depending on disk speed)">
    1416]>
    1517
     
    171173
    172174<screen role="root"
    173         remap="test"><userinput>make check_local</userinput></screen>
    174 
    175     <para>
     175        remap="test"><userinput>make S=shell/thin-flags.sh check_local</userinput></screen>
     176
     177    <para>
     178      The <command>S=...</command> option allows to skip tests. The
     179      <command>shell/thin-flags.sh</command> test has been reported to freeze
     180      the computer.
    176181      Other targets are available and can be listed with
    177182      <command>make -C test help</command>. The test timings are very dependent
     
    295300          libdevmapper.so and liblvm2cmd.so; optional:
    296301          libdevmapper-event.so, libdevmapper-event-lvm2.so,
    297           libdevmapper-event-lvm2mirror.so, libdevmapper-event-lvm2snapshot.so,
    298           libdevmapper-event-lvm2raid.so, and libdevmapper-event-lvm2thin.so
     302          libdevmapper-event-lvm2mirror.so, libdevmapper-event-lvm2raid.so,
     303          libdevmapper-event-lvm2snapshot.so, and libdevmapper-event-lvm2thin.so
    299304        </seg>
    300305        <seg>
Note: See TracChangeset for help on using the changeset viewer.