The Darwin end-to-end test scrapes the real macos-latest runner and diffs
the result against collector/fixtures/e2e-output-darwin.txt. We no longer
see disk4 on the nodes and that breaks the e2e tests.
This PR removes the usage of disk4 and the related fixtures:
-node_disk_read_errors_total{device="disk4"} 0
-node_disk_read_retries_total{device="disk4"} 0
-node_disk_write_errors_total{device="disk4"} 0
-node_disk_write_retries_total{device="disk4"} 0
This PR also adds a dump of the attached interfaces and disks
so we can more easily discover issues in the future.
Signed-off-by: René Treffer <treffer@measite.de>
The Darwin end-to-end test scrapes the real macos-latest runner and diffs the result against collector/fixtures/e2e-output-darwin.txt. We no longer see disk4 on the nodes and that breaks the e2e tests.
This PR removes the usage of disk4 and the related fixtures:
-node_disk_read_errors_total{device="disk4"} 0
-node_disk_read_retries_total{device="disk4"} 0
-node_disk_write_errors_total{device="disk4"} 0
-node_disk_write_retries_total{device="disk4"} 0
This PR also adds a dump of the attached interfaces and disks so we can more easily discover issues in the future.