<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:30:02 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-2992] conf-sanity 58: `/mnt/mds/OBJECTS&apos;: No such file or directory</title>
                <link>https://jira.whamcloud.com/browse/LU-2992</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;conf-sanity 58 is not working at all, in the sense that it can&apos;t find or destroy the OSP logs:&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;CMD: client-26vm7 find /mnt/mds/OBJECTS -type f -delete
client-26vm7: find: `/mnt/mds/OBJECTS&apos;: No such file or directory
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;For instance, see &lt;a href=&quot;https://maloo.whamcloud.com/sub_tests/e7389a98-914b-11e2-8a5c-52540035b04c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/sub_tests/e7389a98-914b-11e2-8a5c-52540035b04c&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="18015">LU-2992</key>
            <summary>conf-sanity 58: `/mnt/mds/OBJECTS&apos;: No such file or directory</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="3">Duplicate</resolution>
                                        <assignee username="wc-triage">WC Triage</assignee>
                                    <reporter username="liwei">Li Wei</reporter>
                        <labels>
                    </labels>
                <created>Wed, 20 Mar 2013 13:26:24 +0000</created>
                <updated>Sat, 9 Oct 2021 06:09:05 +0000</updated>
                            <resolved>Sat, 9 Oct 2021 06:09:05 +0000</resolved>
                                    <version>Lustre 2.4.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="54464" author="liwei" created="Wed, 20 Mar 2013 13:30:42 +0000"  >&lt;p&gt;The logs no longer exist in &quot;OBJECTS&quot;.  They should be found under &quot;O/1/d&lt;span class=&quot;error&quot;&gt;&amp;#91;0-9&amp;#93;&lt;/span&gt;+&quot;.  There is no guarantee that all logs there are OSP logs, however.  Hence, the test might need to read and parse &quot;CATALOGS&quot;.&lt;/p&gt;</comment>
                            <comment id="54479" author="keith" created="Wed, 20 Mar 2013 16:39:05 +0000"  >&lt;p&gt;It didn&apos;t mount the device.  It does not matter what file you are looking for it won&apos;t be there.  &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;CMD: client-26vm7 mount -t ldiskfs /dev/lvm-MDS/P1 /mnt/mds
client-26vm7: mount: mount point /mnt/mds does not exist
CMD: client-26vm7 find /mnt/mds/OBJECTS -type f -delete
client-26vm7: find: `/mnt/mds/OBJECTS&apos;: No such file or directory
CMD: client-26vm7 umount /mnt/mds
client-26vm7: umount: /mnt/mds: not found
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Are you sure you configuration / setup is correct? &lt;/p&gt;</comment>
                            <comment id="54486" author="green" created="Wed, 20 Mar 2013 17:10:12 +0000"  >&lt;p&gt;kind of strange that MNTDIR does not exist, I guess we can try to create it before first access?&lt;br/&gt;
this is even before knowing if we should fixthe rest of this test or not&lt;/p&gt;</comment>
                            <comment id="54487" author="adilger" created="Wed, 20 Mar 2013 17:13:45 +0000"  >&lt;p&gt;The mountpoint should be the same one that the MDS is originally mounted on:&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;        local MNTDIR=$(facet_mntpt mds)
        # remove all files from the OBJECTS dir
        do_facet mds &lt;span class=&quot;code-quote&quot;&gt;&quot;mount -t ldiskfs $MDSDEV $MNTDIR&quot;&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;I&apos;m not sure how that could be missing.  However, in 2.x there are no logs under &lt;tt&gt;OBJECTS&lt;/tt&gt;.  It makes more sense to change the test to create the mountpoint, and also delete logs under &lt;tt&gt;O/1/d*&lt;/tt&gt;:&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;        local MNTDIR=$(facet_mntpt mds)
        # remove all files from the OBJECTS dir
        do_facet mds &lt;span class=&quot;code-quote&quot;&gt;&quot;mkdir -p $MNTDIR; mount -t ldiskfs $MDSDEV $MNTDIR&quot;&lt;/span&gt;
        do_facet mds &lt;span class=&quot;code-quote&quot;&gt;&quot;find $MNTDIR/OBJECTS $MNTDIR/O/1/d* -type f -delete&quot;&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="54528" author="liwei" created="Thu, 21 Mar 2013 01:20:50 +0000"  >&lt;p&gt;Normally, tests use &quot;/mnt/mds1&quot; as the mount point and feed &quot;mds1&quot; to facet_mntpt(); it is not impossible that &quot;/mnt/mds&quot; does not exist.&lt;/p&gt;

&lt;p&gt;Anyway, the test output I posted is a bad example.  What I wanted to point out is actually &quot;OBJECTS&quot; no longer exists, even if the test can mount the device successfully.&lt;/p&gt;</comment>
                            <comment id="315104" author="adilger" created="Sat, 9 Oct 2021 06:09:05 +0000"  >&lt;p&gt;Fixed via patch &lt;a href=&quot;http://review.whamcloud.com/9675&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/9675&lt;/a&gt; &quot;&lt;tt&gt;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-2524&quot; title=&quot;Tests regressions: tests interrelation introduced.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-2524&quot;&gt;&lt;del&gt;LU-2524&lt;/del&gt;&lt;/a&gt; tests: enable conf-sanity/58 on ZFS&lt;/tt&gt;&quot;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="17022">LU-2524</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|hzvlqn:</customfieldvalue>

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