<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:02:09 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-6662] mkfs should allow use of errors=panic</title>
                <link>https://jira.whamcloud.com/browse/LU-6662</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;mkfs.lustre defaults mountoptions to error=mount-ro and doesn&apos;t allow error=panic. Changing this using tunefs.lustre also gives warning about &apos;error=mount-ro&apos; is missing.&lt;/p&gt;

&lt;p&gt;Is the use of error=panic discouraged? if so why? &lt;/p&gt;


</description>
                <environment></environment>
        <key id="30417">LU-6662</key>
            <summary>mkfs should allow use of errors=panic</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</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="mhanafi">Mahmoud Hanafi</reporter>
                        <labels>
                            <label>easy</label>
                    </labels>
                <created>Thu, 28 May 2015 18:57:49 +0000</created>
                <updated>Thu, 12 May 2016 13:23:04 +0000</updated>
                            <resolved>Fri, 18 Dec 2015 14:08:22 +0000</resolved>
                                    <version>Lustre 2.5.3</version>
                                    <fixVersion>Lustre 2.8.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                            <comments>
                            <comment id="116742" author="pjones" created="Thu, 28 May 2015 19:40:21 +0000"  >&lt;p&gt;Hongchao&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="116744" author="adilger" created="Thu, 28 May 2015 20:11:46 +0000"  >&lt;p&gt;I don&apos;t think &lt;tt&gt;errors=panic&lt;/tt&gt; is discouraged, this is likely just an oversight from the time when the &lt;tt&gt;errors=remount-ro&lt;/tt&gt; option was never being specified and the warning message was added to ensure that this wasn&apos;t missed.&lt;/p&gt;

&lt;p&gt;To fix this problem, I think the right approach is to change the code to check for any &lt;tt&gt;errors=&lt;/tt&gt; option being specified.  However, this is complicated by the way that the code is currently implemented, since for it sets &lt;tt&gt;errors=remount-ro&lt;/tt&gt; into default_mountopts in &lt;tt&gt;ldiskfs_prepare_lustre()&lt;/tt&gt;, and then later checks in &lt;tt&gt;check_mountfsoptions()&lt;/tt&gt; whether those default options are present.&lt;/p&gt;

&lt;p&gt;There isn&apos;t really an easy way to change this currently, though I think it would be better to change the &lt;tt&gt;osd_prepare_lustre()&lt;/tt&gt; method to be passed only actual mountopts string, ldd_mount_opts[] and its maximum size, instead of passing the default_mountopts and always_mountopts back to the caller.  That would allow ldiskfs_prepare_lustre() to verify the mountopts string to handle cases like this, store the defaults into ldd_mount_opts[], and append any user-specified values to override the default values.&lt;/p&gt;</comment>
                            <comment id="123428" author="gerrit" created="Thu, 6 Aug 2015 05:51:13 +0000"  >&lt;p&gt;Hongchao Zhang (hongchao.zhang@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/15870&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/15870&lt;/a&gt;&lt;br/&gt;
Subject: &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; utils: allow overriding default mountopts&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 27bdc3417985dbcbe9790492b60ce0d8141bdbba&lt;/p&gt;</comment>
                            <comment id="130579" author="jaylan" created="Fri, 16 Oct 2015 00:54:45 +0000"  >&lt;p&gt;The conf-sanity.sh in 2.5.3 contains only up to test_77. Is it OK to just pick up test_88 added in #15870?&lt;/p&gt;</comment>
                            <comment id="130582" author="adilger" created="Fri, 16 Oct 2015 02:52:55 +0000"  >&lt;p&gt;Yes, each subtest should be self-contained. &lt;/p&gt;</comment>
                            <comment id="130665" author="mhanafi" created="Fri, 16 Oct 2015 18:07:00 +0000"  >&lt;p&gt;This LU can be closed&lt;/p&gt;</comment>
                            <comment id="130669" author="pjones" created="Fri, 16 Oct 2015 18:16:37 +0000"  >&lt;p&gt;Thanks Mahmoud but, given that there is a patch that - as far as I understand - you are using we should probably hold this open until that has landed to master&lt;/p&gt;</comment>
                            <comment id="136820" author="gerrit" created="Fri, 18 Dec 2015 05:28:02 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/15870/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/15870/&lt;/a&gt;&lt;br/&gt;
Subject: &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; utils: allow overriding default mountopts&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 927effd2c2374508d904d2022c74574e508c07f1&lt;/p&gt;</comment>
                            <comment id="136846" author="jgmitter" created="Fri, 18 Dec 2015 14:08:22 +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="29432">LU-6442</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="31417">LU-6978</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="31346">LU-6952</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </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|hzxeg7:</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>