Skip to content

Make initial offset into OSTs random

Peter W. Draper requested to merge random-ost-offset into master

Make initial offset into OSTs random so we do not reuse the same OSTs for all dumps and runs. This can be an issue when the ranks is less than the number of OSTs and to a lesser extent when the number of OSTs isn't an exact multiple of the number of ranks.

Fixes #790 (closed) ?

Merge request reports