Closed mhaas closed 2 years ago
Oh wow, that is a fantastic find, thanks for sharing this!
It's really hard to figure out why some of these tests fail from my end. It tries to submit whatever it's able to do but some of them are really tough. Who knows how many others have failed for this exact reason in the past.
I've implemented this change live now. Thanks again!
My mount looks like this:
I want the Benchmark.sh script to run against a subdirectory:
In this case, the hdparm results show as empty:
It seems the script does not handle the scenario where the path is not directly a mount point. This can be fixed by adding
--target
tofindmnt
to try harder to find the mount point by traversing the path:This change is in line 342.
With this change in place:
Thanks for providing this tool!