Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jul 2014 07:43:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 192085] [zfs] panic on zvol resize
Message-ID:  <bug-192085-8-naWk82WFv3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-192085-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-192085-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192085

--- Comment #2 from Kristof Provost <kristof@freebsd.org> ---
The problem appear to be fixed in Illumos commit
3b2aab18808792cbd248a12f1edf139b89833c13

Essentially they've changed from using dmu_objset_hold() to
dmu_objset_own().

See:
 - https://www.illumos.org/issues/3464
 -
https://github.com/illumos/illumos-gate/commit/3b2aab18808792cbd248a12f1edf139b89833c13
 - ZoL: https://github.com/zfsonlinux/zfs/pull/2048

I included the zvol resize bits of the patch in my tree, and can now
resize zvols without panicing the machine.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192085-8-naWk82WFv3>