<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:58:44 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-6267] lctl in interactive mode repeated use of flags</title>
                <link>https://jira.whamcloud.com/browse/LU-6267</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Flags passed to lctl subcommands in interactive are ignored after the first invocation.  For example:&lt;/p&gt;

&lt;p&gt;% lctl&lt;br/&gt;
lctl &amp;gt; get_param -n osc.knotfs-OST0037-osc-ffff8807eab68c00.cur_dirty_bytes&lt;br/&gt;
0&lt;br/&gt;
lctl &amp;gt; get_param -n osc.knotfs-OST0037-osc-ffff8807eab68c00.cur_dirty_bytes&lt;br/&gt;
osc.knotfs-OST0037-osc-ffff8807eab68c00.cur_dirty_bytes=0&lt;br/&gt;
lctl &amp;gt; get_param -n osc.knotfs-OST0037-osc-ffff8807eab68c00.cur_dirty_bytes&lt;br/&gt;
osc.knotfs-OST0037-osc-ffff8807eab68c00.cur_dirty_bytes=0&lt;br/&gt;
lctl &amp;gt; &lt;/p&gt;

&lt;p&gt;Expected behavior would be identical output all three times&lt;/p&gt;</description>
                <environment>Centos 6.5</environment>
        <key id="28788">LU-6267</key>
            <summary>lctl in interactive mode repeated use of flags</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="jlothian">Josh Lothian</reporter>
                        <labels>
                    </labels>
                <created>Fri, 20 Feb 2015 17:44:13 +0000</created>
                <updated>Wed, 23 Dec 2015 19:05:09 +0000</updated>
                            <resolved>Thu, 2 Apr 2015 17:41:31 +0000</resolved>
                                    <version>Lustre 2.5.3</version>
                                    <fixVersion>Lustre 2.7.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="107520" author="adilger" created="Fri, 20 Feb 2015 17:57:48 +0000"  >&lt;p&gt;This might be a duplicate of &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6025&quot; title=&quot;lctl nodemap commands stop working in interactive mode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6025&quot;&gt;&lt;del&gt;LU-6025&lt;/del&gt;&lt;/a&gt;, which was just fixed recently.  The patch to fix it was &lt;a href=&quot;http://review.whamcloud.com/13063&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13063&lt;/a&gt; and landed to master for 2.7.0.&lt;/p&gt;

&lt;p&gt;Even if that isn&apos;t the issue, it makes sense to use that patch to help narrow down if there is something else causing the problem.&lt;/p&gt;</comment>
                            <comment id="107526" author="jlevi" created="Fri, 20 Feb 2015 18:32:21 +0000"  >&lt;p&gt;Yu Jian,&lt;br/&gt;
Could you please look into this one and comment?&lt;br/&gt;
Thank you!&lt;/p&gt;</comment>
                            <comment id="108061" author="yujian" created="Thu, 26 Feb 2015 05:04:31 +0000"  >&lt;p&gt;Here is the back-ported patch for Lustre b2_5 branch: &lt;a href=&quot;http://review.whamcloud.com/13893&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13893&lt;/a&gt;&lt;br/&gt;
I&apos;m verifying whether it resolves the issue in this ticket or not.&lt;/p&gt;</comment>
                            <comment id="108098" author="yujian" created="Thu, 26 Feb 2015 14:56:58 +0000"  >&lt;p&gt;Here is the test result with the above patch on Lustre b2_5 branch:&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;# lctl
lctl &amp;gt; get_param -n osc.lustre-OST0000-osc-ffff88007db75c00.cur_dirty_bytes
0
lctl &amp;gt; get_param -n osc.lustre-OST0000-osc-ffff88007db75c00.cur_dirty_bytes
0
lctl &amp;gt; get_param -n osc.lustre-OST0000-osc-ffff88007db75c00.cur_dirty_bytes
0
lctl &amp;gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;The patch can resolve the issue.&lt;/p&gt;</comment>
                            <comment id="108101" author="yujian" created="Thu, 26 Feb 2015 15:06:17 +0000"  >&lt;p&gt;Hi Josh,&lt;br/&gt;
Could you please try to use &lt;a href=&quot;http://review.whamcloud.com/13893&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13893&lt;/a&gt; to see whether it resolves the issues in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6267&quot; title=&quot;lctl in interactive mode repeated use of flags&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6267&quot;&gt;&lt;del&gt;LU-6267&lt;/del&gt;&lt;/a&gt; and &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6268&quot; title=&quot;lctl in interactive mode fails to parse get_param requests when run after get_param -n&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6268&quot;&gt;&lt;del&gt;LU-6268&lt;/del&gt;&lt;/a&gt; for you?&lt;/p&gt;</comment>
                            <comment id="111407" author="yujian" created="Thu, 2 Apr 2015 17:41:31 +0000"  >&lt;p&gt;Hi Josh,&lt;/p&gt;

&lt;p&gt;The patch has landed. Let&apos;s close this ticket. If you still hit the issue, please feel free to reopen this ticket. Thank you.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="28789">LU-6268</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="27910">LU-6025</issuekey>
        </issuelink>
                            </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|hzx6s7:</customfieldvalue>

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