<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:09:02 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-7452] (obd_class.h:815:obd_connect()) ASSERTION( (!(data != ((void *)0)) || ((data-&gt;ocd_connect_flags &amp; ocf) == data-&gt;ocd_connect_flags)) ) failed</title>
                <link>https://jira.whamcloud.com/browse/LU-7452</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;There are error paths in &lt;tt&gt;client_connect_import()&lt;/tt&gt; that leave &lt;tt&gt;OBD_CONNECT_MULTIMODRPCS&lt;/tt&gt; set in &lt;tt&gt;ocd_connect_flags&lt;/tt&gt; triggering the assertion in &lt;tt&gt;obd_connect()&lt;/tt&gt;:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;        rc = OBP(obd, connect)(env, exp, obd, cluuid, data, localdata);
        &lt;span class=&quot;code-comment&quot;&gt;/* check that only subset is granted */&lt;/span&gt;
        LASSERT(ergo(data != NULL, (data-&amp;gt;ocd_connect_flags &amp;amp; ocf) ==
                                    data-&amp;gt;ocd_connect_flags));
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;For example:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;# mount /tmp/lustre-mdt1 /mnt/mds1 -t lustre -o loop
# mount /tmp/lustre-ost1 /mnt/ost1 -t lustre -o loop
# mount /tmp/lustre-ost2 /mnt/ost2 -t lustre -o loop
# lctl conf_param lustre.srpc.flavor.default=gssnull
# sleep 10
# mount $HOSTNAME@tcp:/lustre /mnt/lustre -t lustre
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;[  264.668376] LustreError: 2848:0:(obd_class.h:815:obd_connect()) ASSERTION( (!(data != ((void *)0)) || ((data-&amp;gt;ocd_connect_flags &amp;amp; ocf) == data-&amp;gt;ocd_connect_flags)) ) failed: 
[  264.673915] LustreError: 2848:0:(obd_class.h:815:obd_connect()) LBUG
[  264.675538] Pid: 2848, comm: mount.lustre
[  264.676474] 
[  264.676475] Call Trace:
[  264.677453]  [&amp;lt;ffffffffa02be8b5&amp;gt;] libcfs_debug_dumpstack+0x55/0x80 [libcfs]
[  264.679089]  [&amp;lt;ffffffffa02beeb7&amp;gt;] lbug_with_loc+0x47/0xb0 [libcfs]
[  264.680640]  [&amp;lt;ffffffffa09336a9&amp;gt;] lmv_connect_mdc+0x1189/0x11f0 [lmv]
[  264.682140]  [&amp;lt;ffffffffa093a606&amp;gt;] ? lmv_check_connect+0x106/0x880 [lmv]
[  264.683726]  [&amp;lt;ffffffffa093a673&amp;gt;] lmv_check_connect+0x173/0x880 [lmv]
[  264.704985]  [&amp;lt;ffffffffa042303b&amp;gt;] ? lprocfs_register+0x1b/0x80 [obdclass]
[  264.726177]  [&amp;lt;ffffffffa0941388&amp;gt;] lmv_connect+0x2b8/0x380 [lmv]
[  264.746110]  [&amp;lt;ffffffffa0f91498&amp;gt;] client_common_fill_super+0x318/0x4a10 [lustre]
[  264.775932]  [&amp;lt;ffffffff812ace70&amp;gt;] ? sprintf+0x40/0x50
[  264.807793]  [&amp;lt;ffffffffa0f96847&amp;gt;] ? ll_fill_super+0xcb7/0x1460 [lustre]
[  264.820487]  [&amp;lt;ffffffffa0f96922&amp;gt;] ll_fill_super+0xd92/0x1460 [lustre]
[  264.832801]  [&amp;lt;ffffffffa044685d&amp;gt;] lustre_fill_super+0x74d/0x990 [obdclass]
[  264.847970]  [&amp;lt;ffffffffa0446110&amp;gt;] ? lustre_fill_super+0x0/0x990 [obdclass]
[  264.858582]  [&amp;lt;ffffffff811a645f&amp;gt;] get_sb_nodev+0x5f/0xa0
[  264.866192]  [&amp;lt;ffffffffa043d7b5&amp;gt;] lustre_get_sb+0x25/0x30 [obdclass]
[  264.880634]  [&amp;lt;ffffffff811a5a4b&amp;gt;] vfs_kern_mount+0x7b/0x1b0
[  264.889468]  [&amp;lt;ffffffff811a5bf2&amp;gt;] do_kern_mount+0x52/0x130
[  264.898648]  [&amp;lt;ffffffff811c7d2b&amp;gt;] do_mount+0x2fb/0x920
[  264.908643]  [&amp;lt;ffffffff811c83e0&amp;gt;] sys_mount+0x90/0xe0
[  264.924500]  [&amp;lt;ffffffff8100b072&amp;gt;] system_call_fastpath+0x16/0x1b
[  264.945139] 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="33258">LU-7452</key>
            <summary>(obd_class.h:815:obd_connect()) ASSERTION( (!(data != ((void *)0)) || ((data-&gt;ocd_connect_flags &amp; ocf) == data-&gt;ocd_connect_flags)) ) failed</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</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="3">Duplicate</resolution>
                                        <assignee username="wc-triage">WC Triage</assignee>
                                    <reporter username="jhammond">John Hammond</reporter>
                        <labels>
                    </labels>
                <created>Fri, 20 Nov 2015 01:24:24 +0000</created>
                <updated>Fri, 20 Nov 2015 19:41:25 +0000</updated>
                            <resolved>Fri, 20 Nov 2015 19:41:24 +0000</resolved>
                                    <version>Lustre 2.8.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="134112" author="jfilizetti" created="Fri, 20 Nov 2015 19:25:06 +0000"  >&lt;p&gt;This is a duplicate of &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7185&quot; title=&quot;restore flags on ptlrpc_connect_import failure to prevent LBUG&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7185&quot;&gt;&lt;del&gt;LU-7185&lt;/del&gt;&lt;/a&gt; I believe. I&apos;ve already posted a patch for that but it likely needs to be refreshed.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="32210">LU-7185</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <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|hzxtt3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</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>