<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:01:36 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-6600] Race lustre_profile_list</title>
                <link>https://jira.whamcloud.com/browse/LU-6600</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;running multiple mounts at the same time results in lustre_profile_list corruption when adding a new profile. So I added a spin lock to protect the list.&lt;/p&gt;</description>
                <environment></environment>
        <key id="30068">LU-6600</key>
            <summary>Race lustre_profile_list</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.whamcloud.com/images/icons/priorities/critical.svg">Critical</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="yujian">Jian Yu</assignee>
                                    <reporter username="nozaki">Hiroya Nozaki</reporter>
                        <labels>
                            <label>patch</label>
                    </labels>
                <created>Thu, 14 May 2015 01:48:29 +0000</created>
                <updated>Tue, 19 Mar 2019 15:46:57 +0000</updated>
                            <resolved>Wed, 26 Aug 2015 17:42:46 +0000</resolved>
                                    <version>Lustre 2.7.0</version>
                                    <fixVersion>Lustre 2.8.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>8</watches>
                                                                            <comments>
                            <comment id="115307" author="nozaki" created="Thu, 14 May 2015 08:08:14 +0000"  >&lt;p&gt;Now I&apos;m in trouble with my Gerrit&apos;s account. so please wait for the patch for a while &lt;/p&gt;</comment>
                            <comment id="115340" author="doug" created="Thu, 14 May 2015 17:05:25 +0000"  >&lt;p&gt;Hi YuJian,&lt;/p&gt;

&lt;p&gt;Can you help ensure this patch gets through.&lt;/p&gt;

&lt;p&gt;Doug&lt;/p&gt;</comment>
                            <comment id="115343" author="yujian" created="Thu, 14 May 2015 17:25:04 +0000"  >&lt;p&gt;Sure, Doug, will do.&lt;/p&gt;</comment>
                            <comment id="116078" author="gerrit" created="Thu, 21 May 2015 05:58:28 +0000"  >&lt;p&gt;Hiroya Nozaki (nozaki.hiroya@jp.fujitsu.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/14896&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14896&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6600&quot; title=&quot;Race lustre_profile_list&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6600&quot;&gt;&lt;del&gt;LU-6600&lt;/del&gt;&lt;/a&gt; obdclass: race lustre_profile_list&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: fc5cb18191abc27864f4cf55746305a54995ebff&lt;/p&gt;</comment>
                            <comment id="116079" author="nozaki" created="Thu, 21 May 2015 06:16:06 +0000"  >&lt;p&gt;You can easily cause OS-panic ralated to this ticket following:&lt;br/&gt;
mount and umount the same client with different directory at the same time, like ...&lt;/p&gt;
&lt;blockquote&gt;
&lt;ol&gt;
	&lt;li&gt;lfs df&lt;br/&gt;
UUID                   1K-blocks        Used   Available Use% Mounted on&lt;br/&gt;
lustre-MDT0000_UUID       149944       18092      122128  13% /mnt/lustre&lt;span class=&quot;error&quot;&gt;&amp;#91;MDT:0&amp;#93;&lt;/span&gt;&lt;br/&gt;
lustre-OST0000_UUID       187464       25780      151260  15% /mnt/lustre&lt;span class=&quot;error&quot;&gt;&amp;#91;OST:0&amp;#93;&lt;/span&gt;&lt;br/&gt;
lustre-OST0001_UUID       187464       42168      131832  24% /mnt/lustre&lt;span class=&quot;error&quot;&gt;&amp;#91;OST:1&amp;#93;&lt;/span&gt;&lt;br/&gt;
filesystem summary:       374928       67948      283092  19% /mnt/lustre&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;#mount -t lustre host@nettype:/lustre /mnt/lustre2 &amp;amp;  umount /mnt/lustre &amp;amp; &lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;you can see OS panic in several times &lt;/p&gt;</comment>
                            <comment id="123292" author="gerrit" created="Wed, 5 Aug 2015 05:46:26 +0000"  >&lt;p&gt;Hiroya Nozaki (nozaki.hiroya@jp.fujitsu.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/15855&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/15855&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6600&quot; title=&quot;Race lustre_profile_list&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6600&quot;&gt;&lt;del&gt;LU-6600&lt;/del&gt;&lt;/a&gt; obdclass: race lustre_profile_list&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 9370c3915ecafa9706cce9331f62e5e5fbbb0eca&lt;/p&gt;</comment>
                            <comment id="125196" author="gerrit" created="Wed, 26 Aug 2015 15:38:44 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/14896/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14896/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6600&quot; title=&quot;Race lustre_profile_list&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6600&quot;&gt;&lt;del&gt;LU-6600&lt;/del&gt;&lt;/a&gt; obdclass: race lustre_profile_list&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: eba2a78067ef87a56242e47e626c584624fb1e34&lt;/p&gt;</comment>
                            <comment id="125227" author="jgmitter" created="Wed, 26 Aug 2015 17:42:46 +0000"  >&lt;p&gt;Landed for 2.8.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                                        </outwardlinks>
                                                                <inwardlinks description="is related to">
                                                        </inwardlinks>
                                    </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|hzxd8v:</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>