Changes between Version 7 and Version 8 of kiyoshi-recovery-2010-02


Ignore:
Timestamp:
Feb 8, 2010, 10:52:15 PM (14 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • kiyoshi-recovery-2010-02

    v7 v8  
    116116   * Remove from RAID
    117117{{{
    118 mdadm ...
     118mdadm --fail /dev/md2 /dev/sdb2
     119mdadm --fail /dev/md0 /dev/sdb1
    119120}}}
    120121  * Properly re-partition
     
    130131(parted) quit
    131132}}}
    132    * Re-add to raid arrays
     133   * Re-add to raid arrays: this step re-adds it to the LVM raid array it was previously a part of and adds it to the boot partition RAID array
    133134{{{
    134135mdadm --add /dev/md2 /dev/sdb2
     
    136137}}}
    137138  * Test to make sure this new partition means it really does write/read faster.
    138          * Move test partition back
     139         * Move test partition back and mount
    139140{{{
    140141pvmove --verbose --name vg_kiyoshi0/testy /dev/sdc2 /dev/dm-2
     142mount /dev/mapper/vg_kiyoshi0-test /mnt
    141143}}}
    142144   * Run postmark and compare with earlier test results