<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:54: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-5808] Invalid llog records due to loose check of llog name</title>
                <link>https://jira.whamcloud.com/browse/LU-5808</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;We are using one MGT to mange two file systems which names are &apos;lustre&apos; and &apos;lustre2T&apos;. However, it is impossible to mount their MDTs on different servers because parsing of MGS llog fails. We found the failure reason is that file systen &apos;lustre2T&apos; has invalid records which should actually be the record of &apos;lustre&apos;.&lt;/p&gt;

&lt;p&gt;This problem can be reproduced easily by following commands:&lt;/p&gt;

&lt;p&gt;mkfs.lustre --mgs --reformat /dev/sdb1;&lt;br/&gt;
mkfs.lustre --fsname lustre --mdt --reformat --mgsnode=192.168.3.122@tcp --index=0 /dev/sdb2;&lt;br/&gt;
mkfs.lustre --fsname lustre2T --mdt --reformat --mgsnode=192.168.3.122@tcp --index=0 /dev/sdb3;&lt;br/&gt;
mount -t lustre /dev/sdb1 /mnt/mgs;&lt;br/&gt;
mount -t lustre /dev/sdb2 /mnt/mdt-lustre;&lt;br/&gt;
mount -t lustre /dev/sdb3 /mnt/mdt-lustre2T;&lt;br/&gt;
lctl conf_param lustre.quota.ost=ug;&lt;br/&gt;
mount -t ldiskfs /dev/sdb1 /mnt/ldiskfs;&lt;br/&gt;
llog_reader /mnt/ldiskfs/CONFIGS/lustre2T-MDT0000 | grep quota.ost;&lt;/p&gt;

&lt;p&gt;The output of the last command is:&lt;/p&gt;

&lt;p&gt;#10 (224)marker   8 (flags=0x01, v2.5.25.0) lustre          &apos;quota.ost&apos; Mon Oct 27 21:26:23 2014-&lt;br/&gt;
#11 (088)param 0:lustre  1:quota.ost=ug  &lt;br/&gt;
#12 (224)marker   8 (flags=0x02, v2.5.25.0) lustre          &apos;quota.ost&apos; Mon Oct 27 21:26:23 2014-&lt;/p&gt;</description>
                <environment></environment>
        <key id="27318">LU-5808</key>
            <summary>Invalid llog records due to loose check of llog name</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="cliffw">Cliff White</assignee>
                                    <reporter username="lixi">Li Xi</reporter>
                        <labels>
                            <label>patch</label>
                    </labels>
                <created>Mon, 27 Oct 2014 13:45:15 +0000</created>
                <updated>Tue, 25 Aug 2015 13:29:12 +0000</updated>
                            <resolved>Thu, 4 Dec 2014 19:10:01 +0000</resolved>
                                    <version>Lustre 2.6.0</version>
                    <version>Lustre 2.7.0</version>
                                    <fixVersion>Lustre 2.7.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="97549" author="lixi" created="Mon, 27 Oct 2014 14:07:32 +0000"  >&lt;p&gt;Following is the patch which tries to fix this problem.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#/c/12437/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/12437/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="97598" author="pjones" created="Mon, 27 Oct 2014 17:14:46 +0000"  >&lt;p&gt;Cliff&lt;/p&gt;

&lt;p&gt;Could you please take care of this patch?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="100647" author="gerrit" created="Thu, 4 Dec 2014 13:31:07 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/12437/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12437/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5808&quot; title=&quot;Invalid llog records due to loose check of llog name&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5808&quot;&gt;&lt;del&gt;LU-5808&lt;/del&gt;&lt;/a&gt; llog: check name strictly to avoid invalid record&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: a039688121a6fd4ad6424c5baa8143bb0eaebe50&lt;/p&gt;</comment>
                            <comment id="100723" author="cliffw" created="Thu, 4 Dec 2014 19:10:01 +0000"  >&lt;p&gt;Patch has been merged - please reopen if needed.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                                        </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|hzwziv:</customfieldvalue>

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