Ignore:
Timestamp:
03/25/2020 09:46:27 PM (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:
f716ef4
Parents:
9bd10279
Message:

format filesystems chapter

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/mdadm.xml

    r9bd10279 r29244b7  
    3030    <title>Introduction to mdadm</title>
    3131
    32     <para>The <application>mdadm</application> package contains administration
    33     tools for software RAID.</para>
     32    <para>
     33      The <application>mdadm</application> package contains administration
     34      tools for software RAID.
     35    </para>
    3436
    3537    &lfs91_checked;
     
    3840    <itemizedlist spacing="compact">
    3941      <listitem>
    40         <para>Download (HTTP): <ulink url="&mdadm-download-http;"/></para>
    41       </listitem>
    42       <listitem>
    43         <para>Download (FTP): <ulink url="&mdadm-download-ftp;"/></para>
    44       </listitem>
    45       <listitem>
    46         <para>Download MD5 sum: &mdadm-md5sum;</para>
    47       </listitem>
    48       <listitem>
    49         <para>Download size: &mdadm-size;</para>
    50       </listitem>
    51       <listitem>
    52         <para>Estimated disk space required: &mdadm-buildsize;</para>
    53       </listitem>
    54       <listitem>
    55         <para>Estimated build time: &mdadm-time;</para>
     42        <para>
     43          Download (HTTP): <ulink url="&mdadm-download-http;"/>
     44        </para>
     45      </listitem>
     46      <listitem>
     47        <para>
     48          Download (FTP): <ulink url="&mdadm-download-ftp;"/>
     49        </para>
     50      </listitem>
     51      <listitem>
     52        <para>
     53          Download MD5 sum: &mdadm-md5sum;
     54        </para>
     55      </listitem>
     56      <listitem>
     57        <para>
     58          Download size: &mdadm-size;
     59        </para>
     60      </listitem>
     61      <listitem>
     62        <para>
     63          Estimated disk space required: &mdadm-buildsize;
     64        </para>
     65      </listitem>
     66      <listitem>
     67        <para>
     68          Estimated build time: &mdadm-time;
     69        </para>
    5670      </listitem>
    5771    </itemizedlist>
     
    7993    <title>Kernel Configuration</title>
    8094
    81     <para>Enable the following options in the kernel configuration
    82     and recompile the kernel, if necessary.  Only the RAID types desired
    83     are required.</para>
     95    <para>
     96      Enable the following options in the kernel configuration
     97      and recompile the kernel, if necessary.  Only the RAID types desired
     98      are required.
     99    </para>
    84100
    85101<screen><literal>Device Drivers ---&gt;
     
    102118    <title>Installation of mdadm</title>
    103119
    104     <para>Fix a build error introduced by gcc-7.1:</para>
     120    <para>
     121      Fix a build error introduced by gcc-7.1:
     122    </para>
    105123
    106124<screen><userinput>sed 's@-Werror@@' -i Makefile</userinput></screen>
    107125
    108     <para>Build <application>mdadm</application> by running the following
    109     command:</para>
     126    <para>
     127      Build <application>mdadm</application> by running the following
     128      command:
     129    </para>
    110130
    111131<screen><userinput>make</userinput></screen>
    112132
    113     <para>If you wish to run the tests, ensure that your kernel supports
    114     RAID and that a version of mdadm is not already running.  As many as 9 out
    115     of 124 tests may fail.</para>
    116 
    117     <caution><para>The tests edit values in /proc and run tests on software raid devices.
    118      They shouldn't be run on systems with active software RAID devices.</para></caution>
    119 
    120     <para>Run the tests as the <systemitem class="username">root</systemitem> user:</para>
     133    <para>
     134      If you wish to run the tests, ensure that your kernel supports RAID
     135      and that a version of mdadm is not already running.  As many as 9 out
     136      of 124 tests may fail.
     137    </para>
     138
     139    <caution>
     140      <para>
     141        The tests edit values in /proc and run tests on software raid devices.
     142        They shouldn't be run on systems with active software RAID devices.
     143      </para>
     144    </caution>
     145
     146    <para>
     147      Run the tests as the <systemitem class="username">root</systemitem> user:
     148    </para>
    121149
    122150<screen role="root"
    123151        remap="test"><userinput>./test --keep-going --logdir=test-logs --save-logs</userinput></screen>
    124152
    125     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     153    <para>
     154      Now, as the <systemitem class="username">root</systemitem> user:
     155    </para>
    126156
    127157<screen role="root"><userinput>make install</userinput></screen>
     
    186216        <term><command>mdadm</command></term>
    187217        <listitem>
    188           <para>manages MD devices aka Linux Software RAID.</para>
     218          <para>
     219            manages MD devices aka Linux Software RAID.
     220          </para>
    189221          <indexterm zone="mdadm mdadm-prog">
    190222            <primary sortas="b-mdadm-prog">mdadm</primary>
     
    196228        <term><command>mdmon</command></term>
    197229        <listitem>
    198           <para>monitors MD external metadata arrays.</para>
     230          <para>
     231            monitors MD external metadata arrays.
     232          </para>
    199233          <indexterm zone="mdadm mdmon">
    200234            <primary sortas="b-mdmon">mdmon</primary>
     
    206240        <term><command>mdassemble</command></term>
    207241        <listitem>
    208           <para>is a tiny program that can be used to assemble MD devices
    209           inside an initial ramdisk (initrd) or initramfs.</para>
     242          <para>
     243            is a tiny program that can be used to assemble MD devices
     244            inside an initial ramdisk (initrd) or initramfs.
     245          </para>
    210246          <indexterm zone="mdadm mdassemble">
    211247            <primary sortas="b-mdassemble">mdassemble</primary>
Note: See TracChangeset for help on using the changeset viewer.