<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:41:36 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>[LUDOC-271] Wrong documentation for DNE in admin manual</title>
                <link>https://jira.whamcloud.com/browse/LUDOC-271</link>
                <project id="10070" key="LUDOC">Lustre Documentation</project>
                    <description>&lt;p&gt;At top of page 82 of the Lustre admin guide (&lt;a href=&quot;https://build.hpdd.intel.com/job/lustre-manual/lastSuccessfulBuild/artifact/lustre_manual.pdf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://build.hpdd.intel.com/job/lustre-manual/lastSuccessfulBuild/artifact/lustre_manual.pdf&lt;/a&gt;) the instruction for enabling DNE are wrong. They should read as:&lt;/p&gt;

&lt;p&gt;To relax this restriction and enable remote sub-directories off any MDT, an administrator must issue the command &lt;tt&gt;lctl set&amp;#95;param -n mdt.{MDT&amp;#45;device&amp;#45;name}.enable&amp;#95;remote&amp;#95;dir=1&lt;/tt&gt;.&lt;/p&gt;</description>
                <environment></environment>
        <key id="28782">LUDOC-271</key>
            <summary>Wrong documentation for DNE in admin manual</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="6">Not a Bug</resolution>
                                        <assignee username="jgmitter">Joseph Gmitter</assignee>
                                    <reporter username="heckes">Frank Heckes</reporter>
                        <labels>
                            <label>soak</label>
                    </labels>
                <created>Fri, 20 Feb 2015 09:22:56 +0000</created>
                <updated>Tue, 4 Apr 2017 14:50:32 +0000</updated>
                            <resolved>Tue, 4 Apr 2017 14:50:32 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="107472" author="pjones" created="Fri, 20 Feb 2015 12:37:08 +0000"  >&lt;p&gt;Frank&lt;/p&gt;

&lt;p&gt;Are you familiar with how to push such corrections?&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="107474" author="heckes" created="Fri, 20 Feb 2015 12:46:16 +0000"  >&lt;p&gt;Peter: Sorry for opening the ticket with wrong target. Many thanks for correcting it.&lt;br/&gt;
No, I newer push any correction for the Lustre documentation, yet.&lt;/p&gt;</comment>
                            <comment id="107476" author="pjones" created="Fri, 20 Feb 2015 12:58:49 +0000"  >&lt;p&gt;Hopefully &lt;a href=&quot;https://wiki.hpdd.intel.com/display/PUB/Making+changes+to+the+Lustre+Manual+source&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://wiki.hpdd.intel.com/display/PUB/Making+changes+to+the+Lustre+Manual+source&lt;/a&gt; helps&lt;/p&gt;</comment>
                            <comment id="127647" author="rhenwood" created="Thu, 17 Sep 2015 16:39:46 +0000"  >&lt;p&gt;Hi Frank,&lt;/p&gt;

&lt;p&gt;Have you made any progress with this ticket?&lt;/p&gt;</comment>
                            <comment id="187950" author="adilger" created="Sat, 11 Mar 2017 10:03:50 +0000"  >&lt;p&gt;Joe, this looks like a simple one to fix?&lt;/p&gt;</comment>
                            <comment id="187959" author="jgmitter" created="Sat, 11 Mar 2017 14:52:38 +0000"  >&lt;p&gt;Andreas:  Sure - I&apos;ll walk though each of the steps and make sure they are correct and the captured output from commands is also still correct.&lt;/p&gt;</comment>
                            <comment id="188446" author="jgmitter" created="Wed, 15 Mar 2017 15:36:13 +0000"  >&lt;p&gt;The instructions also need to be run on the MDS for that MDT when there are multiple MDSs (instead of the mgs).&lt;br/&gt;
The instructions should be:&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;.....To relax this restriction and enable remote sub-directories off any MDT, an administrator must issue the following command on the MDS:
mds# lctl set_param mdt.{MDT-device-name}.enable_remote_dir=1

For Lustre filesystem &apos;testfs&apos;, the command executed is:
mds1# lctl set_param mdt.testfs-MDT0001.enable_remote_dir=1

To verify the configuration setting execute the following command on any MDS:
mds# lctl get_param mdt.*.enable_remote_dir
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="188640" author="gerrit" created="Thu, 16 Mar 2017 16:43:30 +0000"  >&lt;p&gt;Joseph Gmitter (joseph.gmitter@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/26037&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/26037&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-271&quot; title=&quot;Wrong documentation for DNE in admin manual&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-271&quot;&gt;&lt;del&gt;LUDOC-271&lt;/del&gt;&lt;/a&gt; dne: section for creating subdir on a given MDT&lt;br/&gt;
Project: doc/manual&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 00ec99c7b9531ae81d27fe6a5051f563a159d6b4&lt;/p&gt;</comment>
                            <comment id="190715" author="jgmitter" created="Tue, 4 Apr 2017 14:50:32 +0000"  >&lt;p&gt;Existing commands work as expected to permanently change the settings.&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|hzx6r3:</customfieldvalue>

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