-
Notifications
You must be signed in to change notification settings - Fork 4
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
monitor physical disks #242
Comments
smartmontools |
Bug-Url: #242 Signed-off-by: Laszlo Hornyak <[email protected]>
Bug-Url: #242 Signed-off-by: Laszlo Hornyak <[email protected]>
Bug-Url: #242 Signed-off-by: Laszlo Hornyak <[email protected]>
Bug-Url: #242 Signed-off-by: Laszlo Hornyak <[email protected]>
TODO
|
what is missing is the list of storage devices from the storage capabilities Bug-Url: #242 Signed-off-by: Laszlo Hornyak <[email protected]>
Bug-Url: #242 Signed-off-by: Laszlo Hornyak <[email protected]>
Windows: |
Bug-Url: #242 Signed-off-by: Laszlo Hornyak <[email protected]>
lvm vgreduce and pvmove junix utilities Bug-Url: #242 Signed-off-by: Laszlo Hornyak <[email protected]>
…tion Bug-Url: #242 Signed-off-by: Laszlo Hornyak <[email protected]>
Bug-Url: #242 Signed-off-by: Laszlo Hornyak <[email protected]>
Bug-Url: #242 Signed-off-by: Laszlo Hornyak <[email protected]>
Bug-Url: #242 Signed-off-by: Laszlo Hornyak <[email protected]>
ReminderWhen there is an lvm VG with single PV in it, which signals SMART failure, then we can not remove the PV (one should always remain). There is no operation for completely removing the VG either. But this leads to keep having the disk failure detected as a problem. The idea for this is that if it is the only PV in the VG and there are no virtual storage allocations on it, the problem detector should consider it fine. I will do this if tomorrow I still believe this is a good idea. |
but in any case a storage failure should create an alert #51 |
Supressing the problem detection if there is only one failing PV in the VG does not seem to be such a good idea. But what else could one do:
|
…ity with failing storage Bug-Url: #242 Signed-off-by: Laszlo Hornyak <[email protected]>
Bug-Url: #242 Signed-off-by: Laszlo Hornyak <[email protected]>
Bug-Url: #242 Signed-off-by: Laszlo Hornyak <[email protected]>
…ing disk Bug-Url: #242 Signed-off-by: Laszlo Hornyak <[email protected]>
Bug-Url: #242 Signed-off-by: Laszlo Hornyak <[email protected]>
For testing, some documentation here https://www.kernel.org/doc/Documentation/fault-injection/fault-injection.txt |
ReminderRight now FS does not track any information about the backing block device. Therefore when the a storage device is signals future problem, kerub could evacuate the filesystem, but it does not even know it should. |
check the drives periodically for predicted errors, create a problem when a drive fails
The text was updated successfully, but these errors were encountered: