-
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
Update zfs-lib.sh.in Issue #8920 #8938
Conversation
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
@dacianstremtan when you get a change, please refresh this to include your signed off by so it can be merged. |
Signed-off-by: Dacian Reece-Stremtan <dacianstremtan@gmail.com>
@behlendorf, I added signed off. |
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
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
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
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
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
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
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
Checklist:
Signed-off-by
.