<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:57:11 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-6096] sanity test_17m: e2fsck Inode 32775, i_size is 0, should be 4096</title>
                <link>https://jira.whamcloud.com/browse/LU-6096</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This issue was created by maloo for Bob Glossman &amp;lt;bob.glossman@intel.com&amp;gt;&lt;/p&gt;

&lt;p&gt;This issue relates to the following test suite run of review-ldiskfs: &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/277e606e-976d-11e4-bafa-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/277e606e-976d-11e4-bafa-5254006e85c2&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I note that several other recent similar failures have been marked as &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-3534&quot; title=&quot;async update cross-MDTs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-3534&quot;&gt;&lt;del&gt;LU-3534&lt;/del&gt;&lt;/a&gt;.&lt;br/&gt;
As I&apos;m unsure of the reasoning for that and this one is seen on el7 I&apos;ve raised it as new.&lt;br/&gt;
Somebody more expert may decide it&apos;s a dup after looking it over.&lt;/p&gt;

&lt;p&gt;The sub-test test_17m failed with the following error:&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;e2fsck -fnvd /dev/lvm-Role_MDS/P1
e2fsck 1.42.12.wc1 (15-Sep-2014)
shadow-26vm8: check_blocks:2814: increase inode 32775 badness 0 to 1
shadow-26vm8: check_blocks:2814: increase inode 32776 badness 0 to 1
Pass 1: Checking inodes, blocks, and sizes
Inode 32775, i_size is 0, should be 4096.  Fix? no

Inode 32776, i_size is 0, should be 4096.  Fix? no
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

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

&lt;p&gt;Info required for matching: sanity 17m&lt;/p&gt;</description>
                <environment></environment>
        <key id="28098">LU-6096</key>
            <summary>sanity test_17m: e2fsck Inode 32775, i_size is 0, should be 4096</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="1" iconUrl="https://jira.whamcloud.com/images/icons/priorities/blocker.svg">Blocker</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="bzzz">Alex Zhuravlev</assignee>
                                    <reporter username="maloo">Maloo</reporter>
                        <labels>
                            <label>HB</label>
                    </labels>
                <created>Thu, 8 Jan 2015 21:10:35 +0000</created>
                <updated>Wed, 2 Nov 2016 16:34:30 +0000</updated>
                            <resolved>Wed, 5 Aug 2015 12:50:23 +0000</resolved>
                                    <version>Lustre 2.7.0</version>
                                    <fixVersion>Lustre 2.8.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>13</watches>
                                                                            <comments>
                            <comment id="103041" author="adilger" created="Fri, 9 Jan 2015 18:39:57 +0000"  >&lt;p&gt;This is just a regular review-ldiskfs test run, not even review-dne, and it means that the MDT filesystem is corrupt at this point in the test, which isn&apos;t very far along.&lt;/p&gt;

&lt;p&gt;Bob, could you please run this test locally with RHEL 7, and find out what files the affected inodes belong to (32775 and 32776 in this case).  That can be done with something like the following to find the pathnames for those inodes, as well as dump the attributes for them:&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;debugfs -c /dev/lvm-Role_MDS/P1
debugfs&amp;gt; ncheck 32775 32776
debugfs&amp;gt; stat &amp;lt;32775&amp;gt;
debugfs&amp;gt; stat &amp;lt;32776&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Then we need to check why that subtest is causing problems, but this will at least narrow it down to a single subtest.&lt;/p&gt;</comment>
                            <comment id="103358" author="adilger" created="Tue, 13 Jan 2015 18:26:57 +0000"  >&lt;p&gt;Bob, any chance to run this test on RHEL7 again?&lt;/p&gt;</comment>
                            <comment id="103364" author="bogl" created="Tue, 13 Jan 2015 18:36:28 +0000"  >&lt;p&gt;not yet, hoping to get to it today&lt;/p&gt;</comment>
                            <comment id="103383" author="bogl" created="Tue, 13 Jan 2015 19:14:31 +0000"  >&lt;p&gt;doesn&apos;t seem to need el7 server to fail.  I see the following in a local test of only sanity, 17m with el7 client on el6 servers.  the exact error looks different, but it still fails.  I may have something wrong in my local environment.&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 17m: run e2fsck against MDT which contains short/long symlink ========================= 11:05:36 (1421175936)
create 512 short and long symlink files under /mnt/lustre/d17m.sanitym
erase them
Waiting for local destroys to complete
recreate the 512 symlink files with a shorter string
stop and checking mds1: e2fsck -fnvd /dev/sdb
Stopping /mnt/mds1 (opts:) on centos2
pdsh@centos7: centos2: ssh exited with exit code 1
centos2: e2fsck 1.42.12.wc1 (15-Sep-2014)
centos2: [QUOTA WARNING] Usage inconsistent for ID 0:actual (3624960, 1237) != expected (3899392, 2307)
centos2: [QUOTA WARNING] Usage inconsistent for ID 0:actual (3624960, 1237) != expected (3899392, 2306)
pdsh@centos7: centos2: ssh exited with exit code 4
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
Update quota info for quota type 0? no

Update quota info for quota type 1? no


lustre-MDT0000: ********** WARNING: Filesystem still has errors **********


        1246 inodes used (1.25%, out of 100000)
           6 non-contiguous files (0.5%)
           1 non-contiguous directory (0.1%)
             # of inodes with ind/dind/tind blocks: 5/0/0
       17580 blocks used (35.16%, out of 50000)
           0 bad blocks
           1 large file

          98 regular files
         115 directories
           0 character device files
           0 block device files
           0 fifos
           0 links
        1024 symbolic links (512 fast symbolic links)
           0 sockets
------------
        1237 files
Starting mds1:   /dev/sdb /mnt/mds1
Started lustre-MDT0000
 sanity test_17m: @@@@@@ FAIL: e2fsck should not report error upon  short/long symlink MDT: rc=4 
  Trace dump:
  = /usr/lib64/lustre/tests/test-framework.sh:4677:error_noexit()
  = /usr/lib64/lustre/tests/test-framework.sh:4708:error()
  = /usr/lib64/lustre/tests/sanity.sh:611:test_17m()
  = /usr/lib64/lustre/tests/test-framework.sh:4955:run_one()
  = /usr/lib64/lustre/tests/test-framework.sh:4992:run_one_logged()
  = /usr/lib64/lustre/tests/test-framework.sh:4809:run_test()
  = /usr/lib64/lustre/tests/sanity.sh:614:main()
Dumping lctl log to /tmp/test_logs/2015-01-13/110504/sanity.test_17m.*.1421176025.log
FAIL 17m (94s)
resend_count is set to 4 4
resend_count is set to 4 4
resend_count is set to 4 4
resend_count is set to 4 4
resend_count is set to 4 4
== sanity test complete, duration 119 sec ============================================================ 11:07:17 (1421176037)
sanity: FAIL: test_17m e2fsck should not report error upon  short/long symlink MDT: rc=4
debug=super ioctl neterror warning dlmtrace error emerg ha rpctrace vfstrace config console lfsck
sanity returned 0
Finished at Tue Jan 13 11:07:31 PST 2015 in 147s
/usr/lib64/lustre/tests/auster: completed with rc 0
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="103386" author="bogl" created="Tue, 13 Jan 2015 19:51:18 +0000"  >&lt;p&gt;I see a similar error with an el6.6 client.  whatever problem I&apos;m seeing isn&apos;t el7 only.&lt;/p&gt;</comment>
                            <comment id="103392" author="bogl" created="Tue, 13 Jan 2015 20:13:36 +0000"  >&lt;p&gt;all the rest of test 17 subtests work fine.  it looks like only 17m has problems&lt;/p&gt;</comment>
                            <comment id="103409" author="bogl" created="Tue, 13 Jan 2015 22:06:39 +0000"  >&lt;p&gt;errors reported above I think were due to missing quota-devel rpm on all my local test nodes.  with that rpm installed on client &amp;amp; servers I&apos;m no longer seeing any error in sanity, 17m.  That&apos;s with el6 servers.  Still trying to reproduce the original error in the ticket.&lt;/p&gt;</comment>
                            <comment id="103411" author="bogl" created="Tue, 13 Jan 2015 22:27:55 +0000"  >&lt;p&gt;I tried the simplest possible config, client &amp;amp; server on one node. The problem reproduces.&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 17m: run e2fsck against MDT which contains short/long symlink ========================= 14:21:42 (1421187702)
