mdadm array - auto read only - resync pending

# cat /proc/mdstat 
Personalities : [raid1] 
md127 : active (auto-read-only) raid1 sde1[1] sdf1[0]
      976630336 blocks super 1.2 [2/2] [UU]
        resync=PENDING

This can happen if you have newly assembled a RAID Array or created an array that exists in mdadm database, although, wasn't active before. A restart or something else trigerred it to reappear.

To fix this, just type --readwrite with mdadm on the md array:

mdadm --readwrite /dev/md127
  • mdadm, soft raid, linux, centos, rhel, software raid
  • 0 gebruikers vonden dit artikel nuttig
Was dit antwoord nuttig?

Gerelateerde artikelen

R1soft Backup Error - Failed To Backup LVM/MD Configuration

It looks like R1Soft manages it's own lvm.static file to process lvm backups. But sometimes it...

Does R1Soft work with LVM?

It does. But it is not fully supported as of 28th November, 2017. If you have a solid logical...

Error getting authority: Error initializing authority: Could not connect: Connection refused (g-io-error-quark, 39)

CentOS 7 / CloudLinux 7 / RHEL 7 may show the following error while restarting Apache/Exim or...

[957833.048873] EXT4-fs warning (device dm-0): ext4_dx_add_entry:2016: Directory index full!

A dedicated server customer came with an error of failed WHM login. When I tried to enter, I...

lfd on ***.***.***: ModSecurity persistent IP database size alert

LFD was throwing the following error for sometime in a server: ModSecurity persistent IP...