git: 3b1727d59277 - Create tag zfs-0.6.0-rc6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 25 Jan 2023 01:25:59 UTC
The annotated tag zfs-0.6.0-rc6 has been created by allanjude:
URL: https://cgit.FreeBSD.org/src/tag/?h=zfs-0.6.0-rc6
tag zfs-0.6.0-rc6
Tagger: Brian Behlendorf <behlendorf1@llnl.gov>
TaggerDate: 2011-10-12 23:38:25 +0000
ZFS Version 0.6.0-rc6
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEABECAAYFAk6WJPEACgkQCrnpkcavZYujuwCcDn+0KwUByp8GJGNBSY3jc2Ez
vUMAnR+FUIDZqQjwVD2hYlXESp/nrcJg
=aPy9
-----END PGP SIGNATURE-----
commit 5cbf6db937a304c4d2b60878a2405a1e2900abdf
Author: Brian Behlendorf <behlendorf1@llnl.gov>
AuthorDate: 2011-10-11 21:36:42 +0000
Commit: Brian Behlendorf <behlendorf1@llnl.gov>
CommitDate: 2011-10-11 21:45:37 +0000
Disable 90-zfs.rules for test suite
When running the zconfig.sh, zpios-sanity.sh, and zfault.sh
from the installed packages the 90-zfs.rules can cause failures.
These will occur because the test suite assumes it has full
control over loading/unloading the module stack. If the stack
gets asynchronously loaded by the udev rule the test suite
will treat it as a failure. Resolve the issue by disabling
the offending rule during the tests and enabling it on exit.
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>