我的软件 RAID 完全搞砸了

我的软件 RAID 完全搞砸了

我刚刚发现,我设置为 RAID-1 的软件 RAID 现在显示为具有备用磁盘的降级阵列。我删除并重新添加了它认为是“备用”的磁盘,但它仍然是备用磁盘。我如何将该备用磁盘设为镜像?

xen64:/# mdadm --detail /dev/md0
/dev/md0:
        Version : 00.90
  Creation Time : Mon May  3 20:56:55 2010
     Raid Level : raid1
     Array Size : 973828096 (928.71 GiB 997.20 GB)
  Used Dev Size : 973828096 (928.71 GiB 997.20 GB)
   Raid Devices : 2
  Total Devices : 2
Preferred Minor : 0
    Persistence : Superblock is persistent

    Update Time : Sun Nov  7 08:18:50 2010
          State : active, degraded, recovering
 Active Devices : 1
Working Devices : 2
 Failed Devices : 0
  Spare Devices : 1

 Rebuild Status : 3% complete

           UUID : 796cb574:f1263d29:de01a688:bcce49e1
         Events : 0.1279509

    Number   Major   Minor   RaidDevice State
       0       8        3        0      active sync   /dev/sda3
       2       8       19        1      spare rebuilding   /dev/sdb3

答案1

你的团队正在重建。“重建状态:完成 3%”

备用磁盘标记为“备用重建”,因此重建完成后,您的磁盘将被标记为“活动同步”

在这儿无事可做

编辑:
顺便说一下,即使磁盘阵列已降级或仍在恢复中,您也已经可以开始使用磁盘阵列了,但磁盘使用率过高当然会减慢恢复过程

相关内容