-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test case: add_nested_replacing_spare #7247
Labels
Component: Test Suite
Indicates an issue with the test framework or a test case
Comments
behlendorf
added
the
Component: Test Suite
Indicates an issue with the test framework or a test case
label
Feb 27, 2018
This can, unfortunately, fail in another way: http://build.zfsonlinux.org/builders/CentOS%207%20x86_64%20Mainline%20%28TEST%29/builds/5725/steps/shell_8/logs/log
It's not yet clear to me if/how |
13 tasks
behlendorf
pushed a commit
that referenced
this issue
Apr 4, 2018
Use 'zpool reopen' instead of 'zpool scrub' to kick in the spare device: this is required to avoid spurious failures caused by a race condition in events processing by the ZFS Event Daemon: P1 (zpool scrub) P2 (zed) --- zfs_ioc_pool_scan() -> dsl_scan() -> vdev_reopen() -> vdev_set_state(VDEV_STATE_CANT_OPEN) zfs_ioc_vdev_attach() -> spa_vdev_attach() -> dsl_resilver_restart() -> dsl_sync_task() -> dsl_scan_setup_check() <- dsl_scan_setup_check(): EBUSY Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: loli10K <ezomori.nozomu@gmail.com> Closes #7247 Closes #7342
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the problem you're observing
Rare failure of
add_nested_replacing_spare
test case.Describe how to reproduce the problem
Rarely reproduced by buildbot during automated testing.
Include any warning/errors/backtraces from the system logs
http://build.zfsonlinux.org/builders/Ubuntu%2017.10%20x86_64%20%28TEST%29/builds/347
The text was updated successfully, but these errors were encountered: