<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:55: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-5868] lctl does not support listing nodemaps</title>
                <link>https://jira.whamcloud.com/browse/LU-5868</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;lctl provides the several nodemap related commands but none will list the currently added nodemaps.&lt;/p&gt;</description>
                <environment></environment>
        <key id="27465">LU-5868</key>
            <summary>lctl does not support listing nodemaps</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="jhammond">John Hammond</assignee>
                                    <reporter username="jhammond">John Hammond</reporter>
                        <labels>
                            <label>nodemap</label>
                            <label>patch</label>
                    </labels>
                <created>Wed, 5 Nov 2014 16:22:24 +0000</created>
                <updated>Wed, 10 Jun 2015 19:51:49 +0000</updated>
                            <resolved>Wed, 10 Jun 2015 19:51:49 +0000</resolved>
                                    <version>Lustre 2.7.0</version>
                                    <fixVersion>Lustre 2.8.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                            <comments>
                            <comment id="98442" author="adilger" created="Wed, 5 Nov 2014 18:39:16 +0000"  >&lt;p&gt;Kit, could you take a look at this?&lt;/p&gt;</comment>
                            <comment id="98444" author="kit.westneat" created="Wed, 5 Nov 2014 18:46:58 +0000"  >&lt;p&gt;Sure, it doesn&apos;t look like I can assign this task to myself, but I&apos;ll work on adding a command. At the moment, there is the hack of looking in /proc/fs/lustre/nodemap to see what directories exist, but I agree it should have a real command.&lt;/p&gt;</comment>
                            <comment id="98509" author="adilger" created="Thu, 6 Nov 2014 09:21:03 +0000"  >&lt;p&gt;Would it be enough to map this command internally to essentially be &lt;tt&gt;lctl list_param nodemap.*&lt;/tt&gt; or similar?  No point in making it too complex if there isn&apos;t a requirement for it.&lt;/p&gt;</comment>
                            <comment id="101346" author="adilger" created="Thu, 11 Dec 2014 18:34:52 +0000"  >&lt;p&gt;Kit, any progress on this?&lt;/p&gt;</comment>
                            <comment id="101393" author="kit.westneat" created="Fri, 12 Dec 2014 03:54:00 +0000"  >&lt;p&gt;Hi Andreas,&lt;/p&gt;

&lt;p&gt;Nothing substantial, I&apos;ll work on it for Tuesday. I started looking into using list_param. It looks like there is no way to ask list_param to only show directories, so it adds all the add_idmap, etc proc files. Would it be worth adding a flag to list_param to only list directories? Or should I just send an ioctl to get the nodemap list?&lt;/p&gt;
</comment>
                            <comment id="101398" author="gerrit" created="Fri, 12 Dec 2014 06:22:12 +0000"  >&lt;p&gt;Kit Westneat (kit.westneat@gmail.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/13044&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13044&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5868&quot; title=&quot;lctl does not support listing nodemaps&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5868&quot;&gt;&lt;del&gt;LU-5868&lt;/del&gt;&lt;/a&gt; nodemap: Add nodemap_info to lctl&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 5d803680bdc7aadd852e3124d334c41cffa94340&lt;/p&gt;</comment>
                            <comment id="101399" author="kit.westneat" created="Fri, 12 Dec 2014 06:22:53 +0000"  >&lt;p&gt;I wrote a small patch that currently doesn&apos;t list, but it does display other information. It&apos;s basically just a wrapper for get_param:&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/13044&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13044&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="101430" author="pjones" created="Fri, 12 Dec 2014 12:23:42 +0000"  >&lt;p&gt;Thanks Kit!&lt;/p&gt;

&lt;p&gt;John&lt;/p&gt;

&lt;p&gt;Could you please assess this patch?&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="114793" author="gerrit" created="Sat, 9 May 2015 02:38:02 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/13044/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13044/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5868&quot; title=&quot;lctl does not support listing nodemaps&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5868&quot;&gt;&lt;del&gt;LU-5868&lt;/del&gt;&lt;/a&gt; nodemap: Add nodemap_info to lctl&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: ddae357087fee63da36483c8432e178c3cacf903&lt;/p&gt;</comment>
                            <comment id="118121" author="pjones" created="Wed, 10 Jun 2015 19:51:49 +0000"  >&lt;p&gt;Landed for 2.8&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|hzx09z:</customfieldvalue>

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