ECP-VeloC / VELOC

Very-Low Overhead Checkpointing System
http://veloc.rtfd.io
MIT License
52 stars 21 forks source link

restart-in-place: test paths to node-local SSDs #15

Closed adammoody closed 1 year ago

adammoody commented 5 years ago

When we had problems with node-local SSDs failing, we added scripting to run tests against the SSDs on each node. For that, the scripts have to know the path to the SSDs to be tested. The library often knows this, so again this kind of info could be stored to a file. In SCR, we had the scripts read the same config files as the library to identify the set of storage paths that were used. For now, I've commented these tests out of the scripts.

bnicolae commented 1 year ago

This issue stayed inactive for a long time. Please reopen if still relevant.