Skip to content
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

Add libaio-devel BuildRequires #7824

Merged
merged 1 commit into from Aug 23, 2018
Merged

Conversation

behlendorf
Copy link
Contributor

Motivation and Context

The zfs-test package should include all binaries needed to for a full ZTS run.

Issue #7821

Description

The zfs-test package needs a build requirement on the libaio-devel package. Without it ./configure will correctly determine that mmap_libaio cannot be built and it will be skipped.

How Has This Been Tested?

Locally build zfs-test package, verified mmap_libaio is built and included.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Performance enhancement (non-breaking change which improves efficiency)
  • Code cleanup (non-breaking change which makes code smaller or more readable)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation (a change to man pages or other documentation)

Checklist:

  • My code follows the ZFS on Linux code style requirements.
  • I have updated the documentation accordingly.
  • I have read the contributing document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • All commit messages are properly formatted and contain Signed-off-by.
  • Change has been approved by a ZFS on Linux member.

The zfs-test package needs a build requirement on the libaio-devel
package.  Without it ./configure will correctly determine that
mmap_libaio cannot be built and it will be skipped.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue openzfs#7821
@codecov
Copy link

codecov bot commented Aug 23, 2018

Codecov Report

Merging #7824 into master will decrease coverage by 0.19%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #7824     +/-   ##
=========================================
- Coverage   78.42%   78.23%   -0.2%     
=========================================
  Files         374      374             
  Lines      112907   112907             
=========================================
- Hits        88548    88332    -216     
- Misses      24359    24575    +216
Flag Coverage Δ
#kernel 78.68% <ø> (-0.15%) ⬇️
#user 66.12% <ø> (-1.18%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c434d88...855f757. Read the comment docs.

@behlendorf behlendorf merged commit 55972a6 into openzfs:master Aug 23, 2018
@tonyhutter
Copy link
Contributor

@behlendorf do you want this in 0.7.10?

@behlendorf
Copy link
Contributor Author

@tonyhutter yes, that would be best. Thanks!

tonyhutter pushed a commit to tonyhutter/zfs that referenced this pull request Aug 28, 2018
The zfs-test package needs a build requirement on the libaio-devel
package.  Without it ./configure will correctly determine that
mmap_libaio cannot be built and it will be skipped.

Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes openzfs#7821 
Closes openzfs#7824
tonyhutter pushed a commit to tonyhutter/zfs that referenced this pull request Aug 30, 2018
The zfs-test package needs a build requirement on the libaio-devel
package.  Without it ./configure will correctly determine that
mmap_libaio cannot be built and it will be skipped.

Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes openzfs#7821
Closes openzfs#7824
tonyhutter pushed a commit to tonyhutter/zfs that referenced this pull request Sep 5, 2018
The zfs-test package needs a build requirement on the libaio-devel
package.  Without it ./configure will correctly determine that
mmap_libaio cannot be built and it will be skipped.

Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes openzfs#7821
Closes openzfs#7824
@behlendorf behlendorf deleted the issue-7821 branch April 19, 2021 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants