All of lore.kernel.org
 help / color / mirror / Atom feed
From: Curt <lightspd@gmail.com>
To: Phil Turmel <philip@turmel.org>
Cc: Anthony Youngman <antlists@youngman.org.uk>,
	NeilBrown <neilb@suse.com>,
	linux-raid@vger.kernel.org
Subject: Re: hung grow
Date: Tue, 10 Oct 2017 15:25:39 -0400	[thread overview]
Message-ID: <CADg2FGYQti9hFAqtRMEH8B-i4kwJJ3fYRdrRauD5F3OSZ_Q0vw@mail.gmail.com> (raw)
In-Reply-To: <5a3fb3ec-299a-67c9-9d1c-ef28ca2164dd@turmel.org>

>
> Just --freeze-reshape, not --update.
>
Ok, here's the output
mdadm --detail /dev/md127
/dev/md127:
           Version : 0.91
     Creation Time : Fri Jun 15 15:52:05 2012
        Raid Level : raid6
        Array Size : 9767519360 (9315.03 GiB 10001.94 GB)
     Used Dev Size : 1953503872 (1863.01 GiB 2000.39 GB)
      Raid Devices : 8
     Total Devices : 6
   Preferred Minor : 127
       Persistence : Superblock is persistent

       Update Time : Tue Oct 10 15:11:26 2017
             State : clean, FAILED, reshaping
    Active Devices : 5
   Working Devices : 6
    Failed Devices : 0
     Spare Devices : 1

            Layout : left-symmetric
        Chunk Size : 64K

Consistency Policy : unknown

    Reshape Status : 0% complete
     Delta Devices : 1, (7->8)

              UUID : 714a612d:9bd35197:36c91ae3:c168144d
            Events : 0.11559682

    Number   Major   Minor   RaidDevice State
       0       8       97        0      active sync   /dev/sdg1
       1       8       49        1      active sync   /dev/sdd1
       2       8       33        2      active sync   /dev/sdc1
       3       8        1        3      active sync   /dev/sda1
       4      65      145        4      active sync   /dev/sdz1
       -       0        0        5      removed
       6       8       16        6      spare rebuilding   /dev/sdb
       -       0        0        7      removed

But in my dmesg, I'm seeing task md127_reshape blocked for 120
seconds, and when I cat sync_action, it shows reshape.  Which
shouldn't it be frozen or something like that?  Also md127_raid6 task
is using 100% cpu.  I was going to paste the assemble output, but hit
clear instead of copy.  It didn't show any errors I saw, just starting
with 6 drives. reshape isn't using any cpu

If I do a cat of /proc/pid/stack, all I get is
[<ffffffffffffffff>] 0xffffffffffffffff

Should I just let it run?


