<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:30:59 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-9980] save_lustre_params() defect</title>
                <link>https://jira.whamcloud.com/browse/LU-9980</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;There is a defect in save_lustre_params() in test-framework.sh.&lt;br/&gt;
replay-vbr calls save_lustre_params()  with wildcard on parameter :&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;save_lustre_params $(get_facets MDS) &lt;span class=&quot;code-quote&quot;&gt;&quot;mdt.*.commit_on_sharing&quot;&lt;/span&gt; &amp;gt; $cos_param_file
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;On the setup with facet_HOST != facetfailover_HOST we could have the following stored parameters :&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;[root@lm0117 ~]# cat /tmp/rvbr-cos-params
mds1 mdt.lustre-MDT0000.commit_on_sharing=0
mds1 mdt.lustre-MDT0001.commit_on_sharing=0  &amp;lt;&amp;lt;&amp;lt; 1st parameter
mds2 mdt.lustre-MDT0000.commit_on_sharing=0
mds2 mdt.lustre-MDT0001.commit_on_sharing=0  &amp;lt;&amp;lt;&amp;lt; 2nd parameter
mds3 mdt.lustre-MDT0002.commit_on_sharing=0
mds4 mdt.lustre-MDT0003.commit_on_sharing=0
[root@lm0117 ~]#
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;after facet_failover mds1 mds1 is mounted on other node, but mds2 are still on the the same node.&lt;/p&gt;

&lt;p&gt;restore_lustre_params () is trying to restore &quot;mdt.lustre-MDT0001.commit_on_sharing=0&quot; on mds1, but it is missing because of mds2 was not failed and it is still on the same place.&lt;br/&gt;
I.e. save_lustre_params()  duplicates the info, 1st parameter is not related to mds1,  it is related to mds2.&lt;/p&gt;</description>
                <environment></environment>
        <key id="48291">LU-9980</key>
            <summary>save_lustre_params() defect</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="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="yujian">Jian Yu</reporter>
                        <labels>
                    </labels>
                <created>Wed, 13 Sep 2017 05:46:27 +0000</created>
                <updated>Wed, 11 Oct 2017 20:36:02 +0000</updated>
                            <resolved>Mon, 18 Sep 2017 06:31:25 +0000</resolved>
                                    <version>Lustre 2.10.0</version>
                                    <fixVersion>Lustre 2.11.0</fixVersion>
                    <fixVersion>Lustre 2.10.2</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="208221" author="gerrit" created="Wed, 13 Sep 2017 06:26:53 +0000"  >&lt;p&gt;Jian Yu (jian.yu@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/28963&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/28963&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9980&quot; title=&quot;save_lustre_params() defect&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9980&quot;&gt;&lt;del&gt;LU-9980&lt;/del&gt;&lt;/a&gt; tests: save specific facet in save_lustre_params()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: ce48b8ae822405e701c97ae4e3708cff98022198&lt;/p&gt;</comment>
                            <comment id="208600" author="gerrit" created="Mon, 18 Sep 2017 05:25:18 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/28963/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/28963/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9980&quot; title=&quot;save_lustre_params() defect&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9980&quot;&gt;&lt;del&gt;LU-9980&lt;/del&gt;&lt;/a&gt; tests: save specific facet in save_lustre_params()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 7921d0d8db942057eb10042291d6d90448e5c197&lt;/p&gt;</comment>
                            <comment id="208603" author="yujian" created="Mon, 18 Sep 2017 06:31:25 +0000"  >&lt;p&gt;Landed to master branch for Lustre 2.11.0.&lt;/p&gt;</comment>
                            <comment id="209106" author="gerrit" created="Thu, 21 Sep 2017 17:42:56 +0000"  >&lt;p&gt;Minh Diep (minh.diep@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/29147&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/29147&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9980&quot; title=&quot;save_lustre_params() defect&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9980&quot;&gt;&lt;del&gt;LU-9980&lt;/del&gt;&lt;/a&gt; tests: save specific facet in save_lustre_params()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c31028cf1d7c46625666a50975b6d4f86be9630a&lt;/p&gt;</comment>
                            <comment id="210870" author="gerrit" created="Wed, 11 Oct 2017 19:52:05 +0000"  >&lt;p&gt;John L. Hammond (john.hammond@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/29147/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/29147/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9980&quot; title=&quot;save_lustre_params() defect&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9980&quot;&gt;&lt;del&gt;LU-9980&lt;/del&gt;&lt;/a&gt; tests: save specific facet in save_lustre_params()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: fe3be466f72ca955ccec6a7e4ce5ac99a3275049&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <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|hzzk2n:</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>