-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
0.6.5.6 release inclusion list [suggestions please] #4414
Comments
|
Even if I was really expecting "async zvol minor operations", I consider this a major change, so not to be included in a bugfix release. I would prefer releasing a 0.6.6 version with such patches (and not wait for 0.7, because if I see the issues tracker, this version is not close to be released ...). |
|
Perhaps this additional feature? |
|
Thanks for starting this list so we can track possible patches to apply to the next point release. I think some of these changes would be nice to have like async minors but are out of scope for a boring low risk point release. Hopefully we can instead focus and getting an 0.7 release done. Some of the items flag for that release may just need to be bumped to the next tag so we can get it released. |
|
Since #4404/#3681 seems to only be fixed with the "async zvol minor operations" cherry-picked as well, I would like to see it included in a release soon (if not 6.5.6, maybe 6.6 or 7 soon after?). This gets triggered pretty easily and has fatal consequences (all operations on the affected zpool hang, requiring a full reboot to fix). |
|
We released 0.6.5.6 today. Most of the above was included with the exception of these [reasons in bold] 8a09d5f Add l2arc_max_block_size tunable [new feature] |
|
@nedbass thanks for the explanation ! |
|
Thanks for the explanation. Please correct me if I'm wrong, but the Also, that code should be okay with the ABD work right?
|
|
@Sachiru right. There's nothing wrong with the patch if you want to cherry pick it. Just as a matter of policy new features aren't added to the stable release, this feature will appear in 0.7. |
Well, that's at least what I'd include ;)
optional
a0bd735 Add support for asynchronous zvol minor operations
#4404 zfs hanged when multiple operations on dataset
#3681 lock order inversion between zvol_open() and dsl_pool_sync()...zvol_rename_minors()
??
1ee159f Fix lock order inversion with zvol_open()
5428dc5 Make zvol minor functionality more robust
c352ec2 Illumos 6370 - ZFS send fails to transmit some holes
513168a Make zvol update volsize operation synchronous.
zpool, command changes:
a77f29f Change full path subcommand flag from -p to -P
d2f3e29 Add -gLp to zpool subcommands for alt vdev names
eea9309 Prevent zpool_find_vdev() from truncating vdev path
0075955 Illumos 4448 - zfs diff misprints unicode characters
e989f19 Correctly parse -R flag arguments
9d36cdb Handling negative dentries in a CI file system.
8a09d5f Add l2arc_max_block_size tunable
and some more ...
to-be-added
The text was updated successfully, but these errors were encountered: