<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:21: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-2022] MGS fails to mount due to &quot;has no index assigned (probably formatted with old mkfs&quot; error</title>
                <link>https://jira.whamcloud.com/browse/LU-2022</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;In 2.4 the MGS is not formated with a index. In fact you can&apos;t specify a index but mount.lustre will not mount any device without a index.&lt;/p&gt;</description>
                <environment></environment>
        <key id="16102">LU-2022</key>
            <summary>MGS fails to mount due to &quot;has no index assigned (probably formatted with old mkfs&quot; error</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="1" iconUrl="https://jira.whamcloud.com/images/icons/priorities/blocker.svg">Blocker</priority>
                        <status id="6" iconUrl="https://jira.whamcloud.com/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="keith">Keith Mannthey</assignee>
                                    <reporter username="simmonsja">James A Simmons</reporter>
                        <labels>
                    </labels>
                <created>Mon, 24 Sep 2012 11:43:20 +0000</created>
                <updated>Mon, 8 Jul 2013 14:06:08 +0000</updated>
                            <resolved>Wed, 17 Oct 2012 01:08:02 +0000</resolved>
                                    <version>Lustre 2.4.0</version>
                                    <fixVersion>Lustre 2.4.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="45439" author="simmonsja" created="Mon, 24 Sep 2012 11:49:37 +0000"  >&lt;p&gt;Patch at &lt;a href=&quot;http://review.whamcloud.com/#change,4084&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,4084&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="45483" author="pjones" created="Mon, 24 Sep 2012 23:16:58 +0000"  >&lt;p&gt;Thanks for the patch James.&lt;/p&gt;

&lt;p&gt;Keith can you please take care of this one?&lt;/p&gt;</comment>
                            <comment id="45827" author="keith" created="Mon, 1 Oct 2012 21:43:03 +0000"  >&lt;p&gt;The above patch was merged. &lt;/p&gt;</comment>
                            <comment id="46626" author="sarah" created="Tue, 16 Oct 2012 13:19:32 +0000"  >&lt;p&gt;Still hit this failures in interop testing between master and b2_2/b1_8&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://maloo.whamcloud.com/test_sessions/98a446b8-170a-11e2-962d-52540035b04c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sessions/98a446b8-170a-11e2-962d-52540035b04c&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://maloo.whamcloud.com/test_sessions/f1eae4c8-1649-11e2-9c65-52540035b04c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sessions/f1eae4c8-1649-11e2-9c65-52540035b04c&lt;/a&gt;&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;13:52:33:Starting mds: -o user_xattr,acl  /dev/lvm-MDS/P1 /mnt/mds
13:52:33:CMD: client-29vm3 mkdir -p /mnt/mds; mount -t lustre -o user_xattr,acl  /dev/lvm-MDS/P1 /mnt/mds
13:52:33:client-29vm3: mount.lustre: /dev/mapper/lvm--MDS-P1 has no index assigned (probably formatted with old mkfs)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="46628" author="simmonsja" created="Tue, 16 Oct 2012 13:41:47 +0000"  >&lt;p&gt;The patch only fixed the case of where the MGS and MDS were not on the same box. What you are seeing is from the lack of a index for the MDT when run from older lustre versions on the clients. We could fix this either but updating the test framework on earlier lustre to detect the lustre version on the MDS and supply a --index=0 or we could patch mkfs.lustre to automatically supply a index of zero for a MDT if no index was supplied.&lt;/p&gt;</comment>
                            <comment id="46629" author="simmonsja" created="Tue, 16 Oct 2012 13:44:21 +0000"  >&lt;p&gt;BTW I think the lack of index for MDT with older test frameworks should be a separate ticket from this.&lt;/p&gt;</comment>
                            <comment id="46652" author="sarah" created="Wed, 17 Oct 2012 00:02:20 +0000"  >&lt;p&gt;I will file a separated ticket for the interop issue and close this one. Thanks. &lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="19695">LU-3559</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="16388">LU-2202</issuekey>
        </issuelink>
                            </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|hzv3rb:</customfieldvalue>

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