Date: Thu, 24 Jul 2014 07:42:13 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 192085] [zfs] panic on zvol resize Message-ID: <bug-192085-8-qJ4ZlCgpxH@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 #1 from Kristof Provost <kristof@freebsd.org> --- I've poked at this a bit more, and I think I understand the problem now. zvol_set_volsize() takes a hold on the file system with dmu_objset_hold() and then verifies that it's not marked as read-only. It does this through dsl_prop_get_integer() which also tries to take a hold on the file system with dmu_objset_hold(). That triggers the assert in dsl_pool_hold(). -- 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-qJ4ZlCgpxH>