[Bug 225960] zfs: g_access leak when unmounting UFS on a zvol
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Feb 16 21:17:45 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225960
--- Comment #3 from Andriy Gapon <avg at FreeBSD.org> ---
Could be a g_label problem though:
<geom id="0xfffff80023b33200">
<class ref="0xffffffff80d86a90"/>
<name>zvol/pond/zvol2s1</name>
<rank>3</rank>
<config>
</config>
<consumer id="0xfffff8002215e300">
<geom ref="0xfffff80023b33200"/>
<provider ref="0xfffff8002291ad00"/>
<mode>r0w0e2</mode>
<config>
</config>
</consumer>
<provider id="0xfffff80023b33100">
<geom ref="0xfffff80023b33200"/>
<mode>r0w0e0</mode>
<name>ufsid/4e6d250390a79ac0</name>
<mediasize>1073705472</mediasize>
<sectorsize>512</sectorsize>
<stripesize>4096</stripesize>
<stripeoffset>3584</stripeoffset>
<config>
<index>0</index>
<length>1073705472</length>
<seclength>2097081</seclength>
<offset>0</offset>
<secoffset>0</secoffset>
</config>
</provider>
</geom>
I don't think that the consumer should have r0w0e2 mode while the provider has
r0w0e0. The class is LABEL and apparently it's the ufsid variety.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list