-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mdadm script fails with Intel Matrix Storage RAID #521
Comments
This patch suits my needs:
|
@shpokas Thanks. Tested that and does not appear to break anything. What does There are likely some other things that need cleaned up as well. |
Derp! Sorry, missed that. You did. Thanks! |
Currently pondering best way to handle inactive arrays.
|
Sorry, those commands should be for Currently thinking of just adding a counter for inactive. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ups, looks like I opened another issue in the wrong place
Now creating another one here, please feel free to close a duplicate.
The problem
I am trying to setup mdadm application monitoring. mdadm script fails with
/etc/snmp/mdadm /etc/snmp/mdadm: line 53: (2 - ): syntax error: operand expected (error token is ")")
debug run of the same script is attached.
mdadm-debug-run.log
Monitored host has four disks in two software raid arrays.
Two SATA 512GB SSDs are configured in RAID1 by Intel Matrix Storage RAID in EFI.
Two NVMe 1TB disks are configured in RAID1 by operating system.
mdadm configuration, lshw output, lsblk output is added below.
Thanks for looking into this.
cat /etc/mdadm.conf
cat /proc/mdstat
mdadm --examine /dev/md/imsm
mdadm --examine /dev/md/0
mdadm --examine /dev/md/Volume0
lshw -class disk -class storage
lsblk
The text was updated successfully, but these errors were encountered: