<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:12:20 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-7837] sanity test_27o times out hung in reset_enospc</title>
                <link>https://jira.whamcloud.com/browse/LU-7837</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;sanity test 27o times out in review-dne-part-1. The last thing seen in the test_log is&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;osc.lustre-OST0007-osc-MDT0003.prealloc_reserved=0
osc.lustre-OST0007-osc-MDT0003.prealloc_status=-28
CMD: onyx-42vm8 lctl set_param fail_loc=0x215
fail_loc=0x215
CMD: onyx-42vm7 lctl get_param -n lov.*.qos_maxage
touch: cannot touch `/mnt/lustre/d27o.sanity/f27o.sanity&apos;: No space left on device
CMD: onyx-42vm8 lctl set_param fail_loc=0
fail_loc=0
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The &#8216;No space left on device&#8217; is expected. It looks like the test is hung in the reset_enospc() routine possibly hung on the call to sync. &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;1467 # OSCs keep a NOSPC flag that will be reset after ~5s (qos_maxage)
1468 # if the OST isn&apos;t full anymore.
1469 reset_enospc() {
1470         local OSTIDX=${1:-&quot;&quot;}
1471 
1472         local list=$(comma_list $(osts_nodes))
1473         [ &quot;$OSTIDX&quot; ] &amp;amp;&amp;amp; list=$(facet_host ost$((OSTIDX + 1)))
1474 
1475         do_nodes $list lctl set_param fail_loc=0
1476         sync    # initiate all OST_DESTROYs from MDS to OST
1477         sleep_maxage
1478 }
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The logs incomplete and aren&#8217;t much help. The only thing that looks out of place  are some disconnect notices for the client2&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;03:26:34:Lustre: DEBUG MARKER: == sanity test 27o: create file with all full OSTs (should error) ====== 01:24:20 (1456824260)
03:26:34:
03:26:34:&amp;lt;ConMan&amp;gt; Console [onyx-42vm2] disconnected from &amp;lt;onyx-42:6001&amp;gt; at 03-01 03:24.
03:26:34:
03:26:34:&amp;lt;ConMan&amp;gt; Console [onyx-42vm2] connected to &amp;lt;onyx-42:6001&amp;gt; at 03-01 03:24.
03:26:34:Lustre: DEBUG MARKER: lctl set_param -n fail_loc=0 	    fail_val=0 2&amp;gt;/dev/null || true
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;and the MDS1&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;03:26:47:Lustre: DEBUG MARKER: == sanity test 27o: create file with all full OSTs (should error) ====== 01:24:20 (1456824260)
03:26:47:Lustre: DEBUG MARKER: lctl get_param -n lov.*.qos_maxage
03:26:47:Lustre: DEBUG MARKER: lctl get_param -n lov.*.qos_maxage
03:26:47:Lustre: DEBUG MARKER: lctl get_param -n lov.*.qos_maxage
03:26:47:Lustre: DEBUG MARKER: lctl get_param -n lov.*.qos_maxage
03:26:47:Lustre: DEBUG MARKER: lctl get_param -n lov.*.qos_maxage
03:26:47:Lustre: DEBUG MARKER: lctl get_param -n lov.*.qos_maxage
03:26:47:Lustre: DEBUG MARKER: lctl get_param -n lov.*.qos_maxage
03:26:47:Lustre: DEBUG MARKER: lctl get_param -n lov.*.qos_maxage
03:26:47:Lustre: DEBUG MARKER: lctl get_param -n lov.*.qos_maxage
03:26:47:Lustre: DEBUG MARKER: lctl get_param -n lov.*.qos_maxage
03:26:47:
03:26:47:&amp;lt;ConMan&amp;gt; Console [onyx-42vm7] disconnected from &amp;lt;onyx-42:6006&amp;gt; at 03-01 03:26.
03:26:47:
03:26:47:&amp;lt;ConMan&amp;gt; Console [onyx-42vm7] connected to &amp;lt;onyx-42:6006&amp;gt; at 03-01 03:26.
03:26:47:Lustre: DEBUG MARKER: lctl set_param -n fail_loc=0 	    fail_val=0 2&amp;gt;/dev/null || true
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Logs are at &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/4a1a8e4a-dfce-11e5-9020-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/4a1a8e4a-dfce-11e5-9020-5254006e85c2&lt;/a&gt;&lt;/p&gt;</description>
                <environment>autotest review-dne-part-1</environment>
        <key id="35111">LU-7837</key>
            <summary>sanity test_27o times out hung in reset_enospc</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="5">Cannot Reproduce</resolution>
                                        <assignee username="wc-triage">WC Triage</assignee>
                                    <reporter username="jamesanunez">James Nunez</reporter>
                        <labels>
                    </labels>
                <created>Wed, 2 Mar 2016 17:26:37 +0000</created>
                <updated>Wed, 13 Oct 2021 02:24:22 +0000</updated>
                            <resolved>Wed, 13 Oct 2021 02:24:22 +0000</resolved>
                                    <version>Lustre 2.9.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                                        </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|hzy3ef:</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>