]> git.proxmox.com Git - mirror_zfs-debian.git/commit
Temporarily disable the reguid test.
authorEtienne Dechamps <etienne.dechamps@ovh.net>
Fri, 28 Sep 2012 13:55:03 +0000 (15:55 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 3 Oct 2012 20:59:02 +0000 (13:59 -0700)
commitd13524579162b35189804c357a63993be758b84c
treeaff8b62aba2822b07aa8297f0df7e2822e67cd5b
parent6aec1cd5a674d7ee9917a75fee9a82fc97cfdf77
Temporarily disable the reguid test.

Currently, ztest fails with the following error:

    error: Pool 'ztest' has encountered an uncorrectable I/O failure
    and the failure mode property for this pool is set to panic.

We know how to fix it (see issue #939), but it may take some time
before we get around to merging the fix, which has some heavy
dependencies.

In the mean time, it is not ideal to be unable to use ztest just
because of a small isolated issue, so this patch works around the
problem by disabling the reguid test. This is just a temporary hack to
keep ztest usable.

The reguid test will be enabled again when the proper fix is merged.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #997
cmd/ztest/ztest.c