-
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
Slot power control breaks build on FreeBSD #15709
Comments
@tonyhutter @behlendorf it would be great to to test at least building on both Linux and FreeBSD before doing commits. |
It should, but it appears sometime in the last couple days the FreeBSD 13-stable builder stopped running things for some reason, since it reported a failure on #15695... |
Yea, looks like buildbot was messed up. I just re-strarted it. Hopefully that and #15716 will get things back to normal. |
Is there any way we could modify the config so the buildbot failing to report any FBSD tests fails closed, e.g. and blocks the PR merge, rather than failing open? |
a9520e6 breaks build on FreeBSD, as zpool_disk_wait() has not been implemented for FreeBSD
In addition, zpool_power_current_state() and zpool_power() should include (void) lines to suppress unused parameter warnings.
System information
Describe the problem you're observing
OpenZFS cannot be build, as the FreeBSD implementation of zpool_disk_wait() introduced in a9520e6 is missing.
Describe how to reproduce the problem
Try to build OpenZFS
Include any warning/errors/backtraces from the system logs
The text was updated successfully, but these errors were encountered: