You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to request the package zfs-2.2.7 be upgraded to zfs-2.3.0 to enable features I find desirable:
Add new devices to an existing RAIDZ pool, increasing storage capacity without downtime (ie. expand a 4 disk raidz to a 5 disk raidz or 5 disk raidz2 to a 6 disk raidz2)
Direct IO: Allows bypassing the ARC for reads/writes, improving performance in scenarios like NVMe devices where caching may hinder efficiency.
JSON: Optional JSON output for the most used commands.
Unfortunately I am not practiced with the uBlue build pipeline yet, otherwise I may have tried the build and submitted a PR. Please let me know if I was on the correct track.
Image
All Images
The text was updated successfully, but these errors were encountered:
Describe the package
I'd like to request the package
zfs-2.2.7
be upgraded tozfs-2.3.0
to enable features I find desirable:(ie. expand a 4 disk raidz to a 5 disk raidz or 5 disk raidz2 to a 6 disk raidz2)
It appears the codebase implements the ZFS version on line 11 of
build_files/zfs/build-kmod-zfs.sh
, but is defined on line 14 of/Containerfile.zfs
with a default of2.2
?Unfortunately I am not practiced with the uBlue build pipeline yet, otherwise I may have tried the build and submitted a PR. Please let me know if I was on the correct track.
Image
All Images
The text was updated successfully, but these errors were encountered: