<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:15:22 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-15091] Trying to start OBD ls3-MDT0000_UUID using the wrong disk ls30000_UUID. Were the /dev/ assignments rearranged</title>
                <link>https://jira.whamcloud.com/browse/LU-15091</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;After renaming a file system and updating NIDs on the targets, MDT0000 fails to mount with the following error:&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;LustreError: 157-3: Trying to start OBD ls3-MDT0000_UUID using the wrong disk ls30000_UUID. Were the /dev/ assignments rearranged?
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Note that lsd-&amp;gt;lsd_uuid is missing &quot;-MDT&quot; between the fs name (&quot;ls3&quot;) and the MDT index (&quot;0000&quot;).&lt;/p&gt;

&lt;p&gt;The rename was probably accomplished with:&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;tunefs.lustre --writeconf --fsname=ls3 --rename=lustre3 -v asp1/mdt1
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;And the NID update was probably accomplished with:&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;tunefs.lustre --param=mgsnode=172.19.1.141@o2ib100:172.19.1.142@o2ib100 --param=failover.node=172.19.1.141@o2ib100:172.19.1.142@o2ib100 asp1/mdt1
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Unfortunately I no longer have the output from those commands, and I&apos;m not certain exactly when this occurred.&lt;/p&gt;

&lt;p&gt;This only occurred on one MDT out of 12 targets (4 MDT 8 OST).  I don&apos;t know why this one was different.&lt;/p&gt;

&lt;p&gt;I don&apos;t think this is enough information to find the root cause and fix it, but am creating the issue in hopes it prompts anyone else who sees this issue to document what led up to it.&lt;/p&gt;</description>
                <environment>zfs-2.1.0_1llnl&lt;br/&gt;
lustre-2.14.0_5.llnl&lt;br/&gt;
4.18.0-305.7.1.1toss.t4.x86_64&lt;br/&gt;
rhel 8.4</environment>
        <key id="66604">LU-15091</key>
            <summary>Trying to start OBD ls3-MDT0000_UUID using the wrong disk ls30000_UUID. Were the /dev/ assignments rearranged</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="1" iconUrl="https://jira.whamcloud.com/images/icons/statuses/open.png" description="The issue is open and ready for the assignee to start work on it.">Open</status>
                    <statusCategory id="2" key="new" colorName="default"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="ys">Yang Sheng</assignee>
                                    <reporter username="ofaaland">Olaf Faaland</reporter>
                        <labels>
                            <label>llnl</label>
                    </labels>
                <created>Tue, 12 Oct 2021 20:25:58 +0000</created>
                <updated>Mon, 18 Oct 2021 22:53:09 +0000</updated>
                                            <version>Lustre 2.14.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="315333" author="ofaaland" created="Tue, 12 Oct 2021 20:26:23 +0000"  >&lt;p&gt;Peter, I didn&apos;t label this topllnl because of the insufficient information.&lt;/p&gt;</comment>
                            <comment id="315434" author="ofaaland" created="Wed, 13 Oct 2021 16:01:58 +0000"  >&lt;p&gt;I am not certain, but it seems as if the only problem was the file system name in last_recvd.  I stopped all the targets, mounted the dataset as type zfs (&quot;mount -t zfs asp1/mdt1 /mnt/foo&quot;),  used a hex editor to alter /mnt/foo/last_recvd and set the correct target name at offset 0 in the file, and umounted /mnt/foo.  That allowed the mount to proceed.&lt;/p&gt;</comment>
                            <comment id="315452" author="pjones" created="Wed, 13 Oct 2021 17:05:58 +0000"  >&lt;p&gt;Yang Sheng&lt;/p&gt;

&lt;p&gt;Any suggestions here?&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="315926" author="ofaaland" created="Mon, 18 Oct 2021 22:53:09 +0000"  >&lt;p&gt;For my reference, my local ticket is TOSS5317&lt;/p&gt;</comment>
                    </comments>
                    <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|i0270f:</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>