Skip to content

Fix disk speeds

David Redondo requested to merge work/diskoffbyone into master

Classical case of off-by-one. The documentation starts numbering at one. I used the numbers from it instead of the proper ones. Added a comment for the future. BUG:432637

Merge request reports