Changes between Version 2 and Version 3 of kiyoshi-recovery-2010-02


Ignore:
Timestamp:
Feb 8, 2010, 9:19:18 PM (15 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

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

    v2 v3  
    4242pvremove /dev/dm-2
    4343}}}
    44    * Remove raid
     44   * Remove from RAID
    4545{{{
    4646mdadm ...
     47}}}
     48  * Run benchmarks to test read/write speeds based on current partition table
     49{{{
     50dd ....
    4751}}}
    4852  * Properly re-partition
     
    5155fdisk ....
    5256}}}
    53    * Test
     57   * Test to make sure this new partition means it really does write/read faster
    5458{{{
    5559dd ....
    5660}}}
     61  * Re-add to raid arrays
     62{{{
     63mdadm --add /dev/md1 /dev/sdb2
     64mdadm --add /dev/md0 /dev/sdb1
     65}}}
     66  * Move logical volumes back from sdc (see above)