-
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
OpenZFS 8898 - creating fs with checksum=skein on the boot pools fails #7031
Conversation
…s ungracefully Authored by: Yuri Pankov <[email protected]> Reviewed by: Toomas Soome <[email protected]> Reviewed by: Andy Stormont <[email protected]> Approved by: Dan McDonald <[email protected]> Ported-by: Brian Behlendorf <[email protected]> OpenZFS-issue: https://www.illumos.org/issues/8898 OpenZFS-commit: openzfs/openzfs@9fa2266d9a
Sorry to bump, but I thought these were supposed to work in boot configurations, except that grub doesn't understand them? (ie: they should work on efi setups?) |
It's possible they may, but currently the utilities prevent you from setting these compression types on a bootfs. https://github.com/zfsonlinux/zfs/blob/master/module/zfs/zfs_ioctl.c#L3937..L3947 |
But skein is a checksum algo, line 4025 shows no restrictions |
Sorry, I highlighted the wrong block. It should be this check. Both skein and edonr have |
Codecov Report
@@ Coverage Diff @@
## master #7031 +/- ##
==========================================
+ Coverage 75.32% 75.37% +0.04%
==========================================
Files 296 296
Lines 95520 95522 +2
==========================================
+ Hits 71954 71997 +43
+ Misses 23566 23525 -41
Continue to review full report at Codecov.
|
…s ungracefully Authored by: Yuri Pankov <[email protected]> Reviewed by: Toomas Soome <[email protected]> Reviewed by: Andy Stormont <[email protected]> Reviewed-by: George Melikov <[email protected]> Approved by: Dan McDonald <[email protected]> Ported-by: Brian Behlendorf <[email protected]> OpenZFS-issue: https://www.illumos.org/issues/8898 OpenZFS-commit: openzfs/openzfs@9fa2266d9a Closes openzfs#7031
…s ungracefully Authored by: Yuri Pankov <[email protected]> Reviewed by: Toomas Soome <[email protected]> Reviewed by: Andy Stormont <[email protected]> Reviewed-by: George Melikov <[email protected]> Approved by: Dan McDonald <[email protected]> Ported-by: Brian Behlendorf <[email protected]> OpenZFS-issue: https://www.illumos.org/issues/8898 OpenZFS-commit: openzfs/openzfs@9fa2266d9a Closes openzfs#7031
…s ungracefully Authored by: Yuri Pankov <[email protected]> Reviewed by: Toomas Soome <[email protected]> Reviewed by: Andy Stormont <[email protected]> Reviewed-by: George Melikov <[email protected]> Approved by: Dan McDonald <[email protected]> Ported-by: Brian Behlendorf <[email protected]> OpenZFS-issue: https://www.illumos.org/issues/8898 OpenZFS-commit: openzfs/openzfs@9fa2266d9a Closes openzfs#7031
Description
Not a big deal per se, but should be handled correctly.
Motivation and Context
OpenZFS-issue: https://www.illumos.org/issues/8898
OpenZFS-commit: openzfs/openzfs@9fa2266d9a
How Has This Been Tested?
Merged to OpenZFS, locally builds, pending buildbot results.
Types of changes
Checklist:
Signed-off-by
.