<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:35:13 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-10452] lnetctl export/import suggested improvements</title>
                <link>https://jira.whamcloud.com/browse/LU-10452</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Currently lnetctl export dumps everything. What ends up happening is admins will use lnetctl export to create a YAML config file but when using lnetctl import &amp;lt; config.file it will give lots of errors. For example when peer settings are included. Some things like lnet stats don&apos;t need to be in the YAML file generated with export. Lastly by default @lo is added to the YAML config file and when running lnetctl import &amp;lt; config.file you will see the following error:&lt;/p&gt;

&lt;p&gt;descr: &quot;missing mandatory parameters in NI config: &apos;interface&apos;&quot;&lt;/p&gt;

&lt;p&gt;This is due to @lo missing a interface section. Harmless but it can be confusing for a lustre newbie&lt;/p&gt;</description>
                <environment></environment>
        <key id="50030">LU-10452</key>
            <summary>lnetctl export/import suggested improvements</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</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="ashehata">Amir Shehata</assignee>
                                    <reporter username="simmonsja">James A Simmons</reporter>
                        <labels>
                    </labels>
                <created>Wed, 3 Jan 2018 20:52:28 +0000</created>
                <updated>Tue, 6 Feb 2018 05:14:26 +0000</updated>
                            <resolved>Tue, 6 Feb 2018 05:14:26 +0000</resolved>
                                    <version>Lustre 2.11.0</version>
                    <version>Lustre 2.10.2</version>
                                    <fixVersion>Lustre 2.11.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                            <comments>
                            <comment id="218073" author="ashehata" created="Fri, 12 Jan 2018 03:32:42 +0000"  >&lt;p&gt;Amir Shehata (amir.shehata@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/30845&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/30845&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10452&quot; title=&quot;lnetctl export/import suggested improvements&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10452&quot;&gt;&lt;del&gt;LU-10452&lt;/del&gt;&lt;/a&gt; lnet: cleanup YAML output&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 00528512e5faea56132bbc711554e1b0e34138d4&lt;/p&gt;

&lt;p&gt;The command to export for backup configuration is:&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;lnetctl export -b &amp;gt; file.yaml
# or
lnetctl export -b file.yaml
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The output will look similar to:&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;net:
    - net type: tcp
      local NI(s):
        - interfaces:
              0: eth0
          tunables:
              peer_timeout: 180
              peer_credits: 8
              peer_buffer_credits: 0
              credits: 256
          CPT: &lt;span class=&quot;code-quote&quot;&gt;&quot;[0]&quot;&lt;/span&gt;
peer:
    - primary nid: 192.168.122.232@tcp
      Multi-Rail: True
      peer ni:
        - nid: 192.168.122.232@tcp
    - primary nid: 192.168.122.43@tcp
      Multi-Rail: True
      peer ni:
        - nid: 192.168.122.43@tcp
    - primary nid: 192.168.122.231@tcp
      Multi-Rail: True
      peer ni:
        - nid: 192.168.122.231@tcp
global:
    numa_range: 0
    max_intf: 200
    discovery: 1
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="220066" author="gerrit" created="Tue, 6 Feb 2018 04:28:34 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/30845/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/30845/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10452&quot; title=&quot;lnetctl export/import suggested improvements&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10452&quot;&gt;&lt;del&gt;LU-10452&lt;/del&gt;&lt;/a&gt; lnet: cleanup YAML output&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 859b7a4de2af542745d2248ec321da07a31b34cb&lt;/p&gt;</comment>
                            <comment id="220092" author="pjones" created="Tue, 6 Feb 2018 05:14:26 +0000"  >&lt;p&gt;Landed for 2.11&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|hzzqc7:</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>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>