<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:18:51 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-8586] pios_ssf returning ENOSPC due to mixed OST size.</title>
                <link>https://jira.whamcloud.com/browse/LU-8586</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;test(pios_ssf) failing intermittently is that the two OST&#8217;s are setup with different OST size by TB. The size difference is significant (~200MB). This leads to smaller OST filling up much faster during the pios run. Therefore, any subsequently write to FS now returns and ENOSPC.&lt;/p&gt;

&lt;p&gt;Fail case.&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;/dev/vdc                                     688976      34196    618444   6% /mnt/ost1
/dev/vdd                                     468680      30108    412640   7% /mnt/ost2
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Pass case. OST with identical space definition.&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;/dev/vdc                                     688976      34196    618444   6% /mnt/ost1
/dev/vdd                                     688976      34196    618444   6% /mnt/ost2
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="39656">LU-8586</key>
            <summary>pios_ssf returning ENOSPC due to mixed OST size.</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="jamesanunez">James Nunez</assignee>
                                    <reporter username="arshad512">Arshad Hussain</reporter>
                        <labels>
                            <label>patch</label>
                    </labels>
                <created>Wed, 7 Sep 2016 05:24:31 +0000</created>
                <updated>Sat, 17 Dec 2016 14:16:47 +0000</updated>
                            <resolved>Sat, 17 Dec 2016 14:16:47 +0000</resolved>
                                    <version>Lustre 2.5.1</version>
                                    <fixVersion>Lustre 2.10.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="165053" author="gerrit" created="Wed, 7 Sep 2016 08:09:21 +0000"  >&lt;p&gt;Arshad Hussain (arshad.hussain@seagate.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/22343&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/22343&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8586&quot; title=&quot;pios_ssf returning ENOSPC due to mixed OST size.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8586&quot;&gt;&lt;del&gt;LU-8586&lt;/del&gt;&lt;/a&gt; test: Fix failure due to mixed OST size.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 2b4310be272eb6dba3dbfd2a2aeaf5e3986a6ac5&lt;/p&gt;</comment>
                            <comment id="165438" author="arshad512" created="Fri, 9 Sep 2016 05:33:59 +0000"  >&lt;p&gt;Update:&lt;/p&gt;

&lt;p&gt;For Fail case the error seen is ...&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;stdout.log
Run	Test	Tstamp		T	N	S	C	Aggregate	Lowest	Highest	Run_time
-----------------------------------------------------------------------------------------------------------
1	Write	1452330509	1	37	8MB	1MB	205MB/s		0.036s	0.041s	1.442s
2	Write	1452330510	8	37	8MB	1MB	191MB/s		0.201s	0.410s	1.545s
Error: IO error &lt;span class=&quot;code-keyword&quot;&gt;while&lt;/span&gt; doing pwrite64, aborting.
 sanity-benchmark test_pios_ssf: @@@@@@ FAIL: test_pios_ssf failed with 24 
  Trace dump:
  = /usr/lib64/lustre/tests/test-framework.sh:4672:error()
  = /usr/lib64/lustre/tests/test-framework.sh:4932:run_one()
  = /usr/lib64/lustre/tests/test-framework.sh:4968:run_one_logged()
  = /usr/lib64/lustre/tests/test-framework.sh:4774:run_test()
  = /usr/lib64/lustre/tests/sanity-benchmark.sh:324:main()
Dumping lctl log to /tmp/test_logs/1451120908/sanity-benchmark.test_pios_ssf.*.1451120914.log
Resetting fail_loc and fail_val on all nodes...done.
FAIL pios_ssf (7s)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;OST setup is &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;/dev/vdc                                     688976      34196    618444   6% /mnt/ost1
/dev/vdd                                     468680      30108    412640   7% /mnt/ost2
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="178193" author="gerrit" created="Sat, 17 Dec 2016 05:37:39 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/22343/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/22343/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8586&quot; title=&quot;pios_ssf returning ENOSPC due to mixed OST size.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8586&quot;&gt;&lt;del&gt;LU-8586&lt;/del&gt;&lt;/a&gt; test: Fix failure due to mixed OST size.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 6e6a3ac4ef3231463e05935ee68a1508b3a5d8d4&lt;/p&gt;</comment>
                            <comment id="178248" author="pjones" created="Sat, 17 Dec 2016 14:16:47 +0000"  >&lt;p&gt;Landed for 2.10&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                                        </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|hzynl3:</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>