-
Notifications
You must be signed in to change notification settings - Fork 270
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
Suggestion: add hard disk monitoring in xoa #4458
Comments
I don't think this is possible, because it's not exposed by the XenAPI. /cc @olivierlambert |
Exposing smartcl or megaraid isn't directly possible because there's 0 API entry currently for this (in XAPI). This could be extended with a XAPI plugin, but we should determine first what are the most usual disk checks available, we don't know to create a plugin supporting hundreds of RAID card manufacturers. Anyway, this would be a feature to develop in XCP-ng first. |
I think real problem is indeed to send data from host (xcp-ng) to xoa vm - maybe ssh tunnel? |
|
will do. |
Okay so now we have a XAPI plugin called
We should add this in the Advanced host view, with one line "Disk status" or "Disk health", and with a green pill "PASSED" if all disks are passed, but if only one is not |
Well, it took a while, but I'm glad you've incorporated my another idea in xoa :D |
Later, we could have more detailed info on a non-
And get those details: family, name, user capacity in GiB/TiB (human format ideally):
|
It's a non-negligible amount a work:
But thanks to the contributions, we can move forward :) |
Hi
on the xcp-ng shell I can check smart of hard drive using smartctl, I can even check hard disk which is a part of array on megaraid card smartctl -a -d megaraid,1 /dev/sdx
can we add checking/monitoring of hard disks in xoa interface?
The text was updated successfully, but these errors were encountered: