Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/lvm2.xml

    r88fdf09 rf39cf0d0  
    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        "c4be18fcb94c84c26f71ff4235917c28">
    10   <!ENTITY lvm2-size          "2.5 MB">
    11   <!ENTITY lvm2-buildsize     "37 MB (add 18 MB for tests; transient files can grow up to around 800 MB in the /tmp directory during tests)">
     9  <!ENTITY lvm2-md5sum        "ffce8d4e86c74d8d44098a530410e843">
     10  <!ENTITY lvm2-size          "2.4 MB">
     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)">
    1212  <!-- My build size was 124 MB with tests, but I'll leave this here. -renodr
    13        The files in /tmp are transient. I monitor /tmp with a loop during
     13       The files in /tmp are transcient. I monitor /tmp with a loop during
    1414       tests. -pierre, August 2020 -->
    15   <!ENTITY lvm2-time          "0.2 SBU (using parallelism=4; add 9 to 48 SBU for tests, depending on disk speed)">
     15  <!ENTITY lvm2-time          "0.2 SBU (using parallelism=4; add 16 to 45 SBU for tests, depending on disk speed)">
    1616]>
    1717
     
    2020
    2121  <sect1info>
     22    <othername>$LastChangedBy$</othername>
    2223    <date>$Date$</date>
    2324  </sect1info>
     
    4041    </para>
    4142
    42     &lfs110a_checked;
     43    &lfs10_checked;
    4344
    4445    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9091      <xref linkend='which'/>,
    9192      <xref linkend='xfsprogs'/> (all five may be used, but are not required,
    92         for tests),
     93        for tests), and
    9394      <ulink url='https://github.com/jthornber/thin-provisioning-tools'>
    94         thin-provisioning-tools</ulink>, and
    95         <ulink url="https://github.com/dm-vdo/vdo">vdo</ulink>
     95        thin-provisioning-tools</ulink>
    9696    </para>
    9797
     
    123123    &lt;*/M&gt;   Snapshot target                               [CONFIG_DM_SNAPSHOT]
    124124    &lt;*/M&gt;   Thin provisioning target                      [CONFIG_DM_THIN_PROVISIONING]
    125     &lt;*/M&gt;   Cache target (EXPERIMENTAL)                   [CONFIG_DM_CACHE]
    126125    &lt;*/M&gt;   Mirror target                                 [CONFIG_DM_MIRROR]
    127     &lt;*/M&gt;   Zero target                                   [CONFIG_DM_ZERO]
    128     &lt;*/M&gt;   I/O delaying target                           [CONFIG_DM_DELAY]
    129   [*] Block devices ---&gt;
    130     &lt;*/M&gt;   RAM block device support                      [CONFIG_BLK_DEV_RAM]
    131126Kernel hacking ---&gt;
    132127  Generic Kernel Debugging Instruments ---&gt;
     
    147142    </para>
    148143
    149 <screen><userinput>PATH+=:/usr/sbin                \
     144<screen><userinput>SAVEPATH=$PATH                  &amp;&amp;
     145PATH=$PATH:/sbin:/usr/sbin      &amp;&amp;
    150146./configure --prefix=/usr       \
     147            --exec-prefix=      \
    151148            --enable-cmdlib     \
    152149            --enable-pkgconfig  \
    153150            --enable-udev_sync  &amp;&amp;
    154 make</userinput></screen>
     151make                            &amp;&amp;
     152PATH=$SAVEPATH                  &amp;&amp;
     153unset SAVEPATH</userinput></screen>
    155154
    156155    <para>
     
    197196    Results for LVM2.2.03.09:
    198197    ### 338 tests: 212 passed, 41 skipped, 0 timed out, 70 warned, 15 failed
    199 
    200     Results for LVM2.2.03.11:
    201     ### 357 tests: 231 passed, 32 skipped, 0 timed out, 77 warned, 17 failed
    202198    -->
    203199
    204200    <para>
    205201      The tests do not implement the <quote>expected fail</quote> possibility,
    206       and a small number of test failures is expected by upstream.
    207       <!-- 1 -->More failures may happen because some kernel options are missing.
    208       For example, the lack of the <emphasis>dm-delay</emphasis> device
    209       mapper target  explains some failures.
    210       <!-- 2 -->Some tests may fail if there is insufficient free space available
    211       in the partition with the /tmp directory.  At least one test fails if 16 TB
    212       is not available.
    213       <!-- 3 -->Some tests are flagged  <quote>warned</quote> if
     202      and a small number of test failures is expected by upstream. More
     203      failures may happen because some kernel options are missing. For example,
     204      the lack of the <emphasis>dm-delay</emphasis> device mapper target may
     205      explain some failures. Some tests are flagged
     206      <quote>warned</quote> if
    214207      <ulink url='https://github.com/jthornber/thin-provisioning-tools'>
    215208      thin-provisioning-tools</ulink> are not installed. A workaround is to
     
    235228
    236229      <note><simpara>The checks create device nodes in the /tmp directory.  The
    237       tests will fail if /tmp is mounted with the nodev option.
    238       </simpara></note>
     230      tests will fail if /tmp is mounted with the nodev
     231      option.</simpara></note>
    239232    </para>
    240233
     
    254247
    255248    <para>
    256       <command>PATH+=:/usr/sbin</command>: The path
    257       must contain
     249      <command>PATH=$PATH:/sbin:/usr/sbin</command>: The path
     250      must contain <filename class="directory">/sbin</filename> and
    258251      <filename class='directory'>/usr/sbin</filename> for proper system tool
    259252      detection by the <command>configure</command> script. This instruction
     
    328321        <listitem>
    329322          <para>
    330             is a utility to deactivate block devices
     323            is a utility to deactivate block devices.
    331324          </para>
    332325          <indexterm zone="lvm2 blkdeactivate">
     
    340333        <listitem>
    341334          <para>
    342             (optional) is the Device Mapper event daemon
     335            (optional) is the Device Mapper event daemon.
    343336          </para>
    344337          <indexterm zone="lvm2 dmeventd">
     
    352345        <listitem>
    353346          <para>
    354             is a low level logical volume management tool
     347            is a low level logical volume management tool.
    355348          </para>
    356349          <indexterm zone="lvm2 dmsetup">
     
    364357        <listitem>
    365358          <para>
    366             is a utility used to resize or check filesystem on a device
     359            is a utility used to resize or check filesystem on a device.
    367360          </para>
    368361          <indexterm zone="lvm2 fsadm">
     
    379372            Commands are implemented via sympolic links to this program to
    380373            manage physical devices (pv*), volume groups (vg*) and logical
    381             volumes (lv*)
     374            volumes (lv*).
    382375          </para>
    383376          <indexterm zone="lvm2 lvm">
     
    407400          <para>
    408401            is a tool used to dump various information concerning
    409             <application>LVM2</application>
     402            <application>LVM2</application>.
    410403          </para>
    411404          <indexterm zone="lvm2 lvmdump">
     
    419412        <listitem>
    420413          <para>
    421             is used to import a duplicated VG (e.g. hardware snapshot)
     414            is used to import a duplicated VG (e.g. hardware snapshot).
    422415          </para>
    423416          <indexterm zone="lvm2 vgimportclone">
     
    428421
    429422      <varlistentry id="libdevmapper">
    430         <term><filename class="libraryfile">libdevmapper.so</filename></term>
     423        <term><filename class='libraryfile'>libdevmapper.so</filename></term>
    431424        <listitem>
    432425          <para>
    433426            contains the <application>Device Mapper</application> API
    434             functions
     427            functions.
    435428          </para>
    436429          <indexterm zone="lvm2 libdevmapper">
Note: See TracChangeset for help on using the changeset viewer.