ntop / n2disk

Open source components and extensions for n2disk
504 stars 11 forks source link

Automatically exclude failing disks from the dump pool #58

Open cardigliano opened 1 month ago

cardigliano commented 1 month ago

In case of multiple volumes (e.g. when writing to NVMe disks), test the ability to write to a volume and if not possible, log a warning and exclude it from dump worker pool to nicely handle disk failures.

cardigliano commented 6 days ago

Update: the dumper thread related to the failing disk is now disabled, after printing and error, in case of multiple storages (otherwise, in case of a single disk, the service is shutted down)