<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:40:39 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-4208] dsl_prop_register()) ASSERTION(dsl_pool_config_held(dp)) failed</title>
                <link>https://jira.whamcloud.com/browse/LU-4208</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;The DSL Pool Configuration lock should be held when calling dsl_prop_register().  &lt;/p&gt;

&lt;p&gt;See comments here:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/zfsonlinux/zfs/blob/master/module/zfs/dsl_pool.c#L947&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/zfsonlinux/zfs/blob/master/module/zfs/dsl_pool.c#L947&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;and assertion here:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/zfsonlinux/zfs/blob/master/module/zfs/dsl_prop.c#L238&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/zfsonlinux/zfs/blob/master/module/zfs/dsl_prop.c#L238&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Therefore osd_zfs will panic on mount if using a debug build of ZFS.&lt;/p&gt;</description>
                <environment></environment>
        <key id="21848">LU-4208</key>
            <summary>dsl_prop_register()) ASSERTION(dsl_pool_config_held(dp)) failed</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="utopiabound">Nathaniel Clark</assignee>
                                    <reporter username="nedbass">Ned Bass</reporter>
                        <labels>
                            <label>patch</label>
                            <label>zfs</label>
                    </labels>
                <created>Mon, 4 Nov 2013 22:53:20 +0000</created>
                <updated>Fri, 21 Feb 2014 14:18:09 +0000</updated>
                            <resolved>Fri, 21 Feb 2014 14:18:09 +0000</resolved>
                                    <version>Lustre 2.4.1</version>
                    <version>Lustre 2.5.0</version>
                    <version>Lustre 2.6.0</version>
                                    <fixVersion>Lustre 2.6.0</fixVersion>
                    <fixVersion>Lustre 2.5.1</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="70670" author="nedbass" created="Mon, 4 Nov 2013 23:29:42 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#/c/8172/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/8172/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Landing this change will take a bit of coordination, since it has a dependency on a ZFS build that exports the needed symbols.  I don&apos;t really want to add an autoconf check, because the compatibility code would be messy.  The DSL pool config lock is an &lt;tt&gt;rrwlock_t&lt;/tt&gt; lock, which is a component of ZFS, but the API isn&apos;t exported.  So without dsl_pool_config_{enter,exit} exported, there&apos;s really no clean way to take the lock without duplicating the rrwlock implementation in Lustre.&lt;/p&gt;</comment>
                            <comment id="70796" author="pjones" created="Tue, 5 Nov 2013 23:24:44 +0000"  >&lt;p&gt;Nathaniel&lt;/p&gt;

&lt;p&gt;could you please take care of this one?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="71132" author="utopiabound" created="Fri, 8 Nov 2013 16:35:53 +0000"  >&lt;p&gt;I think we should add an autoconf check, I don&apos;t think it would be that much of an issue.  After landing an updated 8172 then we just wait for ZFS 0.6.3 to come out to close the bug.&lt;/p&gt;</comment>
                            <comment id="72632" author="utopiabound" created="Mon, 2 Dec 2013 19:02:23 +0000"  >&lt;p&gt;Lustre patches are landed.&lt;/p&gt;

&lt;p&gt;This can be closed when builds start using zfs 0.6.3&lt;/p&gt;</comment>
                            <comment id="76916" author="pjones" created="Wed, 12 Feb 2014 23:32:28 +0000"  >&lt;p&gt;This landed for 2.6. Is it needed for b2_4 and b2_5 also?&lt;/p&gt;</comment>
                            <comment id="76924" author="nedbass" created="Thu, 13 Feb 2014 00:19:20 +0000"  >&lt;p&gt;I would say yes.&lt;/p&gt;</comment>
                            <comment id="76979" author="utopiabound" created="Thu, 13 Feb 2014 16:31:24 +0000"  >&lt;p&gt;b2_5 and master are both at zfs 0.6.2, b2_4 is using 0.6.1.  The current tip of zfs master (as of 2 weeks ago) wasn&apos;t stable enough to move to (see &lt;a href=&quot;https://github.com/zfsonlinux/zfs/issues/2088&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ZFS Issue 2088&lt;/a&gt;).  I will backport the lustre change to both b2_4 and b2_5&lt;/p&gt;</comment>
                            <comment id="76984" author="utopiabound" created="Thu, 13 Feb 2014 16:48:15 +0000"  >&lt;p&gt;b2_5 &lt;a href=&quot;http://review.whamcloud.com/9256&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/9256&lt;/a&gt;&lt;br/&gt;
b2_4 &lt;a href=&quot;http://review.whamcloud.com/9255&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/9255&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="77594" author="pjones" created="Fri, 21 Feb 2014 14:18:09 +0000"  >&lt;p&gt;Landed for 2.5.1 and 2.6 but will only take effect once we move to zfs 0.6.3&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzw7yf:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>11437</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[3]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>