Here's dmesg output for the raid stuff
521267.896376]  sdb: unknown partition table
[521267.896766] md: bind<sdd1>
[521267.896900] md: bind<sdc1>
[521267.897089] md: bind<sda1>
[521267.897336] md: bind<sdz1>
[521267.902584] md: bind<sdb>
[521267.918722] md: bind<sdg1>
[521268.013150] md/raid:md127: reshape will continue
[521268.013168] md/raid:md127: device sdg1 operational as raid disk 0
[521268.013170] md/raid:md127: device sdz1 operational as raid disk 4
[521268.013172] md/raid:md127: device sda1 operational as raid disk 3
[521268.013173] md/raid:md127: device sdc1 operational as raid disk 2
[521268.013175] md/raid:md127: device sdd1 operational as raid disk 1
[521268.014065] md/raid:md127: allocated 0kB
[521268.014096] md/raid:md127: raid level 6 active with 6 out of 8
devices, algorithm 2
[521268.019158] RAID conf printout:
[521268.019160]  --- level:6 rd:8 wd:6
[521268.019162]  disk 0, o:1, dev:sdg1
[521268.019164]  disk 1, o:1, dev:sdd1
[521268.019166]  disk 2, o:1, dev:sdc1
[521268.019167]  disk 3, o:1, dev:sda1
[521268.019169]  disk 4, o:1, dev:sdz1
[521268.019171]  disk 6, o:1, dev:sdb
[521268.019208] md127: Warning: Device sdz1 is misaligned
[521268.019210] md127: Warning: Device sda1 is misaligned
[521268.019211] md127: Warning: Device sda1 is misaligned
[521268.019236] md127: detected capacity change from 0 to 10001939824640
[521268.019242] md: reshape of RAID array md127
[521268.019248] md: minimum _guaranteed_  speed: 1000 KB/sec/disk.
[521268.019249] md: using maximum available idle IO bandwidth (but not
more than 200000 KB/sec) for reshape.
[521268.019255] md: using 128k window, over a total of 1953503872k.

  reply	other threads:[~2017-10-10 19:25 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-04 17:18 hung grow Curt
2017-10-04 17:51 ` Anthony Youngman
2017-10-04 18:16   ` Curt
2017-10-04 18:29     ` Joe Landman
2017-10-04 18:37       ` Curt
2017-10-04 18:44         ` Joe Landman
2017-10-04 19:01           ` Anthony Youngman
2017-10-04 19:09             ` Curt
2017-10-04 19:46               ` Anthony Youngman
2017-10-04 20:01                 ` Curt
2017-10-04 21:08                   ` Anthony Youngman
2017-10-04 21:53                     ` Phil Turmel
     [not found]                       ` <CADg2FGbnMzLBqWthKY5Uo__ANC2kAqH_8B1G23nhW+7hWJ=KeA@mail.gmail.com>
2017-10-06  1:25                         ` Curt
2017-10-06 11:16                           ` Wols Lists
     [not found]                         ` <CADg2FGYc-sPjwukuhonoUUCr3ze3PQWv8gtZPnUT=E4CvsQftg@mail.gmail.com>
2017-10-06 13:13                           ` Phil Turmel
2017-10-06 14:07                             ` Curt
2017-10-06 14:27                               ` Joe Landman
2017-10-06 14:27                               ` Phil Turmel
2017-10-07  3:09                                 ` Curt
2017-10-07  3:15                                   ` Curt
2017-10-07 20:45                                     ` Curt
2017-10-07 21:29                                       ` Phil Turmel
2017-10-08 22:40                                         ` Curt
2017-10-09  1:23                                           ` NeilBrown
2017-10-09  1:40                                             ` Curt
2017-10-09  4:28                                               ` NeilBrown
2017-10-09  4:59                                                 ` Curt
2017-10-09  5:47                                                   ` NeilBrown
2017-10-09 12:41                                                 ` Curt
2017-10-10 12:08                                                   ` Curt
2017-10-10 13:06                                                     ` Phil Turmel
2017-10-10 13:37                                                       ` Anthony Youngman
2017-10-10 14:00                                                         ` Phil Turmel
2017-10-10 14:11                                                           ` Curt
2017-10-10 14:14                                                             ` Reindl Harald
2017-10-10 14:15                                                             ` Phil Turmel
2017-10-10 14:23                                                               ` Curt
2017-10-10 18:06                                                                 ` Phil Turmel
2017-10-10 19:25                                                                   ` Curt [this message]
2017-10-10 19:42                                                                     ` Phil Turmel
2017-10-10 19:49                                                                       ` Curt
2017-10-10 19:51                                                                         ` Curt
2017-10-10 20:18                                                                           ` Phil Turmel
2017-10-10 20:29                                                                             ` Curt
2017-10-10 20:31                                                                               ` Phil Turmel
2017-10-10 20:48                                                                                 ` Curt
2017-10-10 20:47                                                                     ` NeilBrown
2017-10-10 20:58                                                                       ` Curt
2017-10-10 21:23                                                                         ` Curt
2017-10-10 21:56                                                                           ` NeilBrown
2017-10-11  0:26                                                                             ` Curt
2017-10-11  4:46                                                                               ` NeilBrown
2017-10-11  2:20                                                                       ` Curt
2017-10-11  4:49                                                                         ` NeilBrown
2017-10-11 15:38                                                                           ` Curt
2017-10-12  6:15                                                                             ` NeilBrown
2017-10-10 14:12                                                           ` Anthony Youngman
2017-10-04 19:06         ` Anthony Youngman
2017-10-04 18:57     ` Anthony Youngman

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=CADg2FGYQti9hFAqtRMEH8B-i4kwJJ3fYRdrRauD5F3OSZ_Q0vw@mail.gmail.com \
    --to=lightspd@gmail.com \
    --cc=antlists@youngman.org.uk \
    --cc=linux-raid@vger.kernel.org \
    --cc=neilb@suse.com \
    --cc=philip@turmel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.