<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:43:07 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-11351] using max_sectors_kb=0 in persistent  mount options doesn&apos;t work</title>
                <link>https://jira.whamcloud.com/browse/LU-11351</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;When you set max_sectors_kb=0 as a persistent mount options it fails to mount&lt;/p&gt;

&lt;p&gt;You get this error:&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;
[1474.604509] LDISKFS-fs (dm-1): Unrecognized mount option &lt;span class=&quot;code-quote&quot;&gt;&quot;max_sectors_kb=0&quot;&lt;/span&gt; or missing value&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Passing it as a mount option works.&lt;/p&gt;</description>
                <environment></environment>
        <key id="53243">LU-11351</key>
            <summary>using max_sectors_kb=0 in persistent  mount options doesn&apos;t work</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="pjones">Peter Jones</assignee>
                                    <reporter username="mhanafi">Mahmoud Hanafi</reporter>
                        <labels>
                    </labels>
                <created>Fri, 7 Sep 2018 21:52:51 +0000</created>
                <updated>Thu, 27 Feb 2020 12:26:51 +0000</updated>
                            <resolved>Thu, 27 Feb 2020 12:26:51 +0000</resolved>
                                    <version>Lustre 2.10.5</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="233278" author="adilger" created="Mon, 10 Sep 2018 17:30:31 +0000"  >&lt;p&gt;How are you setting &lt;tt&gt;max_sectors_kb=0&lt;/tt&gt; as a persistent mount option?  This option is parsed by &lt;tt&gt;mount.lustre&lt;/tt&gt;, but it looks like it is being passed to ldiskfs, which doesn&apos;t understand it.&lt;/p&gt;</comment>
                            <comment id="233297" author="mhanafi" created="Mon, 10 Sep 2018 20:20:47 +0000"  >&lt;p&gt;Currently we are passing during mount&lt;/p&gt;

&lt;p&gt;mount -t lustre -o max_sectors_kb=0 ....&lt;/p&gt;

&lt;p&gt;This should work when set in persistent mount settings.&lt;/p&gt;</comment>
                            <comment id="233341" author="adilger" created="Tue, 11 Sep 2018 17:22:47 +0000"  >&lt;p&gt;Sorry, your answer still isn&apos;t clear to me.  When you say &quot;set in persistent mount settings&quot; do you mean &quot;set in &lt;tt&gt;/etc/fstab&lt;/tt&gt;&quot; or something else?&lt;/p&gt;</comment>
                            <comment id="233353" author="mhanafi" created="Tue, 11 Sep 2018 20:27:07 +0000"  >&lt;p&gt;Persistent ---&amp;gt; setting the option via tunefs.lustre&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;

tunefs.lustre --mountfsoptions=&lt;span class=&quot;code-quote&quot;&gt;&quot;acl,errors=panic,user_xattr,max_sectors_kb=0&quot;&lt;/span&gt;
 &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="233405" author="adilger" created="Wed, 12 Sep 2018 17:15:57 +0000"  >&lt;p&gt;The &lt;tt&gt;tunefs.lustre&lt;/tt&gt; mount options are for the underlying filesystem.  For Lustre mounts, you should add this option to &lt;tt&gt;/etc/fstab&lt;/tt&gt;.&lt;/p&gt;</comment>
                            <comment id="233477" author="mhanafi" created="Thu, 13 Sep 2018 19:02:14 +0000"  >&lt;p&gt;If you run&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;
 mount -t lustre /dev/ostx /mnt/ost&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;This will not use any of the default values stored using tunefs.lustre?&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="233515" author="adilger" created="Fri, 14 Sep 2018 11:48:54 +0000"  >&lt;p&gt;Yes, it will. But these options are applied to the underlying filesystem mount inside the kernel. The options in /etc/fstab are parsed by &lt;tt&gt;mount.lustre&lt;/tt&gt;, which applies this particular tunable in userspace. &lt;/p&gt;</comment>
                            <comment id="264134" author="mhanafi" created="Thu, 27 Feb 2020 04:29:37 +0000"  >&lt;p&gt;Please close this&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|i001zz:</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>