Go3Team
March 7th, 2010, 10:11 AM
I currently have an 8 disk RAID 6 array that I have expanded twice offline and online.
When I check the array using sudo mdadm --detail /dev/md0, I notice the number after events climbing. I've tried searching and searching, but have not found the answer to what that number means, or where to find the log for MDADM.
burke@Media-Server:~$ sudo mdadm --detail /dev/md0
[sudo] password for burke:
mdadm: metadata format 00.90 unknown, ignored.
/dev/md0:
Version : 00.90
Creation Time : Fri Feb 12 12:36:20 2010
Raid Level : raid6
Array Size : 5860558848 (5589.06 GiB 6001.21 GB)
Used Dev Size : 976759808 (931.51 GiB 1000.20 GB)
Raid Devices : 8
Total Devices : 8
Preferred Minor : 0
Persistence : Superblock is persistent
Update Time : Sun Mar 7 07:51:19 2010
State : clean
Active Devices : 8
Working Devices : 8
Failed Devices : 0
Spare Devices : 0
Chunk Size : 512K
UUID : 373296bb:e8051edc:a1519ad4:a537d611 (local to host Media-Server)
Events : 0.17352
Number Major Minor RaidDevice State
0 8 33 0 active sync /dev/sdc1
1 8 65 1 active sync /dev/sde1
2 8 81 2 active sync /dev/sdf1
3 8 97 3 active sync /dev/sdg1
4 8 113 4 active sync /dev/sdh1
5 8 129 5 active sync /dev/sdi1
6 8 49 6 active sync /dev/sdd1
7 8 145 7 active sync /dev/sdj1
Thanks
When I check the array using sudo mdadm --detail /dev/md0, I notice the number after events climbing. I've tried searching and searching, but have not found the answer to what that number means, or where to find the log for MDADM.
burke@Media-Server:~$ sudo mdadm --detail /dev/md0
[sudo] password for burke:
mdadm: metadata format 00.90 unknown, ignored.
/dev/md0:
Version : 00.90
Creation Time : Fri Feb 12 12:36:20 2010
Raid Level : raid6
Array Size : 5860558848 (5589.06 GiB 6001.21 GB)
Used Dev Size : 976759808 (931.51 GiB 1000.20 GB)
Raid Devices : 8
Total Devices : 8
Preferred Minor : 0
Persistence : Superblock is persistent
Update Time : Sun Mar 7 07:51:19 2010
State : clean
Active Devices : 8
Working Devices : 8
Failed Devices : 0
Spare Devices : 0
Chunk Size : 512K
UUID : 373296bb:e8051edc:a1519ad4:a537d611 (local to host Media-Server)
Events : 0.17352
Number Major Minor RaidDevice State
0 8 33 0 active sync /dev/sdc1
1 8 65 1 active sync /dev/sde1
2 8 81 2 active sync /dev/sdf1
3 8 97 3 active sync /dev/sdg1
4 8 113 4 active sync /dev/sdh1
5 8 129 5 active sync /dev/sdi1
6 8 49 6 active sync /dev/sdd1
7 8 145 7 active sync /dev/sdj1
Thanks