<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:39:19 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-10917] If setstripe for DoM file fails, less/no information is given</title>
                <link>https://jira.whamcloud.com/browse/LU-10917</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;While exploring DoM feature, found out that the error returned by setstripe on dom file&lt;br/&gt;
 are not useful some times. e.g. say when user try to do setstripe on dom file and &lt;br/&gt;
 used mdt component value more than dom_stripesize. Then this will fail with invalid&lt;br/&gt;
 input error. User do not have any clue on what went wrong and no hint in var log&lt;br/&gt;
 messages as well.&lt;/p&gt;

&lt;p&gt;As a work around, can we change this CDEBUG to CWARN (also for other similar error&lt;br/&gt;
 checks in lod_verify_striping()) so that user will atleast get the hint in logs?&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-comment&quot;&gt;/* Check stripe size againts per-MDT limit */&lt;/span&gt;
        &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (stripe_size &amp;gt; d-&amp;gt;lod_dom_max_stripesize) {
                CDEBUG(D_LAYOUT, &lt;span class=&quot;code-quote&quot;&gt;&quot;DoM component size &quot;&lt;/span&gt;
                       &lt;span class=&quot;code-quote&quot;&gt;&quot;%u is bigger than MDT limit %u, check &quot;&lt;/span&gt;
                       &lt;span class=&quot;code-quote&quot;&gt;&quot;dom_max_stripesize parameter\n&quot;&lt;/span&gt;,
                       stripe_size, d-&amp;gt;lod_dom_max_stripesize);
                RETURN(-EINVAL);
        }
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Please suggestion, if this is ok, will create patch and push.&lt;/p&gt;</description>
                <environment></environment>
        <key id="51826">LU-10917</key>
            <summary>If setstripe for DoM file fails, less/no information is given</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="tappro">Mikhail Pershin</assignee>
                                    <reporter username="rdeshmukh_ddn">Rahul Deshmukh</reporter>
                        <labels>
                    </labels>
                <created>Mon, 16 Apr 2018 12:26:42 +0000</created>
                <updated>Tue, 17 Apr 2018 10:50:13 +0000</updated>
                            <resolved>Tue, 17 Apr 2018 10:50:12 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="226074" author="pjones" created="Mon, 16 Apr 2018 13:00:18 +0000"  >&lt;p&gt;Mike&lt;/p&gt;

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

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="226138" author="adilger" created="Tue, 17 Apr 2018 07:05:25 +0000"  >&lt;p&gt;Most users will not be able to see console messages on the MDS, so this will not really help them.&lt;/p&gt;

&lt;p&gt;It would be better to print a useful error message at the client from &quot;&lt;tt&gt;lfs&lt;/tt&gt;&quot;, iff there was an error returned from the MDS.  Note that doing &quot;pre-checking&quot; of all the parameters on the client can be problematic, since this may cause failures if the server-side limits change.&lt;/p&gt;

&lt;p&gt;That said, there is work underway to make the MDS more &quot;accepting&quot; of the &lt;tt&gt;-L mdt&lt;/tt&gt; component being too large.  Since it is difficult for the user to know what the &lt;tt&gt;dom_stripesize&lt;/tt&gt; limit is (in the future we may want to reduce this dynamically if the MDS space is running short), and it may be different for each MDT, then it is better if the MDS adjusts the &lt;tt&gt;mdt&lt;/tt&gt; component size to match its current limit, rather than returning an error.  This is being worked on under &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10808&quot; title=&quot;DoM: component end should align with dom_stripesize&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10808&quot;&gt;&lt;del&gt;LU-10808&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="226147" author="rdeshmukh_ddn" created="Tue, 17 Apr 2018 09:08:20 +0000"  >&lt;p&gt;Thanks Andreas, we can close this issue.&lt;/p&gt;</comment>
                            <comment id="226150" author="pjones" created="Tue, 17 Apr 2018 10:50:13 +0000"  >&lt;p&gt;ok - thanks Rahul&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="51328">LU-10808</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|hzzvw7:</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>