Re: ZFS no longer mounted in alphanumerical order

2019-03-11 Thread Matthew Ahrens
On Mon, Mar 11, 2019 at 11:33 AM Trond Endrestøl < trond.endres...@fagskolen.gjovik.no> wrote: > Has anyone else noticed ZFS datasets are no longer mounted in > alphanumerical order in CURRENT? It looks more like they are mounted > in the order in which they are encountered. > Wouldn't surprise m

Re: The future of ZFS in FreeBSD

2018-12-19 Thread Matthew Ahrens
On Wed, Dec 19, 2018 at 8:35 AM Shawn Webb wrote: > I'm curious what this means for OpenZFS. > OpenZFS will continue to be an umbrella project for coordinating all work on open-source ZFS. The primary activities of OpenZFS are the annual OpenZFS Developer Summit

Re: Panic in ZFS: solaris assert: dn->dn_datablkshift != 0

2013-09-11 Thread Matthew Ahrens
FYI, I missed that this fix has already gone into illumos: commit 5253393b09789ec67bec153b866d7285a1cf1645 Author: Matthew Ahrens Date: Fri Aug 30 02:19:35 2013 4082 zfs receive gets EFBIG from dmu_tx_hold_free() Reviewed by: Eric Schrock Reviewed by: Christopher Siden

Re: [CRASH] ZFS recv (fwd)/CURRENT

2013-04-05 Thread Matthew Ahrens
I am working on integrating a fix into illumos. FYI, the patch you attached will not quite work, because you are using different tags to hold and release the dataset (FTAG is a macro which has a calling-function-specific value). --matt On Fri, Apr 5, 2013 at 9:29 AM, Martin Matuska wrote: > Y