I'm trying to shrink a Linux software RAID10 array. I have already shrunk the FS volume. The md volume is 64kb chunks w/ "far" mode. Is it possible to safely shrink the underlying RAID array in someway without having to wipe one drive, copy the data and re-sync?

link|improve this question

75% accept rate
Can you provide a bit more information please; OS, disk controller, disks, disk layout, partition/volume types etc. – Chopper3 Nov 4 '09 at 8:37
feedback

1 Answer

up vote 1 down vote accepted

Partitions have nothing to do with raid array settings. If you can shrink the partition using the tools your OS provides, then you might be able to also change the size of the VD, depending on the raid controller you have

link|improve this answer
Sorry, you got one step ahead of me. I didn't mean the physical partition, but the MD array. I updated the question to clarify. – Casey Nov 4 '09 at 10:00
1  
ah, I see now. no, afaik there's no safe way, all you can do is backup>testBackup>rebuild>restore – dyasny Nov 4 '09 at 10:29
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.