Ignore:
Timestamp:
10/28/2018 09:30:12 PM (5 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
9b31ea6
Parents:
f233ec7
Message:

perl modules branch: Merge trunk revisions 20626 to 20656.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/perl-modules@20657 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/lvm2.xml

    rf233ec7 r13a9b259  
    55  %general-entities;
    66
    7   <!ENTITY lvm2-download-http "https://sourceware.org/ftp/lvm2/releases/LVM2.&lvm2-version;.tgz">
    8   <!ENTITY lvm2-download-ftp  "ftp://sourceware.org/pub/lvm2/releases/LVM2.&lvm2-version;.tgz">
    9   <!ENTITY lvm2-md5sum        "ee6cfbc5a0c5696ffae79dac04ee7a2b">
     7  <!ENTITY lvm2-download-http "https://sourceware.org/pub/lvm2/LVM2.&lvm2-version;.tgz">
     8  <!ENTITY lvm2-download-ftp  "ftp://sourceware.org/pub/lvm2/LVM2.&lvm2-version;.tgz">
     9  <!ENTITY lvm2-md5sum        "f63cc5feaadd3000138e73f7143ed370">
    1010  <!ENTITY lvm2-size          "2.3 MB">
    11   <!ENTITY lvm2-buildsize     "33 MB (add 60 MB for tests, however transient files can grow up to around 500 MB)">
    12   <!ENTITY lvm2-time          "0.2 SBU (using parallelism=4; add 21 SBU for tests)">
     11  <!ENTITY lvm2-buildsize     "33 MB (add at least 239 MB for tests in the /tmp directory; additionally transient files can grow up to around 500 MB)">
     12  <!ENTITY lvm2-time          "0.2 SBU (using parallelism=4; add 12 SBU for tests)">
    1313]>
    1414
     
    7575
    7676    <bridgehead renderas="sect3">LVM2 Dependencies</bridgehead>
     77
     78    <bridgehead renderas="sect4">Required</bridgehead>
     79    <para role="required">
     80      <xref linkend='libaio'/>,
     81     </para>
    7782
    7883    <bridgehead renderas="sect4">Optional</bridgehead>
     
    146151./configure --prefix=/usr       \
    147152            --exec-prefix=      \
    148             --enable-applib     \
    149153            --enable-cmdlib     \
    150154            --enable-pkgconfig  \
     
    159163            --exec-prefix=      \
    160164            --with-confdir=/etc \
    161             --enable-applib     \
    162165            --enable-cmdlib     \
    163166            --enable-pkgconfig  \
     
    247250
    248251    <para>
    249       <parameter>--enable-applib</parameter>: This switch enables
    250       building of the shared application library.
    251     </para>
    252 
    253     <para>
    254252      <parameter>--enable-cmdlib</parameter>: This switch enables
    255253      building of the shared command library. It is required
     
    271269      building of the <application>Device Mapper</application>
    272270      event daemon.
    273     </para>
    274 
    275     <para>
    276       <option>--enable-lvmetad</option>: This switch enables
    277       building of the <application>LVM</application> metadata daemon,
    278       which avoids scanning all the filesystems when an lvm command is
    279       run.
    280271    </para>
    281272
     
    293284        <seg>
    294285          blkdeactivate, dmeventd (optional), dmsetup, fsadm, lvm, lvmconf,
    295           lvmdump, and lvmetad (optional). There are also
     286          and lvmdump. There are also
    296287          numerous symbolic links to lvm that implement specific
    297288          functionalities
     
    405396      </varlistentry>
    406397
    407       <varlistentry id="lvmetad">
    408         <term><command>lvmetad</command></term>
    409         <listitem>
    410           <para>
    411             (optional) is the LVM metadata daemon.
    412           </para>
    413           <indexterm zone="lvm2 lvmetad">
    414             <primary sortas="b-lvmetad">lvmetad</primary>
    415           </indexterm>
    416         </listitem>
    417       </varlistentry>
    418 
    419398      <varlistentry id="vgimportclone">
    420399        <term><command>vgimportclone</command></term>
Note: See TracChangeset for help on using the changeset viewer.