<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:06:30 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-7160] Saved by change_nids .bak files on MGS should never be processed</title>
                <link>https://jira.whamcloud.com/browse/LU-7160</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;lctl replace_nids command saves previous version of&lt;br/&gt;
config files to file with original_name.bak file name.&lt;br/&gt;
This file should never be processed by MGS.&lt;/p&gt;

&lt;p&gt;This patch adds code that skips file with .bak extention&lt;br/&gt;
from list to be processed by MGS.&lt;/p&gt;</description>
                <environment></environment>
        <key id="32129">LU-7160</key>
            <summary>Saved by change_nids .bak files on MGS should never be processed</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="wc-triage">WC Triage</assignee>
                                    <reporter username="artem_blagodarenko">Artem Blagodarenko</reporter>
                        <labels>
                            <label>patch</label>
                    </labels>
                <created>Tue, 15 Sep 2015 10:17:38 +0000</created>
                <updated>Thu, 22 Nov 2018 00:05:40 +0000</updated>
                            <resolved>Mon, 22 Aug 2016 15:58:32 +0000</resolved>
                                                    <fixVersion>Lustre 2.9.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="127323" author="gerrit" created="Tue, 15 Sep 2015 10:48:54 +0000"  >&lt;p&gt;Artem Blagodarenko (artem.blagodarenko@seagate.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/16428&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/16428&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7160&quot; title=&quot;Saved by change_nids .bak files on MGS should never be processed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7160&quot;&gt;&lt;del&gt;LU-7160&lt;/del&gt;&lt;/a&gt; mgs: Skip processing .bak files on MGS&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e0451cd7e0f6044a48d6f592932c63528fa21f05&lt;/p&gt;</comment>
                            <comment id="162626" author="gerrit" created="Mon, 22 Aug 2016 03:45:44 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/16428/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/16428/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7160&quot; title=&quot;Saved by change_nids .bak files on MGS should never be processed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7160&quot;&gt;&lt;del&gt;LU-7160&lt;/del&gt;&lt;/a&gt; mgs: Skip processing .bak files on MGS&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 0bb49b2624827490ca3ea6a146d96cf7cf2b402f&lt;/p&gt;</comment>
                            <comment id="162674" author="pjones" created="Mon, 22 Aug 2016 15:58:32 +0000"  >&lt;p&gt;Landed for 2.9&lt;/p&gt;</comment>
                            <comment id="165206" author="adilger" created="Wed, 7 Sep 2016 22:08:07 +0000"  >&lt;p&gt;As mentioned in my review of &lt;a href=&quot;http://review.whamcloud.com/16428/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/16428/&lt;/a&gt; I think this patch could be more robust. In addition to .bak files, I&apos;ve personally made backup files of the form &lt;tt&gt;myth-MDT0000-20160811&lt;/tt&gt; before doing some major system change.  Having the &lt;tt&gt;lctl replace_nids&lt;/tt&gt; code change the NIDs in all of the backup files it finds kind of breaks the value of having backups in the first place...&lt;/p&gt;

&lt;p&gt;It would be more robust if the &lt;tt&gt;replace_nids&lt;/tt&gt; code checked for specific filenames like &lt;tt&gt;&lt;em&gt;fsname&lt;/em&gt;-&amp;lt;OST,MDT&amp;gt;&lt;em&gt;nnnn&lt;/em&gt;&lt;/tt&gt; and &lt;tt&gt;&lt;em&gt;fsname&lt;/em&gt;-client&lt;/tt&gt; and only modified those files instead of changing every file that it finds in &lt;tt&gt;CONFIGS/&lt;/tt&gt;.&lt;/p&gt;</comment>
                            <comment id="165207" author="adilger" created="Wed, 7 Sep 2016 22:09:47 +0000"  >&lt;p&gt;Fan Yong,&lt;br/&gt;
does a similar problem exist with the rename filesystem patch &lt;a href=&quot;http://review.whamcloud.com/18597&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/18597&lt;/a&gt; ?&lt;/p&gt;</comment>
                            <comment id="165221" author="yong.fan" created="Thu, 8 Sep 2016 00:33:40 +0000"  >&lt;p&gt;Currently, the tools for rename filesystem name can filter out the names with &quot;-&quot; as postfix, such as &quot;myth-MDT0000-20160811&quot;, after merging with the patch &lt;a href=&quot;http://review.whamcloud.com/16428/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/16428/&lt;/a&gt;, it also can filter out the names with &quot;.bak&quot; as postfix. As for other format, such as &quot;myth-MDT0000.2016&quot;, it will not be filtered out.&lt;/p&gt;</comment>
                            <comment id="199534" author="artem_blagodarenko" created="Sat, 17 Jun 2017 11:52:24 +0000"  >&lt;p&gt;&amp;gt; I&apos;ve personally made backup files of the form myth-MDT0000-20160811 before doing some major system change&lt;br/&gt;
Andreas, probably storing backup files outside the Lustre FS is the best solution. This is more safe for files and for Lustre FS. If you store something (files that not  used by Lustre FS) in config directory - no warranty.&lt;br/&gt;
Another solution - store automatic backup files (from replace_nids for example) to other directory, not CONFIGS.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="51668">LU-10883</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="53988">LU-11648</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|hzxnmf:</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>