Re: [OpenZFS Developer] [openzfs] 6370 ZFS send fails to transmit some holes (#37)

2016-01-27 Thread Steven Burgess
@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

Re: [OpenZFS Developer] [openzfs] Merge illumos (#63)

2016-01-27 Thread Matthew Ahrens
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

Re: [OpenZFS Developer] [openzfs] 6550 cmd/zfs: cleanup gcc warnings (#56)

2016-01-27 Thread Matthew Ahrens
@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

Re: [OpenZFS Developer] [openzfs] 6562 Refquota on receive doesn't account for overage. (#64)

2016-01-27 Thread Matthew Ahrens
@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

Re: [OpenZFS Developer] [openzfs] 6562 Refquota on receive doesn't account for overage. (#64)

2016-01-27 Thread Dan McDonald
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

Re: [OpenZFS Developer] [openzfs] 6568 zfs_allow_010_pos and zfs_allow_012_neg fail intermittently (#62)

2016-01-27 Thread John Wren Kennedy
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

Re: [OpenZFS Developer] [openzfs] 6550 cmd/zfs: cleanup gcc warnings (#56)

2016-01-27 Thread Yuri Pankov
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

[OpenZFS Developer] Pool downgrade and safer upgrade

2016-01-27 Thread ilove zfs
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