Changes between Version 2 and Version 3 of kiyoshi-recovery-2010-02
- Timestamp:
- Feb 8, 2010, 9:19:18 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kiyoshi-recovery-2010-02
v2 v3 42 42 pvremove /dev/dm-2 43 43 }}} 44 * Remove raid44 * Remove from RAID 45 45 {{{ 46 46 mdadm ... 47 }}} 48 * Run benchmarks to test read/write speeds based on current partition table 49 {{{ 50 dd .... 47 51 }}} 48 52 * Properly re-partition … … 51 55 fdisk .... 52 56 }}} 53 * Test 57 * Test to make sure this new partition means it really does write/read faster 54 58 {{{ 55 59 dd .... 56 60 }}} 61 * Re-add to raid arrays 62 {{{ 63 mdadm --add /dev/md1 /dev/sdb2 64 mdadm --add /dev/md0 /dev/sdb1 65 }}} 66 * Move logical volumes back from sdc (see above)