hspace: convert N1 error exit into FailN1 result
authorIustin Pop <iustin@google.com>
Mon, 6 Jul 2009 15:58:14 +0000 (17:58 +0200)
committerIustin Pop <iustin@google.com>
Tue, 7 Jul 2009 07:55:00 +0000 (09:55 +0200)
commitdca7f396cb33835c8b48aa580c3515d61d6e1c2e
treef033d85211d7378d08cefd59e392823ba3e73c6d
parent58631b721babd09d5002e7cfc492293c981254aa
hspace: convert N1 error exit into FailN1 result

Currently hspace exits with an error if the cluster is not N+1 compliant
at the beginning of the run. This patch changes hspace such that this
condition is instead treated as a zero-allocation-possible, FailN1 mode.
This allows the same stats to be reported in this case as in the normal
case.
hspace.hs