<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:58:34 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-6248] sanity-scrub: Failed mount OST</title>
                <link>https://jira.whamcloud.com/browse/LU-6248</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This issue was created by maloo for sarah &amp;lt;sarah@whamcloud.com&amp;gt;&lt;/p&gt;

&lt;p&gt;Please provide additional information about the failure here.&lt;/p&gt;

&lt;p&gt;This issue relates to the following test suite run: &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/abe0dac2-b2d8-11e4-b42d-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/abe0dac2-b2d8-11e4-b42d-5254006e85c2&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Cannot find any log except this&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: onyx-45vm4 mkdir -p /mnt/ost1; mount -t lustre   		                   lustre-ost1/ost1 /mnt/ost1
onyx-45vm4: mount.lustre: mount lustre-ost1/ost1 at /mnt/ost1 failed: Cannot send after transport endpoint shutdown
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment>client and server: lustre-master build # 2856&lt;br/&gt;
server is zfs</environment>
        <key id="28707">LU-6248</key>
            <summary>sanity-scrub: Failed mount OST</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="6" iconUrl="https://jira.whamcloud.com/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="3">Duplicate</resolution>
                                        <assignee username="wc-triage">WC Triage</assignee>
                                    <reporter username="maloo">Maloo</reporter>
                        <labels>
                            <label>zfs</label>
                    </labels>
                <created>Sat, 14 Feb 2015 08:47:08 +0000</created>
                <updated>Fri, 22 Jan 2016 19:13:15 +0000</updated>
                            <resolved>Fri, 22 Jan 2016 19:12:51 +0000</resolved>
                                    <version>Lustre 2.7.0</version>
                    <version>Lustre 2.8.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="107042" author="yong.fan" created="Sat, 14 Feb 2015 13:58:06 +0000"  >&lt;p&gt;According to the test scripts, sanity-scrub will be skipped for zfs based backend.&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;[ $(facet_fstype $SINGLEMDS) != &lt;span class=&quot;code-quote&quot;&gt;&quot;ldiskfs&quot;&lt;/span&gt; ] &amp;amp;&amp;amp;
        skip &lt;span class=&quot;code-quote&quot;&gt;&quot;test OI scrub only &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; ldiskfs&quot;&lt;/span&gt; &amp;amp;&amp;amp; check_and_cleanup_lustre &amp;amp;&amp;amp;
        exit 0
[ $(facet_fstype ost1) != &lt;span class=&quot;code-quote&quot;&gt;&quot;ldiskfs&quot;&lt;/span&gt; ] &amp;amp;&amp;amp;
        skip &lt;span class=&quot;code-quote&quot;&gt;&quot;test OI scrub only &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; ldiskfs&quot;&lt;/span&gt; &amp;amp;&amp;amp; check_and_cleanup_lustre &amp;amp;&amp;amp;
        exit 0
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="107138" author="green" created="Tue, 17 Feb 2015 18:27:39 +0000"  >&lt;p&gt;Actually it appears we are testing this a bit late:&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;# build up a clean test environment.
formatall
setupall

[ $(facet_fstype $SINGLEMDS) != &quot;ldiskfs&quot; ] &amp;amp;&amp;amp;
        skip &quot;test OI scrub only for ldiskfs&quot; &amp;amp;&amp;amp; check_and_cleanup_lustre &amp;amp;&amp;amp;
        exit 0
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Should we move the tests before the reformat and remount since for ZFS apparently too small size might be unsuitable or something?&lt;/p&gt;</comment>
                            <comment id="107189" author="isaac" created="Tue, 17 Feb 2015 22:43:12 +0000"  >&lt;p&gt;Saw it once here:&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/784d3a32-b2a3-11e4-a8f5-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/784d3a32-b2a3-11e4-a8f5-5254006e85c2&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Happened before the test was SKIPPED. Then I ran the test over 20 times but couldn&apos;t reproduce.&lt;/p&gt;</comment>
                            <comment id="107205" author="yong.fan" created="Wed, 18 Feb 2015 00:58:00 +0000"  >&lt;p&gt;Generally, we can check the fstype some early, but even if we can skip the sanity-scrub for zfs-based backend in time, we will hit the &quot;Failed mount OST&quot; in some subsequent test. Because the failure is not caused by OI scrub via same fail_loc injection (in sanity-scrub.sh) or OI scrub wrong repairing, instead, there should have been some trouble before the OI scrub.&lt;/p&gt;</comment>
                            <comment id="139279" author="standan" created="Tue, 19 Jan 2016 18:53:40 +0000"  >&lt;p&gt;Another instance for interop: EL7 Server/2.7.1 Client&lt;br/&gt;
Server: master, build# 3303, RHEL 7&lt;br/&gt;
Client: 2.7.1, b2_7_fe/34&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/606aa416-bac4-11e5-9137-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/606aa416-bac4-11e5-9137-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="139316" author="standan" created="Tue, 19 Jan 2016 22:06:33 +0000"  >&lt;p&gt;Another instance found for interop : EL6.7 Server/2.7.1 Client&lt;br/&gt;
Server: master, build# 3303, RHEL 6.7&lt;br/&gt;
Client: 2.7.1, b2_7_fe/34&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/3a41f816-bad8-11e5-87b4-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/3a41f816-bad8-11e5-87b4-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="139334" author="standan" created="Tue, 19 Jan 2016 23:04:21 +0000"  >&lt;p&gt;Another instance found for  interop : EL6.7 Server/2.5.5 Client&lt;br/&gt;
Server: master, build# 3303, RHEL 6.7&lt;br/&gt;
Client: 2.5.5, b2_5_fe/62&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/2af59388-bad6-11e5-9137-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/2af59388-bad6-11e5-9137-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="139482" author="jamesanunez" created="Wed, 20 Jan 2016 19:30:58 +0000"  >&lt;p&gt;Note that the instances that Saurab listed above are all using ldiskfs, not zfs, and, as noted, they are all interop issues. Should we open a new ticket for the ldiskfs/interop failures?&lt;/p&gt;</comment>
                            <comment id="139777" author="jamesanunez" created="Fri, 22 Jan 2016 19:12:51 +0000"  >&lt;p&gt;Closing as a duplicate of &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7193&quot; title=&quot;sanity-scrub: No sub tests failed in this test set&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7193&quot;&gt;&lt;del&gt;LU-7193&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="32256">LU-7193</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                                        </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|hzx6dr:</customfieldvalue>

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