create 512 short and long symlink files under /mnt/lustre/d17m.sanitym
erase them
Waiting for local destroys to complete
recreate the 512 symlink files with a shorter string
stop and checking mds1: e2fsck -fnvd /dev/sdb
Stopping /mnt/mds1 (opts:) on centos7
e2fsck 1.42.12.wc1 (15-Sep-2014)
check_blocks:2814: increase inode 32777 badness 0 to 1
check_blocks:2814: increase inode 32779 badness 0 to 1
Pass 1: Checking inodes, blocks, and sizes
Inode 32777, i_size is 0, should be 4096.  Fix? no

Inode 32779, i_size is 0, should be 4096.  Fix? no

Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information

lustre-MDT0000: ********** WARNING: Filesystem still has errors **********
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;debugfs 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;[root@centos7 bogl]# umount /dev/sdb
[root@centos7 bogl]# debugfs /dev/sdb
debugfs 1.42.12.wc1 (15-Sep-2014)
debugfs:  ncheck 32777 32779
Inode	Pathname
32779	//PENDING
32777	/ROOT/.lustre/fid
debugfs:  stat PENDING
Inode: 32779   Type: directory    Mode:  0755   Flags: 0x0
Generation: 512259630    Version: 0x00000000:00000000
User:     0   Group:     0   Size: 0
File ACL: 0    Directory ACL: 0
Links: 2   Blockcount: 8
Fragment:  Address: 0    Number: 0    Size: 0
 ctime: 0x54b599b4:7dbd4a3c -- Tue Jan 13 14:18:28 2015
 atime: 0x54b599b4:7dbd4a3c -- Tue Jan 13 14:18:28 2015
 mtime: 0x54b599b4:7dbd4a3c -- Tue Jan 13 14:18:28 2015
crtime: 0x54b599b4:7dbd4a3c -- Tue Jan 13 14:18:28 2015
Size of extra inode fields: 28
Extended attributes stored in inode body: 
  lma = &quot;00 00 00 00 00 00 00 00 03 00 00 00 02 00 00 00 0a 00 00 00 00 00 00 00
 &quot; (24)
  lma: fid=[0x200000003:0xa:0x0] compat=0 incompat=0
BLOCKS:
(0):16620
TOTAL: 1

debugfs:  stat /ROOT/.lustre/fid
Inode: 32777   Type: directory    Mode:  0100   Flags: 0x0
Generation: 512259628    Version: 0x00000000:00000000
User:     0   Group:     0   Size: 0
File ACL: 0    Directory ACL: 0
Links: 2   Blockcount: 8
Fragment:  Address: 0    Number: 0    Size: 0
 ctime: 0x54b599b4:7dbd4a3c -- Tue Jan 13 14:18:28 2015
 atime: 0x54b599b4:7dbd4a3c -- Tue Jan 13 14:18:28 2015
 mtime: 0x54b599b4:7dbd4a3c -- Tue Jan 13 14:18:28 2015
crtime: 0x54b599b4:7dbd4a3c -- Tue Jan 13 14:18:28 2015
Size of extra inode fields: 28
Extended attributes stored in inode body: 
  lma = &quot;00 00 00 00 00 00 00 00 02 00 00 00 02 00 00 00 02 00 00 00 00 00 00 00
 &quot; (24)
  lma: fid=[0x200000002:0x2:0x0] compat=0 incompat=0
BLOCKS:
(0):16618
TOTAL: 1
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="103413" author="bogl" created="Tue, 13 Jan 2015 22:45:09 +0000"  >&lt;p&gt;non-zero Blockcount with 0 size on those entries looks kind of suspicious, but what do I know &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                            <comment id="103435" author="adilger" created="Wed, 14 Jan 2015 02:09:16 +0000"  >&lt;p&gt;The client version doesn&apos;t matter, only the server version, since clients don&apos;t interact with the soak filesystem directly. &lt;/p&gt;

