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

Update zfs-lib.sh.in Issue #8920 #8938

Merged
merged 1 commit into from
Jun 20, 2019
Merged

Update zfs-lib.sh.in Issue #8920 #8938

merged 1 commit into from
Jun 20, 2019

Conversation

dacianstremtan
Copy link
Contributor

Replace whereis with type in zfs-lib.sh

Motivation and Context

Fix for issue #8920

Description

How Has This Been Tested?

Installed it on my CentOS installation.

CentOS 7.6

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:

@codecov
Copy link

codecov bot commented Jun 20, 2019

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #8938      +/-   ##
==========================================
- Coverage   78.86%   78.65%   -0.22%     
==========================================
  Files         388      388              
  Lines      120055   120222     +167     
==========================================
- Hits        94683    94559     -124     
- Misses      25372    25663     +291
Flag Coverage Δ
#kernel 79.42% <ø> (-0.11%) ⬇️
#user 66.2% <ø> (-0.62%) ⬇️

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 050d720...5c7fef4. Read the comment docs.

@behlendorf
Copy link
Contributor

@dacianstremtan when you get a change, please refresh this to include your signed off by so it can be merged.

@behlendorf behlendorf added Status: Accepted Ready to integrate (reviewed, tested) and removed Status: Code Review Needed Ready for review and testing labels Jun 20, 2019
Signed-off-by: Dacian Reece-Stremtan <dacianstremtan@gmail.com>
@dacianstremtan
Copy link
Contributor Author

@behlendorf, I added signed off.

@behlendorf behlendorf merged commit 84b4201 into openzfs:master Jun 20, 2019
tonyhutter pushed a commit to tonyhutter/zfs that referenced this pull request Aug 13, 2019
The whereis command should not be used since it may not exist
in the initramfs.  The dracut plymouth module also uses the type
command instead of whereis.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Garrett Fields <ghfields@gmail.com>
Signed-off-by: Dacian Reece-Stremtan <dacianstremtan@gmail.com>
Closes openzfs#8920
Closes openzfs#8938
tonyhutter pushed a commit to tonyhutter/zfs that referenced this pull request Aug 22, 2019
The whereis command should not be used since it may not exist
in the initramfs.  The dracut plymouth module also uses the type
command instead of whereis.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Garrett Fields <ghfields@gmail.com>
Signed-off-by: Dacian Reece-Stremtan <dacianstremtan@gmail.com>
Closes openzfs#8920
Closes openzfs#8938
tonyhutter pushed a commit to tonyhutter/zfs that referenced this pull request Aug 23, 2019
The whereis command should not be used since it may not exist
in the initramfs.  The dracut plymouth module also uses the type
command instead of whereis.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Garrett Fields <ghfields@gmail.com>
Signed-off-by: Dacian Reece-Stremtan <dacianstremtan@gmail.com>
Closes openzfs#8920
Closes openzfs#8938
tonyhutter pushed a commit to tonyhutter/zfs that referenced this pull request Sep 17, 2019
The whereis command should not be used since it may not exist
in the initramfs.  The dracut plymouth module also uses the type
command instead of whereis.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Garrett Fields <ghfields@gmail.com>
Signed-off-by: Dacian Reece-Stremtan <dacianstremtan@gmail.com>
Closes openzfs#8920
Closes openzfs#8938
tonyhutter pushed a commit to tonyhutter/zfs that referenced this pull request Sep 18, 2019
The whereis command should not be used since it may not exist
in the initramfs.  The dracut plymouth module also uses the type
command instead of whereis.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Garrett Fields <ghfields@gmail.com>
Signed-off-by: Dacian Reece-Stremtan <dacianstremtan@gmail.com>
Closes openzfs#8920
Closes openzfs#8938
tonyhutter pushed a commit that referenced this pull request Sep 26, 2019
The whereis command should not be used since it may not exist
in the initramfs.  The dracut plymouth module also uses the type
command instead of whereis.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Garrett Fields <ghfields@gmail.com>
Signed-off-by: Dacian Reece-Stremtan <dacianstremtan@gmail.com>
Closes #8920
Closes #8938
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Accepted Ready to integrate (reviewed, tested)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants