<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:04:56 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-6978] mkfs.lustre: LDISKFS-fs (loop0): Unrecognized mount option &quot;force_over_128tb&quot; or missing value</title>
                <link>https://jira.whamcloud.com/browse/LU-6978</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;impossible to store force_over_128tb as a persistent option at mkfs.lustre time.&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;[root@devvm0 tests]# ../utils/mkfs.lustre --mgsnode=devvm0@tcp --reformat --fsname=foo --ost --mountfsoptions=&quot;user_xattr,errors=remount-ro,force_over_128tb&quot; /dev/loop0
warning: /dev/loop0: for Lustre 2.4 and later, the target index must be specified with --index

   Permanent disk data:
Target:     foo:OSTffff
Index:      unassigned
Lustre FS:  foo
Mount type: ldiskfs
Flags:      0x72
              (OST needs_index first_time update )
Persistent mount opts: user_xattr,errors=remount-ro,force_over_128tb
Parameters: mgsnode=192.168.56.101@tcp

device size = 195MB
formatting backing filesystem ldiskfs on /dev/loop0
	target name  foo:OSTffff
	4k blocks     50000
	options        -I 256 -q -O extents,uninit_bg,dir_nlink,quota,huge_file,flex_bg -G 256 -E resize=4290772992,lazy_journal_init -F
mkfs_cmd = mke2fs -j -b 4096 -L foo:OSTffff  -I 256 -q -O extents,uninit_bg,dir_nlink,quota,huge_file,flex_bg -G 256 -E resize=4290772992,lazy_journal_init -F /dev/loop0 50000
mkfs.lustre: Unable to mount /dev/loop0: Invalid argument

mkfs.lustre FATAL: failed to write local files
mkfs.lustre: exiting with 22 (Invalid argument)
[root@devvm0 tests]# dmesg | tail
LDISKFS-fs (loop0): Unrecognized mount option &quot;force_over_128tb&quot; or missing value
[root@devvm0 tests]#
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment>single node setup</environment>
        <key id="31417">LU-6978</key>
            <summary>mkfs.lustre: LDISKFS-fs (loop0): Unrecognized mount option &quot;force_over_128tb&quot; or missing value</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.whamcloud.com/images/icons/priorities/critical.svg">Critical</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="hongchao.zhang">Hongchao Zhang</assignee>
                                    <reporter username="zam">Alexander Zarochentsev</reporter>
                        <labels>
                            <label>patch</label>
                    </labels>
                <created>Mon, 10 Aug 2015 17:44:08 +0000</created>
                <updated>Fri, 13 May 2016 05:45:35 +0000</updated>
                            <resolved>Sat, 19 Sep 2015 05:41:44 +0000</resolved>
                                    <version>Lustre 2.8.0</version>
                                    <fixVersion>Lustre 2.8.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>8</watches>
                                                                            <comments>
                            <comment id="123759" author="zam" created="Mon, 10 Aug 2015 17:50:30 +0000"  >&lt;p&gt;After &quot;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6030&quot; title=&quot;cleanup for ldiskfs patches&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6030&quot;&gt;&lt;del&gt;LU-6030&lt;/del&gt;&lt;/a&gt; osd-ldiskfs: improve mount option handling&quot; landing, ldiskfs doesn&apos;t recognise &lt;br/&gt;
&quot;mballoc&quot;,&quot;iopen&quot;,&quot;noiopen&quot;,&quot;iopen_nopriv&quot;,&quot;extents&quot;,&quot;noextents&quot;,&quot;bigendian_extents&quot;,&quot;force_over_128tb&quot;. Any attempt to store them as persistent options fails because mkfs.lustre mounts the fs image as ldiskfs with the same set of options it wants to store in mountdata file.&lt;/p&gt;</comment>
                            <comment id="123775" author="gerrit" created="Mon, 10 Aug 2015 19:26:09 +0000"  >&lt;p&gt;Alexander Zarochentsev (alexander_zarochentsev@xyratex.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/15937&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/15937&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6978&quot; title=&quot;mkfs.lustre: LDISKFS-fs (loop0): Unrecognized mount option &amp;quot;force_over_128tb&amp;quot; or missing value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6978&quot;&gt;&lt;del&gt;LU-6978&lt;/del&gt;&lt;/a&gt; utils: mkfs.lustre to recognise non ldiskfs opts&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 5274b7522955b0193d3f98f8e7dcb21c0b53e4ca&lt;/p&gt;</comment>
                            <comment id="123776" author="zam" created="Mon, 10 Aug 2015 19:27:12 +0000"  >&lt;p&gt;proposed patch &lt;a href=&quot;http://review.whamcloud.com/15937&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/15937&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="125578" author="adilger" created="Fri, 28 Aug 2015 18:34:59 +0000"  >&lt;p&gt;This is similar to &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6662&quot; title=&quot;mkfs should allow use of errors=panic&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6662&quot;&gt;&lt;del&gt;LU-6662&lt;/del&gt;&lt;/a&gt; and &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6952&quot; title=&quot;Mount options parsing problem&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6952&quot;&gt;&lt;del&gt;LU-6952&lt;/del&gt;&lt;/a&gt; so I&apos;m assigning it to Hongchao since he is also working on those issues.&lt;/p&gt;</comment>
                            <comment id="127878" author="gerrit" created="Sat, 19 Sep 2015 03:18:39 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/15937/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/15937/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6978&quot; title=&quot;mkfs.lustre: LDISKFS-fs (loop0): Unrecognized mount option &amp;quot;force_over_128tb&amp;quot; or missing value&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6978&quot;&gt;&lt;del&gt;LU-6978&lt;/del&gt;&lt;/a&gt; utils: mkfs.lustre to recognise non ldiskfs opts&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 1d1e001d6cddc3890d8315636a7a8eb4fdecd932&lt;/p&gt;</comment>
                            <comment id="127907" author="pjones" created="Sat, 19 Sep 2015 05:41:44 +0000"  >&lt;p&gt;Landed for 2.8&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="30417">LU-6662</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="27930">LU-6030</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|hzxk5b:</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>