<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:12:12 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-7819] sanityn test_71: @@@@@@ FAIL: data is not flushed from client</title>
                <link>https://jira.whamcloud.com/browse/LU-7819</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Steps to reproduce:&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;# lfs setstripe -c -1 /mnt/lustre

# lfs getstripe /mnt/lustre
/mnt/lustre
stripe_count:   -1 stripe_size:    1048576 stripe_offset:  -1

# ONLY=71 sh lustre/tests/sanityn.sh
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Console Output:&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;== sanityn test 71: correct file map just after write operation is finished == 0
5:36:24 (1456378584)
1+0 records in
1+0 records out
40960 bytes (41 kB) copied, 0.00490768 s, 8.3 MB/s
1+0 records in
1+0 records out
40960 bytes (41 kB) copied, 0.00487972 s, 8.4 MB/s
  File: `/mnt/lustre2/f71.sanityn&apos;
  Size: 163840          Blocks: 1          IO Block: 4194304 regular file
Device: 2c54f966h/743766374d    Inode: 144115205272502285  Links: 1
Access: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2016-02-25 05:36:24.000000000 +0000
Modify: 2016-02-25 05:36:24.000000000 +0000
Change: 2016-02-25 05:36:24.000000000 +0000
31
fd: 3
error while ioctl 524
 sanityn test_71: @@@@@@ FAIL: data is not flushed from client
  Trace dump:
  = lustre/tests/../tests/test-framework.sh:4670:error_noexit()
  = lustre/tests/../tests/test-framework.sh:4704:error()
  = lustre/tests/sanityn.sh:2758:test_71()
  = lustre/tests/../tests/test-framework.sh:4951:run_one()
  = lustre/tests/../tests/test-framework.sh:4988:run_one_logged()
  = lustre/tests/../tests/test-framework.sh:4805:run_test()
  = lustre/tests/sanityn.sh:2775:main()
Dumping lctl log to /tmp/test_logs/1456378583/sanityn.test_71.*.1456378584.log
Dumping logs only on local client.
Resetting fail_loc on all nodes...done.
FAIL 71 (0s)
cleanup: ======================================================
== sanityn test complete, duration 1 sec == 05:36:24 (1456378584)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="34992">LU-7819</key>
            <summary>sanityn test_71: @@@@@@ FAIL: data is not flushed from client</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="1">Fixed</resolution>
                                        <assignee username="wc-triage">WC Triage</assignee>
                                    <reporter username="maximus">Ashish Purkar</reporter>
                        <labels>
                            <label>patch</label>
                    </labels>
                <created>Fri, 26 Feb 2016 04:29:24 +0000</created>
                <updated>Fri, 21 Apr 2017 17:39:37 +0000</updated>
                            <resolved>Wed, 19 Apr 2017 12:27:54 +0000</resolved>
                                    <version>Lustre 2.9.0</version>
                                    <fixVersion>Lustre 2.10.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="143887" author="maximus" created="Fri, 26 Feb 2016 04:32:48 +0000"  >&lt;ul&gt;
	&lt;li&gt;With stripecount = 1 (default), sanityn test_71 passed on master.&lt;/li&gt;
	&lt;li&gt;With stripecount = -1, it failed with ioctl error code 524 i.e. LUSTRE_ENOTSUPP&lt;/li&gt;
	&lt;li&gt;Respective code area:
&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;static const struct cl_object_operations lov_ops = {
        .coo_fiemap       = lov_object_fiemap,
...		
static int lov_object_fiemap(const struct lu_env *env, struct cl_object *obj,
                             struct ll_fiemap_info_key *fmkey,
                             struct fiemap *fiemap, size_t *buflen)
--&amp;gt;
        /**
         * If the stripe_count &amp;gt; 1 and the application does not understand
         * DEVICE_ORDER flag, it cannot interpret the extents correctly.
         */
        if (lsm-&amp;gt;lsm_stripe_count &amp;gt; 1 &amp;amp;&amp;amp; !(fiemap-&amp;gt;fm_flags &amp;amp;
                                           FIEMAP_FLAG_DEVICE_ORDER))
                GOTO(out_lsm, rc = -ENOTSUPP);
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;
	&lt;li&gt;root cause of the problem in checkfiemap test tool where &quot;fiemap-&amp;gt;fm_flags = FIEMAP_FLAG_SYNC&quot; set only and FIEMAP_FLAG_DEVICE_ORDER is not set.&lt;/li&gt;
	&lt;li&gt;Solution here is to add FIEMAP_FLAG_DEVICE_ORDER in flag which is supported by lustre fiemap implementation.&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="143890" author="gerrit" created="Fri, 26 Feb 2016 04:57:53 +0000"  >&lt;p&gt;Ashish Purkar (ashish.purkar@seagate.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/18679&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/18679&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7819&quot; title=&quot;sanityn test_71: @@@@@@ FAIL: data is not flushed from client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7819&quot;&gt;&lt;del&gt;LU-7819&lt;/del&gt;&lt;/a&gt; tests: fix checkfiemap for stripecount &amp;gt; 1&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 99c441c7b62afff48ce8a6ed02804a70e390b6af&lt;/p&gt;</comment>
                            <comment id="192623" author="gerrit" created="Wed, 19 Apr 2017 04:45:44 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/18679/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/18679/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7819&quot; title=&quot;sanityn test_71: @@@@@@ FAIL: data is not flushed from client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7819&quot;&gt;&lt;del&gt;LU-7819&lt;/del&gt;&lt;/a&gt; tests: fix checkfiemap for stripecount &amp;gt; 1&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 8b8bc6eee05758cec346f1f9aeed92f3334d8cf3&lt;/p&gt;</comment>
                            <comment id="192665" author="pjones" created="Wed, 19 Apr 2017 12:27:54 +0000"  >&lt;p&gt;Landed for 2.10&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="45644">LU-9383</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|hzy2vb:</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>