Re: Is it possible to break one full RAID-1 to two degraded RAID-1?
From: Ram Ramesh <hidden>
Date: 2020-02-07 14:49:17
On 2/7/20 3:27 AM, Wols Lists wrote:
On 07/02/20 07:02, Ram Ramesh wrote:quoted
I got no response on this and want to take a shot before going the backup way. Assuming (hda1 and hdb1 in raid1 md0) Will the following work? 1. Fail and remove hdb1 2. Create new RAID1 md1 with hdb1 and missing 3. dd md0 onto md1I wouldn't bother with any of the above. Just shut down and physically remove a LIVE disk. That now is your backup. In fact, this might be a good excuse to get a 3rd disk and either go raid 5 or use it for backups.
Wol, you forgot the history in this thread. I already said removing disk is no-no due to the way it is installed nvme with manual install of heatsync etc. Also, I do not understand RAID5 statement. Not seem to be relevant to original idea. Also, I only have two nvme slots and no PCIE x4 left. May be you have some point that I am not understanding. Please elaborate, if you can.
quoted
4. Make both bootable. (I suppose I need to change UUID of md1 partitions. I suppose that is easy)Yes it's easy. Yes it should have been done a LOOONG time ago.
Not if you break md0 into degraded md0 and md1. grub.cfg need to be updated after that fact and UUID update is only doable after breakup. Again not sure if I am missing something important implied by LOONG in your answer.
quoted
5. Boot both and double checkThey'll be degraded, so you might have to do a forced assembly to make them run ...
I converted from from single to raid1. So this process is already tested, but yes your point is well taken.
quoted
6. Now upgrade md0 without fear. 7. Boot and test the new system for a couple of days to make sure everything is fine. 8. If that fails, delete md0, and add hda1 to md1. If not delete md1 and add hdb1 to md0Yup.quoted
Regards RameshCheers, Wol
Thanks for taking the time. I just want to pass it by to make sure that I do not assume something and go to point of no return. Regards Ramesh