Linux RAID subsystem development
 help / color / mirror / Atom feed
From: Andreas Klauer <Andreas.Klauer@metamorpher.de>
To: Axel Spallek <axel@spallek.org>
Cc: linux-raid@vger.kernel.org
Subject: Re: RAID5 grow interrupted.
Date: Thu, 22 Sep 2016 19:19:15 +0200	[thread overview]
Message-ID: <20160922171915.GA5392@metamorpher.de> (raw)
In-Reply-To: <36947ef9-64e2-f084-4949-476107e2771e@spallek.org>

On Thu, Sep 22, 2016 at 04:11:28PM +0200, Axel Spallek wrote:
> I tried to get a disk out of a RAID5 with 8 hdds (4TB) to get a Hotspare 
> to change to RAID6 afterwards.

I'm a bit confused here.

You started out with 8 disk RAID-5? And final result is to be what?
RAID-6 with 8 disks?

> Therefore I issued the following commands:
> 
> mdadm --grow -n7 /dev/md1  <-- just to get the size for the next command.
> 
> mdadm --grow /dev/md1 --array-size 23441292288
> 
> mdadm --grow -n7 /dev/md1 --backup-file /var/backups/mdadm.backup

I'm not sure, but you might not have needed any of these intermediate steps. 
But now you started it you might have to finish them.
That said there is a reshape revert (which is not yet in the manpage?) 
which might help if the regular reshape just won't resume.

> root@s10:~# mdadm -A --scan --verbose
> mdadm: looking for devices for further assembly
> mdadm: /dev/sdg1 is busy - skipping

It says busy because already assembled (or in use by something else).
So you have to stop first before assembeling again.

I didn't see anything out of place in your --examine.
It seems to be in sync, event count identical, ....

Good luck
Andreas Klauer

  parent reply	other threads:[~2016-09-22 17:19 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-22 14:11 RAID5 grow interrupted Axel Spallek
2016-09-22 15:18 ` Wols Lists
2016-09-22 18:44   ` Axel Spallek
2016-09-22 17:19 ` Andreas Klauer [this message]
2016-09-22 18:59   ` Axel Spallek
     [not found] ` <9c618b69-1e84-60a8-d25c-55171058c855@websitemanagers.com.au>
2016-09-22 18:41   ` Axel Spallek
2016-09-22 19:45     ` Andreas Klauer
2016-09-23  5:23       ` Axel Spallek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160922171915.GA5392@metamorpher.de \
    --to=andreas.klauer@metamorpher.de \
    --cc=axel@spallek.org \
    --cc=linux-raid@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox