can you try this:
- Code: Select all
echo 100000 > /sys/block/md0/md/sync_speed_min
stop the current sync:
echo idle > /sys/block/md0/md/sync_action
restart sync
echo repair > /sys/block/md0/md/sync_action
echo 100000 > /sys/block/md0/md/sync_speed_min
stop the current sync:
echo idle > /sys/block/md0/md/sync_action
restart sync
echo repair > /sys/block/md0/md/sync_action
root@fvdwsl-base:/ # echo idle > /sys/block/md0/md/sync_action
root@fvdwsl-base:/ # cat /sys/block/md0/md/sync_action
resync
mdadm --manage /dev/md0 --add /dev/sda8
root@fvdwsl-base:/ # cat /proc/mdstat
Personalities : [raid0] [raid1] [raid6] [raid5] [raid4] [raid10]
md0 : active raid5 sdb8[0] sda8[4](S) sde8[3] sdd8[2] sdc8[1]
2920423872 blocks level 5, 64k chunk, algorithm 2 [4/4] [UUUU]
[=>...................] resync = 9.3% (90997536/973474624) finish=855.2min speed=17196K/sec
unused devices: <none>
root@fvdwsl-base:/ # mdadm --grow /dev/md0 --raid-devices=5
mdadm: Need to backup 768K of critical section..
mdadm: Cannot set device size/shape for /dev/md0: Device or resource busy
killall noflushd
root@fvdwsl-base:/ # killall noflushd
root@fvdwsl-base:/ # mdadm --grow /dev/md0 --raid-devices=5
mdadm: Need to backup 768K of critical section..
mdadm: Cannot set device size/shape for /dev/md0: Device or resource busy
root@fvdwsl-base:/ # cat /proc/mdstat
Personalities : [raid0] [raid1] [raid6] [raid5] [raid4] [raid10]
md0 : active raid5 sdb8[0] sda8[4](S) sde8[3] sdd8[2] sdc8[1]
2920423872 blocks level 5, 64k chunk, algorithm 2 [4/4] [UUUU]
[========>............] resync = 42.9% (418269184/973474624) finish=1656368.6min speed=5K/sec
unused devices: <none>
root@fvdwsl-base:/ # mdadm --remove /dev/md0 /dev/sda8
mdadm: hot removed /dev/sda8
root@fvdwsl-base:/ # cat /proc/mdstat
Personalities : [raid0] [raid1] [raid6] [raid5] [raid4] [raid10]
md0 : active raid5 sdb8[0] sde8[3] sdd8[2] sdc8[1]
2920423872 blocks level 5, 64k chunk, algorithm 2 [4/4] [UUUU]
[========>............] resync = 42.9% (418269184/973474624) finish=1667110.0min speed=5K/sec
unused devices: <none>
root@fvdwsl-base:/ # mdadm --detail /dev/md0
/dev/md0:
Version : 00.90.03
Creation Time : Sat Jun 6 21:47:00 2015
Raid Level : raid5
Array Size : 2920423872 (2785.13 GiB 2990.51 GB)
Device Size : 973474624 (928.38 GiB 996.84 GB)
Raid Devices : 4
Total Devices : 4
Preferred Minor : 0
Persistence : Superblock is persistent
Update Time : Tue Jun 23 10:19:47 2015
State : active, resyncing
Active Devices : 4
Working Devices : 4
Failed Devices : 0
Spare Devices : 0
Layout : left-symmetric
Chunk Size : 64K
Rebuild Status : 42% complete
UUID : 7c24e3bd:dcb477ad:840c657b:d038b41e
Events : 0.293
Number Major Minor RaidDevice State
0 8 56 0 active sync /dev/sdb8
1 8 40 1 active sync /dev/sdc8
2 8 24 2 active sync /dev/sdd8
3 8 8 3 active sync /dev/sde8
root@fvdwsl-base:/ # cat /proc/mdstat
Personalities : [raid0] [raid1] [raid6] [raid5] [raid4] [raid10]
md0 : active raid5 sdb8[0] sde8[3] sdd8[2] sdc8[1]
2920423872 blocks level 5, 64k chunk, algorithm 2 [4/4] [UUUU]
[========>............] resync = 42.9% (418269184/973474624) finish=1667772.3min speed=5K/sec
unused devices: <none>
root@fvdwsl-base:/ # echo idle > /sys/block/md0/md/sync_action
You can find guidance here: http://forum.nas-central.org/viewtopic. ... 1&start=30b1gnas wrote:i would like to try to reinstall original lacie firmware to see if it works again...
mdadm /dev/md0 -f /dev/sdb8
Return to Lacie 5Big Network vs1
Users browsing this forum: boerie and 10 guests