&lt;p&gt;The affected files (PENDING, .lustre/fid) are internally created, so this is a bug in the osd-ldiskfs or MDD code. &lt;/p&gt;</comment>
                            <comment id="104512" author="bzzz" created="Fri, 23 Jan 2015 15:06:29 +0000"  >&lt;p&gt;Bob, do I understand correctly that you can reproduce the issue with el7 server only? I can&apos;t reproduce with el6 locally.&lt;/p&gt;</comment>
                            <comment id="104521" author="bogl" created="Fri, 23 Jan 2015 16:31:35 +0000"  >&lt;p&gt;Alex, yes exactly.  Appears 100% reproducible but only with el7 server.&lt;/p&gt;</comment>
                            <comment id="104523" author="bzzz" created="Fri, 23 Jan 2015 16:43:59 +0000"  >&lt;p&gt;then can I guess this is introduced with one of the patches adding el7 support?&lt;/p&gt;</comment>
                            <comment id="104525" author="bogl" created="Fri, 23 Jan 2015 16:49:52 +0000"  >&lt;p&gt;that&apos;s possible but not certain.  el7 ldiskfs is &lt;a href=&quot;http://review.whamcloud.com/#/c/10249&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/10249&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;could be some other non-obvious diff in kernel internal API for vfs, for example&lt;br/&gt;
even some e2fsck flaw specific to el7 is possible&lt;/p&gt;
</comment>
                            <comment id="104527" author="bzzz" created="Fri, 23 Jan 2015 16:53:27 +0000"  >&lt;p&gt;oh, yes, for sure.. we know, linux kernel api is super stable &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/wink.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                            <comment id="105735" author="simmonsja" created="Wed, 4 Feb 2015 21:30:25 +0000"  >&lt;p&gt;Actually I also have seen this error as well.&lt;/p&gt;</comment>
                            <comment id="105770" author="bzzz" created="Thu, 5 Feb 2015 03:59:11 +0000"  >&lt;p&gt;James, with el7 only?&lt;/p&gt;</comment>
                            <comment id="112096" author="simmonsja" created="Tue, 14 Apr 2015 19:51:23 +0000"  >&lt;p&gt;Got around to update the SLES12 ldiskfs support to see if I can reproduce this issue. Before I saw this issue but now I can&apos;t seem to reproduce it with the latest ldiskfs patch.&lt;/p&gt;</comment>
                            <comment id="112126" author="pjones" created="Wed, 15 Apr 2015 02:32:12 +0000"  >&lt;p&gt;Is it still happening on EL7?&lt;/p&gt;</comment>
                            <comment id="112150" author="gerrit" created="Wed, 15 Apr 2015 15:01:51 +0000"  >&lt;p&gt;Bob Glossman (bob.glossman@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/14469&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14469&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6096&quot; title=&quot;sanity test_17m: e2fsck Inode 32775, i_size is 0, should be 4096&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6096&quot;&gt;&lt;del&gt;LU-6096&lt;/del&gt;&lt;/a&gt; test: force test of known failure&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 747eeed7e4eec9ea5c900886d97709b7d9ef9e0b&lt;/p&gt;

&lt;p&gt;quickest way to prove it&apos;s still a problem is to let autotest tell us&lt;/p&gt;</comment>
                            <comment id="112154" author="bogl" created="Wed, 15 Apr 2015 16:28:45 +0000"  >&lt;p&gt;yes, it still fails.  see &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/32d9d04a-e38c-11e4-bb64-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/32d9d04a-e38c-11e4-bb64-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="114891" author="adilger" created="Mon, 11 May 2015 17:28:41 +0000"  >&lt;p&gt;Alex, can you please take a look at this?&lt;/p&gt;</comment>
                            <comment id="115019" author="bzzz" created="Tue, 12 May 2015 14:47:43 +0000"  >&lt;p&gt;I pushed a debug patch.&lt;/p&gt;</comment>
                            <comment id="115020" author="bogl" created="Tue, 12 May 2015 14:51:09 +0000"  >&lt;p&gt;I think there may be a typo in that debug patch. title in commit header refers to 6069, not 6096&lt;/p&gt;</comment>
                            <comment id="115021" author="bzzz" created="Tue, 12 May 2015 14:58:23 +0000"  >&lt;p&gt;ok, thanks. that&apos;s just to try to catch the cause.. not to fix the issue.&lt;/p&gt;</comment>
                            <comment id="116042" author="adilger" created="Wed, 20 May 2015 18:29:50 +0000"  >&lt;p&gt;Patch is &lt;a href=&quot;http://review.whamcloud.com/14772&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14772&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="116043" author="adilger" created="Wed, 20 May 2015 18:35:29 +0000"  >&lt;p&gt;It looks like the requested sanity test_17m test was run, but none of the added LASSERTs/BUG were hit.&lt;/p&gt;

&lt;p&gt;Alex, what is the next step?&lt;/p&gt;</comment>
                            <comment id="116044" author="bzzz" created="Wed, 20 May 2015 18:38:08 +0000"  >&lt;p&gt;going to reproduce locally, will take a bit.&lt;/p&gt;</comment>
                            <comment id="116327" author="bzzz" created="Mon, 25 May 2015 12:42:46 +0000"  >&lt;p&gt;the patch referenced above should address the issue.&lt;/p&gt;</comment>
                            <comment id="116409" author="bogl" created="Tue, 26 May 2015 16:37:42 +0000"  >&lt;p&gt;In local test on el7 servers the fix works.  The problem which was 100% reproducible now doesn&apos;t appear even once.&lt;/p&gt;
</comment>
                            <comment id="116426" author="gerrit" created="Tue, 26 May 2015 17:37:35 +0000"  >&lt;p&gt;Andreas Dilger (andreas.dilger@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/14772/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14772/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6096&quot; title=&quot;sanity test_17m: e2fsck Inode 32775, i_size is 0, should be 4096&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6096&quot;&gt;&lt;del&gt;LU-6096&lt;/del&gt;&lt;/a&gt; osd: mark directory&apos;s inode dirty&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 52437f5218fc911cc0b6b9f36e8a143bf54f1024&lt;/p&gt;</comment>
                            <comment id="116427" author="adilger" created="Tue, 26 May 2015 17:38:42 +0000"  >&lt;p&gt;Patch landed to master for 2.8.0.&lt;/p&gt;</comment>
                            <comment id="119846" author="sarah" created="Mon, 29 Jun 2015 18:25:09 +0000"  >&lt;p&gt;Hit this error again on build #3071 EL7 DNE mode&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/683aadc2-1311-11e5-8d21-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/683aadc2-1311-11e5-8d21-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="120315" author="adilger" created="Fri, 3 Jul 2015 21:01:26 +0000"  >&lt;p&gt;It looks like this is still being hit.  The symptom is slightly different - instead of only the &lt;tt&gt;PENDING&lt;/tt&gt; and &lt;tt&gt;.lustre/fid&lt;/tt&gt; directories being affected, it looks like a larger number of directories are having problems:&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;onyx-41vm7: e2fsck 1.42.12.wc1 (15-Sep-2014)
onyx-41vm7: check_blocks:2814: increase inode 139 badness 0 to 1
onyx-41vm7: check_blocks:2814: increase inode 140 badness 0 to 1
onyx-41vm7: check_blocks:2814: increase inode 142 badness 0 to 1
onyx-41vm7: check_blocks:2814: increase inode 143 badness 0 to 1
onyx-41vm7: check_blocks:2814: increase inode 145 badness 0 to 1
onyx-41vm7: check_blocks:2814: increase inode 146 badness 0 to 1
onyx-41vm7: check_blocks:2814: increase inode 148 badness 0 to 1
onyx-41vm7: check_blocks:2814: increase inode 524394 badness 0 to 1
onyx-41vm7: check_blocks:2814: increase inode 524397 badness 0 to 1
onyx-41vm7: check_blocks:2814: increase inode 524402 badness 0 to 1
onyx-41vm7: check_blocks:2814: increase inode 524405 badness 0 to 1
onyx-41vm7: check_blocks:2814: increase inode 524408 badness 0 to 1
onyx-41vm7: check_blocks:2814: increase inode 524411 badness 0 to 1
onyx-41vm7: check_blocks:2814: increase inode 524416 badness 0 to 1
onyx-41vm7: check_blocks:2814: increase inode 524421 badness 0 to 1
onyx-41vm7: check_blocks:2814: increase inode 524424 badness 0 to 1
onyx-41vm7: check_blocks:2814: increase inode 524429 badness 0 to 1
onyx-41vm7: check_blocks:2814: increase inode 524433 badness 0 to 1
Pass 1: Checking inodes, blocks, and sizes
Inode 139, i_size is 0, should be 4096.  Fix? no
Inode 140, i_size is 0, should be 4096.  Fix? no
Inode 142, i_size is 0, should be 4096.  Fix? no
Inode 143, i_size is 0, should be 4096.  Fix? no
Inode 145, i_size is 0, should be 4096.  Fix? no
Inode 146, i_size is 0, should be 4096.  Fix? no
Inode 148, i_size is 0, should be 4096.  Fix? no
Inode 524394, i_size is 0, should be 4096.  Fix? no
Inode 524397, i_size is 0, should be 4096.  Fix? no
Inode 524402, i_size is 0, should be 4096.  Fix? no
Inode 524405, i_size is 0, should be 4096.  Fix? no
Inode 524408, i_size is 0, should be 4096.  Fix? no
Inode 524411, i_size is 0, should be 4096.  Fix? no
Inode 524416, i_size is 0, should be 4096.  Fix? no
Inode 524421, i_size is 0, should be 4096.  Fix? no
Inode 524424, i_size is 0, should be 4096.  Fix? no
Inode 524429, i_size is 0, should be 4096.  Fix? no
Inode 524433, i_size is 0, should be 4096.  Fix? no
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;It still always seems related to EL7 though.&lt;/p&gt;</comment>
                            <comment id="120603" author="adilger" created="Tue, 7 Jul 2015 18:00:33 +0000"  >&lt;p&gt;Alex, any comment on this?  Is it possible the filesystem is being uncounted without flushing those updates to disk?&lt;/p&gt;</comment>
                            <comment id="120611" author="bzzz" created="Tue, 7 Jul 2015 18:26:38 +0000"  >&lt;p&gt;I&apos;m trying to reproduce this locally.. will take some time.&lt;/p&gt;</comment>
                            <comment id="121124" author="gerrit" created="Mon, 13 Jul 2015 12:05:44 +0000"  >&lt;p&gt;Alex Zhuravlev (alexey.zhuravlev@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/15581&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/15581&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6096&quot; title=&quot;sanity test_17m: e2fsck Inode 32775, i_size is 0, should be 4096&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6096&quot;&gt;&lt;del&gt;LU-6096&lt;/del&gt;&lt;/a&gt; osd: mark dir&apos;s inode dirty&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: d62ecb63fb898caa8c83f99ea325d5ad3fb96e00&lt;/p&gt;</comment>
                            <comment id="122429" author="simmonsja" created="Tue, 28 Jul 2015 17:10:03 +0000"  >&lt;p&gt;Bob is this also a problem for SLES12?&lt;/p&gt;</comment>
                            <comment id="122433" author="bogl" created="Tue, 28 Jul 2015 17:42:48 +0000"  >&lt;p&gt;James, have never seen it on sles12, only on el7.  can&apos;t promise it&apos;s not in sles12 too.&lt;/p&gt;</comment>
                            <comment id="123279" author="gerrit" created="Wed, 5 Aug 2015 02:19:27 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/15581/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/15581/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6096&quot; title=&quot;sanity test_17m: e2fsck Inode 32775, i_size is 0, should be 4096&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6096&quot;&gt;&lt;del&gt;LU-6096&lt;/del&gt;&lt;/a&gt; ldiskfs: mark dir&apos;s inode dirty&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: bad49e39e301d4367eaead5ee566f5dcacfde8f6&lt;/p&gt;</comment>
                            <comment id="123310" author="pjones" created="Wed, 5 Aug 2015 12:50:23 +0000"  >&lt;p&gt;Landed for 2.8. Resolving ticket. If this every crops up on SLES12 we can always open a ticket for it then&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="31890">LU-7094</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="24605">LU-5022</issuekey>
        </issuelink>
                            </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|hzx3hr:</customfieldvalue>

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