<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:23:05 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-9080] Fileset of a new adding nodemap can&apos;t be synchronized between MDTs.</title>
                <link>https://jira.whamcloud.com/browse/LU-9080</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;We have added a new nodemap by using &quot;Ictl nodemap_add&quot; command on our MGS0/MDS1.&lt;/p&gt;

&lt;p&gt;After about 10 seconds, we have viewed information for this new nodemap by using &quot;Ictl get_param nodemap.XXXX.* &quot; on MDS0.&lt;/p&gt;

&lt;p&gt;We have found that all information has been tranferred to MDS0 successfully except Fileset.&lt;/p&gt;

&lt;p&gt;Does anyone have the same problem? Please advise. Thanks! &lt;/p&gt;</description>
                <environment>Centos 7.2 3.10.0-327.22.2.el7.x86_64 &lt;br/&gt;
Lustre 2.8.59_25_g40e3986 &lt;br/&gt;
ZFS 0.6.5.7</environment>
        <key id="43621">LU-9080</key>
            <summary>Fileset of a new adding nodemap can&apos;t be synchronized between MDTs.</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="emoly.liu">Emoly Liu</assignee>
                                    <reporter username="sebg-crd-pm">sebg-crd-pm</reporter>
                        <labels>
                    </labels>
                <created>Tue, 7 Feb 2017 01:33:28 +0000</created>
                <updated>Thu, 16 Feb 2017 13:55:54 +0000</updated>
                            <resolved>Thu, 16 Feb 2017 13:55:54 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="183794" author="pjones" created="Tue, 7 Feb 2017 18:15:57 +0000"  >&lt;p&gt;Emoly&lt;/p&gt;

&lt;p&gt;Could you please investigate this one?&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="184569" author="emoly.liu" created="Mon, 13 Feb 2017 02:54:05 +0000"  >&lt;p&gt;The code in nodemap_create() says&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;        &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (is_default || default_nodemap == NULL) {
                ......
        } &lt;span class=&quot;code-keyword&quot;&gt;else&lt;/span&gt; {
                nodemap-&amp;gt;nmf_trust_client_ids =
                                default_nodemap-&amp;gt;nmf_trust_client_ids;
                nodemap-&amp;gt;nmf_allow_root_access =
                                default_nodemap-&amp;gt;nmf_allow_root_access;
                nodemap-&amp;gt;nmf_deny_unknown =
                                default_nodemap-&amp;gt;nmf_deny_unknown;

                nodemap-&amp;gt;nm_squash_uid = default_nodemap-&amp;gt;nm_squash_uid;
                nodemap-&amp;gt;nm_squash_gid = default_nodemap-&amp;gt;nm_squash_gid;
                nodemap-&amp;gt;nm_fileset[0] = 0;
        }
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&quot;nodemap-&amp;gt;nm_fileset&lt;span class=&quot;error&quot;&gt;&amp;#91;0&amp;#93;&lt;/span&gt; = 0&quot;, that&apos;s is why you saw an empty fileset. &lt;br/&gt;
BTW, fileset info of nodemap is stored permanently by using &apos;lctl set_param -P&apos; commands. It means MDS and OSS will be able to retrieve fileset info of nodemap after a restart (when they read params llog).&lt;/p&gt;</comment>
                            <comment id="185097" author="sebg-crd-pm" created="Thu, 16 Feb 2017 10:59:49 +0000"  >&lt;p&gt;Hi Emoly, &lt;/p&gt;

&lt;p&gt;We has solved our problem by using &apos;lctl set_param -P&apos; commands.&lt;/p&gt;

&lt;p&gt;Thanks for your help!&lt;/p&gt;</comment>
                            <comment id="185104" author="emoly.liu" created="Thu, 16 Feb 2017 13:55:54 +0000"  >&lt;p&gt;Glad to see that you have resolved the problem.&lt;/p&gt;

&lt;p&gt;I will close this ticket and you can file a new one if you have other question.&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|hzz2tz:</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>