Hi Wols, Nice to hear that it's all looking good... Running mdadm # mdadm --version mdadm - v3.3.2 - 21st August 2014 Running on kernel version: # uname -a Linux andromedah 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1+deb8u6 (2015-11-09) x86_64 GNU/Linux Please, let me know what is the best approach to revert-reshape in my case. Thanks for looking into this! Regards, Romulo. On Wed, Jan 16, 2019 at 4:38 AM Wols Lists <antlists@xxxxxxxxxxxxxxx> wrote: > > On 16/01/19 03:35, Romulo Albuquerque wrote: > > Hi, > > > > I have a debian 8.2 (jessie) box, with a raid5 array running fine for > > more than 5 years. > > I tried to grew it from 6x2TB disks to 7x2TB, but the reshape got > > stuck due to failures on the new added disk. > > So, I bounced the system and tried to revert the reshape process. > > I stopped the array: mdadm --stop /dev/md127 > > > > then try to revert the reshape process: > > mdadm --assemble /dev/md127 --run --force --update=revert-reshape > > /dev/sd[dcfgbe]1 > > > > But it didn't work... I got a message asking for a backup-file that > > was lost after the reboot. > > Okay, it's all looking good ... > > I say that because the reshape position is 0, so it looks to me like the > reshape never actually started. > > What version of mdadm are you running? ("mdadm --version"). What version > of kernel? ("uname -a"). > > This used to come up a lot - there are a few known bugs that would hang > a reshape like this - what's the betting you're on mdadm 3.3 or 3.4? > > I strongly suspect that if you boot from an up-to-date recovery disk you > will be able to run your revert-reshape command no problem. There is > also a no-backup-file option that you might need - it won't do any > damage because the reshape never actually started. > > Modern mdadm and kernel won't use a backup anyway, because they stash it > all in an area on the growing array. > > Cheers, > Wol