<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:10:42 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-14547] santyn/109 fails on a local setup</title>
                <link>https://jira.whamcloud.com/browse/LU-14547</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&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;
== sanityn test 109: Race with several mount instances on 1 node ===================================== 09:08:40 (1616472520)
192.168.122.38@tcp:/lustre /mnt/lustre lustre rw,flock,user_xattr,lazystatfs,noencrypt 0 0
Stopping client tmp.ezAnrHSAb2 /mnt/lustre (opts:)
192.168.122.38@tcp:/lustre /mnt/lustre2 lustre rw,flock,user_xattr,lazystatfs,noencrypt 0 0
Stopping client tmp.ezAnrHSAb2 /mnt/lustre2 (opts:)
Starting race between client mount instances (50 iterations):
Iteration 1
Starting client: tmp.ezAnrHSAb2:  -o user_xattr,flock tmp.ezAnrHSAb2@tcp:/lustre /mnt/lustre
Starting client: tmp.ezAnrHSAb2:  -o user_xattr,flock tmp.ezAnrHSAb2@tcp:/lustre /mnt/lustre2
192.168.122.38@tcp:/lustre /mnt/lustre lustre rw,flock,user_xattr,lazystatfs,noencrypt 0 0
192.168.122.38@tcp:/lustre /mnt/lustre2 lustre rw,flock,user_xattr,lazystatfs,noencrypt 0 0
Stopping client tmp.ezAnrHSAb2 /mnt/lustre (opts:)
Stopping client tmp.ezAnrHSAb2 /mnt/lustre2 (opts:)
rmmod: ERROR: Module mdd is in use
 sanityn test_109: @@@@@@ FAIL: Fail to remove lustre modules 
  Trace dump:
  = ./../tests/test-framework.sh:6276:error()
  = sanityn.sh:5596:test_109()
  = ./../tests/test-framework.sh:6579:run_one()
  = ./../tests/test-framework.sh:6626:run_one_logged()
  = ./../tests/test-framework.sh:6468:run_test()
  = sanityn.sh:5605:main()
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="63475">LU-14547</key>
            <summary>santyn/109 fails on a local setup</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="1">Fixed</resolution>
                                        <assignee username="eaujames">Etienne Aujames</assignee>
                                    <reporter username="bzzz">Alex Zhuravlev</reporter>
                        <labels>
                    </labels>
                <created>Tue, 23 Mar 2021 05:41:26 +0000</created>
                <updated>Tue, 6 Apr 2021 04:05:33 +0000</updated>
                            <resolved>Tue, 6 Apr 2021 04:05:33 +0000</resolved>
                                    <version>Upstream</version>
                                    <fixVersion>Lustre 2.15.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="296722" author="bzzz" created="Thu, 25 Mar 2021 14:07:41 +0000"  >&lt;p&gt;I guess the reason is that mdd (and all server modules) can&apos;t be unloaded given the clients share node with the servers (local setup).&lt;br/&gt;
something like:&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;local_mode &amp;amp;&amp;amp; skip &lt;span class=&quot;code-quote&quot;&gt;&quot;need remote servers&quot;&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;can help?&lt;/p&gt;</comment>
                            <comment id="296905" author="gerrit" created="Fri, 26 Mar 2021 19:37:59 +0000"  >&lt;p&gt;Etienne AUJAMES (eaujames@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/43142&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43142&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14547&quot; title=&quot;santyn/109 fails on a local setup&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14547&quot;&gt;&lt;del&gt;LU-14547&lt;/del&gt;&lt;/a&gt; test: skip sanityn 109 for local setup&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 84705ca8a51ff6de33db63deb54c749f23410f8f&lt;/p&gt;</comment>
                            <comment id="296907" author="eaujames" created="Fri, 26 Mar 2021 19:50:28 +0000"  >&lt;p&gt;Hello Alex,&lt;/p&gt;

&lt;p&gt;Yes we need to unload obdclass to reproduce the &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14110&quot; title=&quot;Race during several client mount instances (--&amp;gt; rmmod lustre hang)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14110&quot;&gt;&lt;del&gt;LU-14110&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="297878" author="gerrit" created="Tue, 6 Apr 2021 03:03:14 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/43142/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43142/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14547&quot; title=&quot;santyn/109 fails on a local setup&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14547&quot;&gt;&lt;del&gt;LU-14547&lt;/del&gt;&lt;/a&gt; test: skip sanityn 109 for local setup&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 622e4c6e04baa4f9d19cc33f4636679014fc1d2f&lt;/p&gt;</comment>
                            <comment id="297889" author="pjones" created="Tue, 6 Apr 2021 04:05:33 +0000"  >&lt;p&gt;Landed for 2.15&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="61498">LU-14110</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|i01q9b:</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>