]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Detail: adding sync status for cluster device
authorLidong Zhong <lidong.zhong@suse.com>
Tue, 14 Apr 2020 08:19:41 +0000 (16:19 +0800)
committerJes Sorensen <jsorensen@fb.com>
Mon, 27 Apr 2020 14:33:46 +0000 (10:33 -0400)
commit1c294b5d960abeeb9e0f188af294d019bc82b20e
treea8fe1b3be381d173d5eecef13cac5ea8ec7f6ed1
parent185ec4397e61ad00dd68c841e15eaa8629eb9514
Detail: adding sync status for cluster device

On the node with /proc/mdstat is

Personalities : [raid1]
md0 : active raid1 sdb[4] sdc[3] sdd[2]
      1046528 blocks super 1.2 [3/2] [UU_]
        recover=REMOTE
      bitmap: 1/1 pages [4KB], 65536KB chunk

Let's change the 'State' of 'mdadm -Q -D' accordingly
State : clean, degraded
With this patch, it will be
State : clean, degraded, recovering (REMOTE)

Signed-off-by: Lidong Zhong <lidong.zhong@suse.com>
Acked-by: Guoqing Jiang <guoqing.jiang@cloud.ionos.com>
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
Detail.c
mdadm.h
mdstat.c