<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:38:41 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-3991] mkfs.lustre failed to copy pool name</title>
                <link>https://jira.whamcloud.com/browse/LU-3991</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;When running mkfs.lustre on a new file, mkfs.lustre can&apos;t create the file automatically, but reports error 2 &quot;No such file or directory&quot;.&lt;/p&gt;

&lt;p&gt;This bug is introduced by &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-3682&quot; title=&quot;&amp;quot;tunefs.lustre --erase_params&amp;quot; corrupts running MGS when run against device node symlink&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-3682&quot;&gt;LU-3682&lt;/a&gt;. I will fix it. &lt;/p&gt;</description>
                <environment></environment>
        <key id="21073">LU-3991</key>
            <summary>mkfs.lustre failed to copy pool name</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="1" iconUrl="https://jira.whamcloud.com/images/icons/priorities/blocker.svg">Blocker</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="5">Cannot Reproduce</resolution>
                                        <assignee username="emoly.liu">Emoly Liu</assignee>
                                    <reporter username="emoly.liu">Emoly Liu</reporter>
                        <labels>
                            <label>HB</label>
                            <label>revzfs</label>
                            <label>zfs</label>
                    </labels>
                <created>Sun, 22 Sep 2013 09:26:24 +0000</created>
                <updated>Mon, 31 Jan 2022 04:43:12 +0000</updated>
                            <resolved>Tue, 24 Sep 2013 17:03:38 +0000</resolved>
                                    <version>Lustre 2.5.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="67201" author="emoly.liu" created="Sun, 22 Sep 2013 11:54:33 +0000"  >&lt;p&gt;patch is at &lt;a href=&quot;http://review.whamcloud.com/7722&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/7722&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="67223" author="bzzz" created="Mon, 23 Sep 2013 09:41:23 +0000"  >&lt;p&gt;is this really an issue?&lt;/p&gt;</comment>
                            <comment id="67228" author="emoly.liu" created="Mon, 23 Sep 2013 12:54:57 +0000"  >&lt;p&gt;Hmm, it will block llmount.sh and other lustre scripts if the given tmp file doesn&apos;t exist. And I&apos;m afraid this problem will be complained in the future without a fix. At least, we should give a console error message about &quot;No such file or directory&quot;.&lt;/p&gt;</comment>
                            <comment id="67238" author="emoly.liu" created="Mon, 23 Sep 2013 14:52:44 +0000"  >&lt;p&gt;I find a real issue introduced by my patch for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-3682&quot; title=&quot;&amp;quot;tunefs.lustre --erase_params&amp;quot; corrupts running MGS when run against device node symlink&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-3682&quot;&gt;LU-3682&lt;/a&gt;, which is blocking zfs testing.&lt;/p&gt;

&lt;p&gt;That patch removed the following code from mkfs_lustre.c:parse_opts(). &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;/*  The device or pool/filesystem name */&lt;/span&gt;
strscpy(mop-&amp;gt;mo_device, argv[optind], sizeof(mop-&amp;gt;mo_device)); 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;This is necessary for zfs to copy pool/filesystem name. I have already merged this fix into &lt;a href=&quot;http://review.whamcloud.com/7722&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/7722&lt;/a&gt; .&lt;/p&gt;</comment>
                            <comment id="67252" author="adilger" created="Mon, 23 Sep 2013 16:21:32 +0000"  >&lt;p&gt;I don&apos;t think that creating loopback files automatically is a good idea. In the normal use case (instead if during testing) any typo or error in the device name will result in a loopback file being created instead if returning a useful error to the user. For example, if someone accidentally runs &quot;mkfs.lustre /dev/sfa&quot; instead of &quot;sda&quot; this will result in a loopback file being created in /dev that will initially work, but will be very slow and will later fail when the root Filesystem runs pit of space.&lt;/p&gt;

&lt;p&gt;I would rather that testers/scripts make sure that the loopback file it created first, and allow mkfs.lustre to return an error if this us not done correctly.&lt;/p&gt;

&lt;p&gt;Please resubmit the patch with just the other bug fixes.&lt;/p&gt;</comment>
                            <comment id="67312" author="emoly.liu" created="Tue, 24 Sep 2013 04:16:33 +0000"  >&lt;p&gt;Resubmit the patch. Please have a look.&lt;/p&gt;</comment>
                            <comment id="67391" author="pjones" created="Tue, 24 Sep 2013 17:03:38 +0000"  >&lt;p&gt;Should no longer exist now &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-3682&quot; title=&quot;&amp;quot;tunefs.lustre --erase_params&amp;quot; corrupts running MGS when run against device node symlink&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-3682&quot;&gt;LU-3682&lt;/a&gt; has been reverted&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="20143">LU-3682</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|hzw3lb:</customfieldvalue>

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