<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:03: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-83] wrong mount option cause system panic on MDS</title>
                <link>https://jira.whamcloud.com/browse/LU-83</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;On MDS node, run the following command:&lt;br/&gt;
1. mount with wrong option &quot;user-xattr&quot;, got warning message&lt;br/&gt;
mount -t lustre -o acl,user-xattr /dev/sdb /mnt/mdt&lt;/p&gt;

&lt;p&gt;2. correct the option, system panic&lt;br/&gt;
mount -t lustre -o acl,user_xattr /dev/sdb /mnt/mdt&lt;/p&gt;
</description>
                <environment>Linux fat-intel-2.lab.whamcloud.com 2.6.18-194.17.1.el5_lustre.g94d9119 #1 SMP Wed Jan 19 08:27:12 EET 2011 x86_64 x86_64 x86_64 GNU/Linux</environment>
        <key id="10361">LU-83</key>
            <summary>wrong mount option cause system panic on MDS</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="green">Oleg Drokin</assignee>
                                    <reporter username="sarah">Sarah Liu</reporter>
                        <labels>
                    </labels>
                <created>Thu, 10 Feb 2011 11:55:10 +0000</created>
                <updated>Mon, 21 Mar 2011 18:31:37 +0000</updated>
                            <resolved>Mon, 14 Mar 2011 10:18:02 +0000</resolved>
                                    <version>Lustre 2.1.0</version>
                                    <fixVersion>Lustre 2.1.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                            <comments>
                            <comment id="10617" author="rread" created="Fri, 11 Feb 2011 12:35:41 +0000"  >&lt;p&gt;Is this reproducible every time you mount the mds with those options?&lt;/p&gt;</comment>
                            <comment id="10619" author="sarah" created="Fri, 11 Feb 2011 12:39:09 +0000"  >&lt;p&gt;yes, every time.&lt;/p&gt;</comment>
                            <comment id="11007" author="green" created="Thu, 10 Mar 2011 14:18:32 +0000"  >&lt;p&gt;Seems to be generic RedHat kernel bug:&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@centos5 ~&amp;#93;&lt;/span&gt;# mount /tmp/lustre-mdt1 /mnt -t ext4 -o loop,blahblah&lt;br/&gt;
Segmentation fault&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@centos5 ~&amp;#93;&lt;/span&gt;# &lt;br/&gt;
Message from syslogd@ at Thu Mar 10 17:17:00 2011 ...&lt;br/&gt;
centos5 kernel: invalid opcode: 0000 &lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt; SMP &lt;/p&gt;</comment>
                            <comment id="11008" author="green" created="Thu, 10 Mar 2011 14:59:46 +0000"  >&lt;p&gt;Ok, this is in fact bugzilla bug 23368.&lt;br/&gt;
The patch landed to 2.1 there is totally bad.&lt;/p&gt;</comment>
                            <comment id="11010" author="hudson" created="Thu, 10 Mar 2011 17:46:27 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/reviews-centos5/430/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;reviews-centos5 #430&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-83&quot; title=&quot;wrong mount option cause system panic on MDS&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-83&quot;&gt;&lt;del&gt;LU-83&lt;/del&gt;&lt;/a&gt; Kernel BUG in ext4 if wrong mount option is given&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=6882007af5208cea407c5207810af4f724a476fa&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;6882007af5208cea407c5207810af4f724a476fa&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-failed-mount-b23368.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11057" author="hudson" created="Mon, 14 Mar 2011 10:09:42 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master-centos5/147/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master-centos5 #147&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-83&quot; title=&quot;wrong mount option cause system panic on MDS&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-83&quot;&gt;&lt;del&gt;LU-83&lt;/del&gt;&lt;/a&gt; Kernel BUG in ext4 if wrong mount option is given&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=e84a4593535b9a159ad2ac38b613f8700191e7a2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e84a4593535b9a159ad2ac38b613f8700191e7a2&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-failed-mount-b23368.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11059" author="green" created="Mon, 14 Mar 2011 10:18:02 +0000"  >&lt;p&gt;Landed to 2.1&lt;/p&gt;</comment>
                            <comment id="11154" author="hudson" created="Wed, 16 Mar 2011 12:14:34 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/reviews-rhel6/31/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;reviews-rhel6 #31&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-83&quot; title=&quot;wrong mount option cause system panic on MDS&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-83&quot;&gt;&lt;del&gt;LU-83&lt;/del&gt;&lt;/a&gt; Kernel BUG in ext4 if wrong mount option is given&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-dev.git&amp;amp;a=commit&amp;amp;h=e84a4593535b9a159ad2ac38b613f8700191e7a2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e84a4593535b9a159ad2ac38b613f8700191e7a2&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-failed-mount-b23368.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11161" author="hudson" created="Wed, 16 Mar 2011 12:44:18 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/reviews-centos5/481/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;reviews-centos5 #481&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-83&quot; title=&quot;wrong mount option cause system panic on MDS&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-83&quot;&gt;&lt;del&gt;LU-83&lt;/del&gt;&lt;/a&gt; Kernel BUG in ext4 if wrong mount option is given&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=e84a4593535b9a159ad2ac38b613f8700191e7a2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e84a4593535b9a159ad2ac38b613f8700191e7a2&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-failed-mount-b23368.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11274" author="sarah" created="Mon, 21 Mar 2011 18:31:37 +0000"  >&lt;p&gt;verify this bug on build lustre-master-centos5/#152, fixed.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="10112" name="console.log" size="14498" author="sarah" created="Thu, 10 Feb 2011 11:55:10 +0000"/>
                    </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|hzv9nb:</customfieldvalue>

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