Ignore:
Timestamp:
07/31/2012 11:44:40 PM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f2d2b62
Parents:
22a68d0
Message:

Upgraded several packages. See BLFS ChangeLog for more information.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/lvm2.xml

    r22a68d0 rc627795  
    77  <!ENTITY lvm2-download-http " ">
    88  <!ENTITY lvm2-download-ftp  "ftp://sources.redhat.com/pub/lvm2/LVM2.&lvm2-version;.tgz">
    9   <!ENTITY lvm2-md5sum        "bd470a802046c807603618a443732ea7">
     9  <!ENTITY lvm2-md5sum        "4637503d792e9ee35a9b71387bcd8a93">
    1010  <!ENTITY lvm2-size          "1.2 MB">
    11   <!ENTITY lvm2-buildsize     "15 MB">
     11  <!ENTITY lvm2-buildsize     "20 MB">
    1212  <!ENTITY lvm2-time          "0.4 SBU">
    1313]>
    1414
    15 <sect1 id="lvm2" xreflabel="lvm2-&lvm2-version;">
     15<sect1 id="lvm2" xreflabel="LVM2-&lvm2-version;">
    1616  <?dbhtml filename="lvm2.html"?>
    1717
     
    2121  </sect1info>
    2222
    23   <title>lvm2-&lvm2-version;</title>
     23  <title>LVM2-&lvm2-version;</title>
    2424
    2525  <indexterm zone="lvm2">
    26     <primary sortas="a-lvm2">lvm2</primary>
     26    <primary sortas="a-LVM2">LVM2</primary>
    2727  </indexterm>
    2828
    2929  <sect2 role="package">
    30     <title>Introduction to lvm2</title>
    31 
    32     <para>The <application>lvm2</application> package is a package that manages
    33     logical partitions. It allows spanning of file systems across multiple
    34     physical disks and disk partitions and provides for dynamic growing or shrinking
    35     of logical partitions.</para>
     30    <title>Introduction to LVM2</title>
     31
     32    <para>
     33      The <application>LVM2</application> package is a package that manages
     34      logical partitions. It allows spanning of file systems across multiple
     35      physical disks and disk partitions and provides for dynamic growing or
     36      shrinking of logical partitions.
     37    </para>
    3638
    3739    &lfs71_checked;
     
    4042    <itemizedlist spacing="compact">
    4143      <listitem>
    42         <para>Download (HTTP): <ulink url="&lvm2-download-http;"/></para>
    43       </listitem>
    44       <listitem>
    45         <para>Download (FTP): <ulink url="&lvm2-download-ftp;"/></para>
    46       </listitem>
    47       <listitem>
    48         <para>Download MD5 sum: &lvm2-md5sum;</para>
    49       </listitem>
    50       <listitem>
    51         <para>Download size: &lvm2-size;</para>
    52       </listitem>
    53       <listitem>
    54         <para>Estimated disk space required: &lvm2-buildsize;</para>
    55       </listitem>
    56       <listitem>
    57         <para>Estimated build time: &lvm2-time;</para>
     44        <para>
     45          Download (HTTP): <ulink url="&lvm2-download-http;"/>
     46        </para>
     47      </listitem>
     48      <listitem>
     49        <para>
     50          Download (FTP): <ulink url="&lvm2-download-ftp;"/>
     51        </para>
     52      </listitem>
     53      <listitem>
     54        <para>
     55          Download MD5 sum: &lvm2-md5sum;
     56        </para>
     57      </listitem>
     58      <listitem>
     59        <para>
     60          Download size: &lvm2-size;
     61        </para>
     62      </listitem>
     63      <listitem>
     64        <para>
     65          Estimated disk space required: &lvm2-buildsize;
     66        </para>
     67      </listitem>
     68      <listitem>
     69        <para>
     70          Estimated build time: &lvm2-time;
     71        </para>
    5872      </listitem>
    5973    </itemizedlist>
    6074
    6175    <para condition="html" role="usernotes">User Notes:
    62     <ulink url="&blfs-wiki;/lvm2"/></para>
    63 
    64   </sect2>
    65 
    66   <sect2 role="kernel" id='lvm2-kernel'>
     76      <ulink url="&blfs-wiki;/lvm2"/>
     77    </para>
     78  </sect2>
     79
     80  <sect2 role="kernel" id="lvm2-kernel">
    6781    <title>Kernel Configuration</title>
    6882
    69     <para>Enable the following option in the kernel configuration
    70     and recompile the kernel:</para>
     83    <para>
     84      Enable the following option in the kernel configuration
     85      and recompile the kernel:
     86    </para>
    7187
    7288<screen><literal>Device Drivers ---&gt;
     
    84100
    85101  <sect2 role="installation">
    86     <title>Installation of lvm2</title>
    87 
    88     <para>Install <application>lvm2</application> by running the following
    89     commands:</para>
     102    <title>Installation of LVM2</title>
     103
     104    <para>
     105      Install <application>LVM2</application> by running the following
     106      commands:
     107    </para>
    90108
    91109<screen><userinput>./configure --prefix=/usr \
     
    98116make</userinput></screen>
    99117
    100     <para>To test the results, issue: <command>make check</command>.</para>
    101 
    102     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     118    <para>
     119      To test the results, issue: <command>make check</command>.
     120    </para>
     121
     122    <para>
     123      Now, as the <systemitem class="username">root</systemitem> user:
     124    </para>
    103125
    104126<screen role="root"><userinput>make install</userinput></screen>
     
    109131    <title>Command Explanations</title>
    110132
    111     <para><option>--enable-applib</option>: This parameter enables
    112     building of the shared application library..</para>
    113 
    114     <para><option>--enable-cmdlib</option>: This parameter enables
    115     building of the shared command library. It is required when
    116     building the event daemon.</para>
    117 
    118     <para><option>--enable-pkgconfig</option>: This parameter enables
    119     installation of pkgconfig support files.</para>
    120 
    121     <para><option>--enable-udev_sync</option>: This parameter enables
    122     synchronisation with <application>Udev</application> processing.</para>
    123 
    124     <para><option>--enable-dmeventd</option>: This parameter enables
    125     building of the device-mapper event daemon.</para>
     133    <para>
     134      <option>--enable-applib</option>: This switch enables
     135      building of the shared application library.
     136    </para>
     137
     138    <para>
     139      <option>--enable-cmdlib</option>: This switch enables
     140      building of the shared command library. It is required
     141      when building the event daemon.
     142    </para>
     143
     144    <para>
     145      <option>--enable-pkgconfig</option>: This switch enables
     146      installation of <command>pkg-config</command> support files.
     147    </para>
     148
     149    <para>
     150     <option>--enable-udev_sync</option>: This switch enables
     151      synchronisation with <application>Udev</application> processing.
     152    </para>
     153
     154    <para>
     155      <option>--enable-dmeventd</option>: This switch enables
     156      building of the <application>Device Mapper</application>
     157      event daemon.
     158    </para>
    126159
    127160  </sect2>
     
    133166      <segtitle>Installed Programs</segtitle>
    134167      <segtitle>Installed Libraries</segtitle>
    135       <segtitle>Installed Directories</segtitle>
    136168
    137169      <seglistitem>
    138         <seg>dmsetup, fsadm, lvm, lvmconf, lvmdump, vgimportclone.  There
    139         are also numerous symbolic links to lvm to implement specific
    140         functionality.</seg>
    141         <seg>libdevmapper.so</seg>
    142         <seg>None</seg>
     170        <seg>
     171          dmsetup, fsadm, lvm, lvmconf, lvmdump, vgimportclone. There
     172          are also numerous symbolic links to lvm that implement
     173          specific functionality.
     174        </seg>
     175        <seg>
     176          libdevmapper.so, liblvm2app.so and liblvm2cmd.so
     177        </seg>
    143178      </seglistitem>
    144179    </segmentedlist>
     
    152187        <term><command>dmsetup</command></term>
    153188        <listitem>
    154           <para>is a low level logical volume management tool.</para>
     189          <para>
     190            is a low level logical volume management tool.
     191          </para>
    155192          <indexterm zone="lvm2 dmsetup">
    156193            <primary sortas="b-dmsetup">dmsetup</primary>
     
    162199        <term><command>fsadm</command></term>
    163200        <listitem>
    164           <para>is a utility to resize or check filesystem on a device.</para>
     201          <para>
     202            is an utility used to resize or check filesystem on a device.
     203          </para>
    165204          <indexterm zone="lvm2 fsadm">
    166205            <primary sortas="b-fsadm">fsadm</primary>
     
    172211        <term><command>lvm</command></term>
    173212        <listitem>
    174           <para>provides the command-line tools for lvm2.  Commands are
    175           implemented via sympolic links to this program to manage physical
    176           devices (pv*), volume groups (vg*), and logical volumes (lv*).</para>
     213          <para>
     214            provides the command-line tools for <application>LVM2</application>.
     215            Commands are implemented via sympolic links to this program to
     216            manage physical devices (pv*), volume groups (vg*) and logical
     217            volumes (lv*).
     218          </para>
    177219          <indexterm zone="lvm2 lvm">
    178220            <primary sortas="b-lvm">lvm</primary>
     
    184226        <term><command>lvmconf</command></term>
    185227        <listitem>
    186           <para>is a script that modifies the locking configuration in
    187           an lvm configuration file.</para>
     228          <para>
     229            is a script that modifies the locking configuration in
     230            the <application>LVM2</application> configuration file.
     231          </para>
    188232          <indexterm zone="lvm2 lvmconf">
    189233            <primary sortas="b-lvmconf">lvmconf</primary>
     
    195239        <term><command>lvmdump</command></term>
    196240        <listitem>
    197           <para>is a tool to dump various information concerning lvm2.</para>
     241          <para>
     242            is a tool used to dump various information concerning
     243            <application>LVM2</application>.
     244          </para>
    198245          <indexterm zone="lvm2 lvmdump">
    199246            <primary sortas="b-lvmdump">lvmdump</primary>
     
    205252        <term><command>vgimportclone</command></term>
    206253        <listitem>
    207           <para>is used to import a duplicated VG (e.g. hardware snapshot).</para>
     254          <para>
     255            is used to import a duplicated VG (e.g. hardware snapshot).
     256          </para>
    208257          <indexterm zone="lvm2 vgimportclone">
    209258            <primary sortas="b-vgimportclone">vgimportclone</primary>
     
    215264        <term><filename class='libraryfile'>libdevmapper.so</filename></term>
    216265        <listitem>
    217           <para>contains the <application>device-mapper</application> API
    218           functions.</para>
     266          <para>
     267            contains the <application>Device Mapper</application> API
     268            functions.
     269          </para>
    219270          <indexterm zone="lvm2 libdevmapper">
    220271            <primary sortas="c-libdevmapper">libdevmapper.so</primary>
Note: See TracChangeset for help on using the changeset viewer.