Skip to content

Make initial offset into OSTs random when dumping restarts.

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

Make initial offset into OSTs random so we do not reuse the same OSTs for all restarts 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.

Restart version of !1706 (merged).

Merge request reports