Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
17205
Description
upstream zfs is about to land large block support (> 128k). see https://github.com/zfsonlinux/zfs/pull/2865
Lustre need to change to be able to compile with zfs.
I believe I found the issue: spa_maxblocksize was not exported in spa_misc.c from ZFS. I've rebuilt ZFS and successfully mount a ZFS-backed MDT and OST. I'll drop an issue at the GitHub ZFS repo.