@pcd1193182 Patch works great, on a ZoL machine that I applied it on, both of
my test cases are fixed. (I did the test twice just to confirm). If you guys
push the final patch, we are good to go from my end!
---
Reply to this email directly or view it on GitHub:
https://github.com/openzfs/openzf
Merged #63.
---
Reply to this email directly or view it on GitHub:
https://github.com/openzfs/openzfs/pull/63#event-528499757___
developer mailing list
developer@open-zfs.org
http://lists.open-zfs.org/mailman/listinfo/developer
@zettabot go
---
Reply to this email directly or view it on GitHub:
https://github.com/openzfs/openzfs/pull/56#issuecomment-175773893___
developer mailing list
developer@open-zfs.org
http://lists.open-zfs.org/mailman/listinfo/developer
@zettabot go
---
Reply to this email directly or view it on GitHub:
https://github.com/openzfs/openzfs/pull/64#issuecomment-175756414___
developer mailing list
developer@open-zfs.org
http://lists.open-zfs.org/mailman/listinfo/developer
Did Zettabot get kicked off?
---
Reply to this email directly or view it on GitHub:
https://github.com/openzfs/openzfs/pull/64#issuecomment-175745621___
developer mailing list
developer@open-zfs.org
http://lists.open-zfs.org/mailman/listinfo/developer
LGTM
---
Reply to this email directly or view it on GitHub:
https://github.com/openzfs/openzfs/pull/62#issuecomment-175693323___
developer mailing list
developer@open-zfs.org
http://lists.open-zfs.org/mailman/listinfo/developer
Looking at the latest test results, at least zpool_upgrade cases that now
really do something are killed due to timeout (breaking other cases as cleanup
isn't run).
The following line from the zfs-tests run could be the problem as default
timeout setting is 600, not 1800, so we don't change any
1) Would it make sense to require in some way an explicit upgrade from version
<= 28 in order to use feature flags, rather than automatically upgrading the
pool to 5000 if any feature flag is set?
2) Is there any under-the-hood difference between a zpool create -o version=28
pool and a zpool c