<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:39:06 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-4037] Failure on test suite sanity test_78: rdwr failed</title>
                <link>https://jira.whamcloud.com/browse/LU-4037</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;This issue relates to the following test suite run: &lt;a href=&quot;http://maloo.whamcloud.com/test_sets/32766b8c-26c7-11e3-83d1-52540035b04c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://maloo.whamcloud.com/test_sets/32766b8c-26c7-11e3-83d1-52540035b04c&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The sub-test test_78 failed with the following error:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;rdwr failed&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;test log&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;== sanity test 78: handle large O_DIRECT writes correctly ============== 20:40:26 (1380166826)
MemFree: 1247, Max file size: 1400000
MemTotal: 1877
Mem to use for directio: 810
Smallest OST: 169728
File size: 512
directIO rdwr round 1 of 5
directio on /mnt/lustre/f.sanity.78 for 102x1048576 bytes 
PASS
directIO rdwr round 2 of 5
directio on /mnt/lustre/f.sanity.78 for 128x1048576 bytes 
Write error Success (rc = 114294784, len = 134217728)
 sanity test_78: @@@@@@ FAIL: rdwr failed 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment>server and client: lustre-master build # 1687</environment>
        <key id="21221">LU-4037</key>
            <summary>Failure on test suite sanity test_78: rdwr failed</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="maloo">Maloo</reporter>
                        <labels>
                            <label>zfs</label>
                    </labels>
                <created>Tue, 1 Oct 2013 18:21:48 +0000</created>
                <updated>Sun, 10 Oct 2021 22:30:18 +0000</updated>
                            <resolved>Sun, 10 Oct 2021 22:29:51 +0000</resolved>
                                    <version>Lustre 2.5.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="68168" author="adilger" created="Wed, 2 Oct 2013 17:13:05 +0000"  >&lt;p&gt;So the system call returned 109 * 1048576 = 114294784 instead of the expected 128 * 1048576 = 134217728.  This test has failed a few times in the past month, but is typically skipped because it is marked SLOW.&lt;/p&gt;</comment>
                            <comment id="68197" author="adilger" created="Wed, 2 Oct 2013 20:39:00 +0000"  >&lt;p&gt;My first guess would be that the size of the O_DIRECT call is being limited for some reason, and it is returning a short write to the caller.  The returned value is the same in the four test failures that I can check, but there are more failures dating back to 2013-04-10 (&lt;a href=&quot;https://maloo.whamcloud.com/sub_tests/c637000e-a204-11e2-bdac-52540035b04c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/sub_tests/c637000e-a204-11e2-bdac-52540035b04c&lt;/a&gt;) that do not have logs.&lt;/p&gt;</comment>
                            <comment id="85696" author="mmansk" created="Wed, 4 Jun 2014 13:51:47 +0000"  >&lt;p&gt;We&apos;re seeing this start to fail at Cray with 2.5.1.&lt;/p&gt;

&lt;p&gt;MemFree: 30795, Max file size: 400000&lt;br/&gt;
MemTotal: 32217&lt;br/&gt;
Mem to use for directio: 15980&lt;br/&gt;
Smallest OST: 240436&lt;br/&gt;
File size: 389&lt;br/&gt;
...&lt;br/&gt;
directIO rdwr round 5 of 5&lt;br/&gt;
directio on /tmp/dal/f78.sanity for 389x1048576 bytes &lt;br/&gt;
Write error Success (rc = 387973120, len = 407896064)&lt;br/&gt;
 sanity test_78: @@@@@@ FAIL: rdwr failed &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;off the console logs:

2014-06-04T02:48:50.946766-05:00 c0-0c0s3n2 LNet: 6646:0:(gnilnd_cb.c:867:kgnilnd_verify_rdma_cksum()) $$ no RDMA payload checksum when enabled 
from 14@gni4  msg@0xffff8807aa5cd118 m/v/ty/ck/pck/pl b00fbabe/8/16/fae0/0/0 x948646:GNILND_MSG_GET_DONE_REV
2014-06-04T02:48:50.946814-05:00 c0-0c0s3n2 LNet: 6646:0:(gnilnd_cb.c:867:kgnilnd_verify_rdma_cksum()) Skipped 1645 previous similar messages
2014-06-04T02:49:21.361769-05:00 c0-0c0s3n2 LustreError: 11251:0:(ofd_grant.c:255:ofd_grant_space_left()) dal-OST0000: cli 86a844b0-7844-5210-51
0c-2101e0354cd0/ffff880871927c00 left 51163136 &amp;lt; tot_grant 52605696 unstable 0 pending 0
2014-06-04T02:49:21.361821-05:00 c0-0c0s3n2 LustreError: 11251:0:(ofd_grant.c:255:ofd_grant_space_left()) Skipped 5 previous similar messages
2014-06-04T02:49:21.884851-05:00 c0-0c0s2n2 Lustre: DEBUG MARKER: sanity test_78: @@@@@@ FAIL: rdwr failed
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;This test hasn&apos;t failed before.  &lt;/p&gt;
</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="32061">LU-7139</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|hzw4jz:</customfieldvalue>

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