Skip to content
Snippets Groups Projects
  • Iustin Pop's avatar
    hspace: change handling of N+1 bad clusters · 317b1040
    Iustin Pop authored
    Currently we just print a fake result and exit early. This is bad, since
    it doesn't use the same codepaths for all the result printing, and has
    already led to a bug where hspace looks like completely ignoring the
    tiered specs request.
    
    This patch changes the code to override the computation, instead of the
    printout, thus allowing tiered specs results for such cases.
    317b1040