<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:48:02 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-11915] conf-sanity test 115 is skipped or hangs</title>
                <link>https://jira.whamcloud.com/browse/LU-11915</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;conf-sanity test_115 is only run for ldiskfs MDS file systems and is skipped for ZFS. Looking back for the past couple of weeks, this test is either skipped and in the past few days it has started to hang. &lt;/p&gt;

&lt;p&gt;For some reason, the test is skipped when the formatting of MDS1 fails&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;
8316         local mds_opts=&quot;$(mkfs_opts mds1 ${mdsdev}) --device-size=$IMAGESIZE   \
8317                 --mkfsoptions=&apos;-O lazy_itable_init,ea_inode,^resize_inode,meta_bg \
8318                 -i 1024&apos;&quot;
8319         add mds1 $mds_opts --mgs --reformat $mdsdev ||
8320                 { skip_env &lt;span class=&quot;code-quote&quot;&gt;&quot;format large MDT failed&quot;&lt;/span&gt;; &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; 0; }
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Shouldn&#8217;t this be an error?&lt;/p&gt;

&lt;p&gt;Starting on January 30, 2019, conf-sanity test 115 started hanging only for review-dne-part-3 test sessions. Looking at the logs from a recent hang, &lt;a href=&quot;https://testing.whamcloud.com/test_sets/d49db868-2610-11e9-8486-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/d49db868-2610-11e9-8486-52540065bddc&lt;/a&gt; , the last thing seen in the client 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;== conf-sanity test 115: Access large xattr with inodes number over 2TB ============================== 09:51:24 (1549014684)
Stopping clients: onyx-34vm6.onyx.whamcloud.com,onyx-34vm7 /mnt/lustre (opts:)
CMD: onyx-34vm6.onyx.whamcloud.com,onyx-34vm7 running=\$(grep -c /mnt/lustre&apos; &apos; /proc/mounts);
if [ \$running -ne 0 ] ; then
echo Stopping client \$(hostname) /mnt/lustre opts:;
lsof /mnt/lustre || need_kill=no;
if [ x != x -a x\$need_kill != xno ]; then
    pids=\$(lsof -t /mnt/lustre | sort -u);
    if [ -n \&quot;\$pids\&quot; ]; then
             kill -9 \$pids;
    fi
fi;
while umount  /mnt/lustre 2&amp;gt;&amp;amp;1 | grep -q busy; do
    echo /mnt/lustre is still busy, wait one second &amp;amp;&amp;amp; sleep 1;
done;
fi
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The console logs don&#8217;t have much information about this test in them; no errors, LBUGS, etc. &lt;/p&gt;

&lt;p&gt;There were two new tests added to conf-sanity that run right before test 115; conf-santiy tests 110 and 111 added by &lt;a href=&quot;https://review.whamcloud.com/22009&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/22009&lt;/a&gt; . Maybe there is some residual effect from these tests running in a DNE environment.&lt;/p&gt;

&lt;p&gt;Logs for other hangs are at&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sets/d49db868-2610-11e9-8486-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/d49db868-2610-11e9-8486-52540065bddc&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sets/8d6ec5d2-25ab-11e9-a318-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/8d6ec5d2-25ab-11e9-a318-52540065bddc&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Logs for skipping this test are at&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sets/bb4dbd90-25a7-11e9-b97f-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/bb4dbd90-25a7-11e9-b97f-52540065bddc&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sets/1adf3cf6-2590-11e9-b54c-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/1adf3cf6-2590-11e9-b54c-52540065bddc&lt;/a&gt;&lt;/p&gt;</description>
                <environment>DNE</environment>
        <key id="54751">LU-11915</key>
            <summary>conf-sanity test 115 is skipped or hangs</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="1" iconUrl="https://jira.whamcloud.com/images/icons/statuses/open.png" description="The issue is open and ready for the assignee to start work on it.">Open</status>
                    <statusCategory id="2" key="new" colorName="default"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="ablagodarenko">Artem Blagodarenko</assignee>
                                    <reporter username="jamesanunez">James Nunez</reporter>
                        <labels>
                            <label>DNE</label>
                            <label>always_except</label>
                    </labels>
                <created>Fri, 1 Feb 2019 21:53:44 +0000</created>
                <updated>Thu, 4 Aug 2022 21:48:30 +0000</updated>
                                            <version>Lustre 2.13.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="241200" author="adilger" created="Fri, 1 Feb 2019 22:25:03 +0000"  >&lt;p&gt;Probably this needs to reset back to the original filesystem parameters and reformat the filesystem if the large MDT format fails. &lt;/p&gt;</comment>
                            <comment id="241209" author="jamesanunez" created="Fri, 1 Feb 2019 23:50:50 +0000"  >&lt;p&gt;Artem, &lt;/p&gt;

&lt;p&gt;Would you please investigate these failures?&lt;/p&gt;

&lt;p&gt;Thank you,&lt;br/&gt;
James&lt;/p&gt;</comment>
                            <comment id="241211" author="gerrit" created="Sat, 2 Feb 2019 00:20:27 +0000"  >&lt;p&gt;James Nunez (jnunez@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34166&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34166&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11915&quot; title=&quot;conf-sanity test 115 is skipped or hangs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11915&quot;&gt;LU-11915&lt;/a&gt; tests: stop running conf-sanity test 110&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: d1f889acd98d01ac7379372bca5b7971733aa937&lt;/p&gt;</comment>
                            <comment id="241313" author="gerrit" created="Mon, 4 Feb 2019 17:32:48 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34166/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34166/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11915&quot; title=&quot;conf-sanity test 115 is skipped or hangs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11915&quot;&gt;LU-11915&lt;/a&gt; tests: stop running conf-sanity test 110&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 22ea5c8edfc9608ee5be056b61dd9fc000865791&lt;/p&gt;</comment>
                            <comment id="241627" author="jamesanunez" created="Fri, 8 Feb 2019 20:13:16 +0000"  >&lt;p&gt;Maybe this is a DNE issue; &lt;a href=&quot;https://testing.whamcloud.com/test_sets/e48fa04c-2b60-11e9-b3df-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/e48fa04c-2b60-11e9-b3df-52540065bddc&lt;/a&gt; ?&lt;/p&gt;</comment>
                            <comment id="242855" author="gerrit" created="Tue, 26 Feb 2019 21:26:40 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34334&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34334&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11915&quot; title=&quot;conf-sanity test 115 is skipped or hangs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11915&quot;&gt;LU-11915&lt;/a&gt; tests: clean up after test_110 properly&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 1eaa048b40d2a8b657ae296ec1a77b1c4a15b8f3&lt;/p&gt;</comment>
                            <comment id="242856" author="adilger" created="Tue, 26 Feb 2019 21:27:40 +0000"  >&lt;p&gt;Hit this on a single-MDS test run:&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sets/aaf3cd4c-39c3-11e9-8f69-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/aaf3cd4c-39c3-11e9-8f69-52540065bddc&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="242937" author="aboyko" created="Wed, 27 Feb 2019 08:53:19 +0000"  >&lt;p&gt;Andreas, I`ve created a big cleanup for conf-sanity and you try to do the same at your patch&#160;&lt;a href=&quot;https://review.whamcloud.com/34334&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34334&lt;/a&gt;.&#160;reformat at every test would add much time for conf-sanity.&lt;/p&gt;

&lt;p&gt;Could you inspect &lt;a href=&quot;https://review.whamcloud.com/#/c/33589/,&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/#/c/33589/,&lt;/a&gt;&#160;it pass Maloo with different configurations.&#160;&lt;/p&gt;</comment>
                            <comment id="242940" author="adilger" created="Wed, 27 Feb 2019 09:34:41 +0000"  >&lt;p&gt;Add a link to the other ticket so it can be found.&lt;/p&gt;</comment>
                            <comment id="242941" author="adilger" created="Wed, 27 Feb 2019 09:48:15 +0000"  >&lt;p&gt;Alexander, I didn&apos;t know about &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10717&quot; title=&quot;several conf-sanity tests failed: FAIL: start mgs failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10717&quot;&gt;&lt;del&gt;LU-10717&lt;/del&gt;&lt;/a&gt; since there was no linkage to that ticket here, and no patch was available, and I wanted to get this test passing again consistently.&lt;/p&gt;

&lt;p&gt;That said, test_110 is still being skipped in patch &lt;a href=&quot;https://review.whamcloud.com/33589&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33589&lt;/a&gt; &quot;&lt;tt&gt;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10717&quot; title=&quot;several conf-sanity tests failed: FAIL: start mgs failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10717&quot;&gt;&lt;del&gt;LU-10717&lt;/del&gt;&lt;/a&gt; tests: tests should not start mgs&lt;/tt&gt;&quot; so it isn&apos;t clear if your patch is fixing the problem or not.&lt;/p&gt;</comment>
                            <comment id="242970" author="adilger" created="Wed, 27 Feb 2019 19:07:57 +0000"  >&lt;p&gt;Alexander, could you or Artem please update &lt;a href=&quot;https://review.whamcloud.com/34334&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34334&lt;/a&gt; to not conflict with your  &lt;a href=&quot;https://review.whamcloud.com/33589&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33589&lt;/a&gt; patch, or maybe just change it to skip test_110 always and fix it in a separate patch, since this is still causing test failures.&lt;/p&gt;</comment>
                            <comment id="244450" author="artem_blagodarenko" created="Thu, 21 Mar 2019 18:42:27 +0000"  >&lt;p&gt;Andreas, it looks like conf-sanity test 115 can not pass because linkEA is never created in external node because of this fix:&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;
ommit e760042016bb5b12f9b21568304c02711930720f
Author: Fan Yong &amp;lt;fan.yong@intel.com&amp;gt;
Date: &#160; Sun Aug 28 18:15:37 2016 +0800


&#160; &#160; LU-8569 linkea: linkEA size limitation
&#160;&#160; &#160;
&#160; &#160; Under DNE mode, &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; we &lt;span class=&quot;code-keyword&quot;&gt;do&lt;/span&gt; not restrict the linkEA size, and &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; there
&#160; &#160; are too many cross-MDTs hard links to the same object, then it will
&#160; &#160; casue the llog overflow. On the other hand, too many linkEA entries
&#160; &#160; in the linkEA will serious affect the linkEA performance because we
&#160; &#160; only support to locate linkEA entry consecutively.
&#160;&#160; &#160;
&#160; &#160; So we need to restrict the linkEA size. Currently, it is 4096 bytes,
&#160; &#160; that is independent from the backend. If too many hard links caused
&#160; &#160; the linkEA overflowed, we will add overflow timestamp in the linkEA
&#160; &#160; header. Such overflow timestamp has some functionalities:
&#160;&#160; &#160;
&#160; &#160; 1. It will prevent the object being migrated to other MDT, because
&#160;&#160; &#160; &#160; some name entries may be not in the linkEA, so we cannot update
&#160;&#160; &#160; &#160; these name entries &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; the migration.
&#160;&#160; &#160;
&#160; &#160; 2. It will tell the namespace LFSCK that the &lt;span class=&quot;code-quote&quot;&gt;&apos;nlink&apos;&lt;/span&gt; attribute may
&#160;&#160; &#160; &#160; be more trustable than the linkEA, then avoid misguiding the
&#160;&#160; &#160; &#160; namespace LFSCK to repair &lt;span class=&quot;code-quote&quot;&gt;&apos;nlink&apos;&lt;/span&gt; attribute based on linkEA.
&#160;&#160; &#160;
&#160; &#160; There will be subsequent patch(es) &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; namespace LFSCK to handle the
&#160; &#160; linkEA size limitation and overflow cases.
&#160;&#160; &#160;
&#160; &#160; Signed-off-by: Fan Yong &amp;lt;fan.yong@intel.com&amp;gt;
&#160; &#160; Change-Id: I2d6c2be04305c1d7e3af160d8b80e73b66a36483
&#160; &#160; Reviewed-on: https:&lt;span class=&quot;code-comment&quot;&gt;//review.whamcloud.com/23500
&lt;/span&gt;&#160; &#160; Tested-by: Jenkins
&#160; &#160; Tested-by: Maloo &amp;lt;hpdd-maloo@intel.com&amp;gt;
&#160; &#160; Reviewed-by: Andreas Dilger &amp;lt;andreas.dilger@intel.com&amp;gt;
&#160; &#160; Reviewed-by: wangdi &amp;lt;di.wang@intel.com&amp;gt;
&#160; &#160; Reviewed-by: Lai Siyao &amp;lt;lai.siyao@intel.com&amp;gt;
&#160; &#160; Reviewed-by: Oleg Drokin &amp;lt;oleg.drokin@intel.com&amp;gt; 

&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;We need some other way to create xattrs in external node.&lt;/p&gt;</comment>
                            <comment id="246396" author="jamesanunez" created="Fri, 26 Apr 2019 14:13:09 +0000"  >&lt;p&gt;We are seeing conf-sanity test 115 hang; &lt;a href=&quot;https://testing.whamcloud.com/test_sets/373dc784-6661-11e9-aeec-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/373dc784-6661-11e9-aeec-52540065bddc&lt;/a&gt; . The interesting thing here is that the test says it is going to be skipped, but hangs due to issues with the NFS server. From client 1&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;[21609.829724] echo Stopping client $(hostname) /mnt/lustre2 opts:-f;
[21609.829724] lsof /mnt/lustre2 || need_kill=no;
[21609.829724] if [ x-f != x -a x$need_kill != xno ]; then
[21609.829724]     pids=$(lsof -t /mnt/lustre2 | sort -u);
[21800.653279] nfs: server trevis-1.trevis.whamcloud.com not responding, still trying
[21816.012465] nfs: server trevis-1.trevis.whamcloud.com not responding, still trying
[21831.371588] nfs: server trevis-2.trevis.whamcloud.com not responding, timed out
[21843.530876] nfs: server trevis-1.trevis.whamcloud.com not responding, timed out
[21870.281299] INFO: task tee:30317 blocked for more than 120 seconds.
[21870.282667]       Tainted: G           OE    4.15.0-45-generic #48-Ubuntu
[21870.283887] &quot;echo 0 &amp;gt; /proc/sys/kernel/hung_task_timeout_secs&quot; disables this message.
[21870.285300] tee             D    0 30317   1211 0x00000000
[21870.286399] Call Trace:
[21870.286996]  __schedule+0x291/0x8a0
[21870.287718]  ? update_curr+0x173/0x1d0
[21870.288504]  ? bit_wait+0x60/0x60
[21870.289194]  schedule+0x2c/0x80
[21870.289854]  io_schedule+0x16/0x40
[21870.290563]  bit_wait_io+0x11/0x60
[21870.291238]  __wait_on_bit+0x4c/0x90
[21870.291947]  out_of_line_wait_on_bit+0x90/0xb0
[21870.292797]  ? bit_waitqueue+0x40/0x40
[21870.293622]  nfs_wait_on_request+0x46/0x50 [nfs]
[21870.294504]  nfs_lock_and_join_requests+0x121/0x510 [nfs]
[21870.295507]  ? __switch_to_asm+0x34/0x70
[21870.296273]  ? radix_tree_lookup_slot+0x22/0x50
[21870.297139]  nfs_updatepage+0x155/0x920 [nfs]
[21870.297996]  nfs_write_end+0x19a/0x4f0 [nfs]
[21870.298841]  generic_perform_write+0xf6/0x1b0
[21870.299672]  ? _cond_resched+0x19/0x40
[21870.300396]  ? _cond_resched+0x19/0x40
[21870.301135]  nfs_file_write+0xfd/0x240 [nfs]
[21870.301999]  new_sync_write+0xe7/0x140
[21870.302754]  __vfs_write+0x29/0x40
[21870.303433]  vfs_write+0xb1/0x1a0
[21870.304102]  SyS_write+0x55/0xc0
[21870.304767]  do_syscall_64+0x73/0x130
[21870.305497]  entry_SYSCALL_64_after_hwframe+0x3d/0xa2
[21870.306442] RIP: 0033:0x7ff061e0a154
[21870.307144] RSP: 002b:00007ffe153fc848 EFLAGS: 00000246 ORIG_RAX: 0000000000000001
[21870.308494] RAX: ffffffffffffffda RBX: 0000000000000044 RCX: 00007ff061e0a154
[21870.309781] RDX: 0000000000000044 RSI: 00007ffe153fc930 RDI: 0000000000000003
[21870.311067] RBP: 00007ffe153fc930 R08: 0000000000000044 R09: 00007ff062309540
[21870.312334] R10: 00000000000001b6 R11: 0000000000000246 R12: 000055636b8aa460
[21870.313623] R13: 0000000000000044 R14: 00007ff0620e1760 R15: 0000000000000044
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;So, this may be an environment issue?&lt;/p&gt;</comment>
                            <comment id="247582" author="gerrit" created="Thu, 23 May 2019 11:51:19 +0000"  >&lt;p&gt;Artem Blagodarenko (c17828@cray.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34948&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34948&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11915&quot; title=&quot;conf-sanity test 115 is skipped or hangs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11915&quot;&gt;LU-11915&lt;/a&gt; tests: exlude ea_link from conf-sanity test 115&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 7bdcca3d8cdb3e82b5b0caa8d95df6ed12c1fc93&lt;/p&gt;</comment>
                            <comment id="250667" author="gerrit" created="Thu, 4 Jul 2019 11:12:21 +0000"  >&lt;p&gt;Artem Blagodarenko (c17828@cray.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35417&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35417&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11915&quot; title=&quot;conf-sanity test 115 is skipped or hangs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11915&quot;&gt;LU-11915&lt;/a&gt;  deubugfs: add support for xattrs in external inodes&lt;br/&gt;
Project: tools/e2fsprogs&lt;br/&gt;
Branch: master-lustre&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 1975e0da16366a920503a039371deb0586cfe74d&lt;/p&gt;</comment>
                            <comment id="250846" author="gerrit" created="Mon, 8 Jul 2019 17:56:59 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35417/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35417/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11915&quot; title=&quot;conf-sanity test 115 is skipped or hangs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11915&quot;&gt;LU-11915&lt;/a&gt;  deubugfs: add support for xattrs in external inodes&lt;br/&gt;
Project: tools/e2fsprogs&lt;br/&gt;
Branch: master-lustre&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: ec5a7546520431ac6259fab6752321e32184ab6a&lt;/p&gt;</comment>
                            <comment id="254561" author="gerrit" created="Thu, 12 Sep 2019 03:25:21 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34948/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34948/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11915&quot; title=&quot;conf-sanity test 115 is skipped or hangs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11915&quot;&gt;LU-11915&lt;/a&gt; tests: use trusted.* xattr for conf-sanity test_115&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: b6333589fb05feadccae86acfb6ceeeba87f8b9b&lt;/p&gt;</comment>
                            <comment id="262258" author="adilger" created="Fri, 31 Jan 2020 05:56:26 +0000"  >&lt;p&gt;The conf-sanity test_110 is still being skipped on master.  What is still needed to get that running and passing again?  &lt;/p&gt;</comment>
                            <comment id="262266" author="artem_blagodarenko" created="Fri, 31 Jan 2020 09:26:35 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=adilger&quot; class=&quot;user-hover&quot; rel=&quot;adilger&quot;&gt;adilger&lt;/a&gt;, this issue is about conf-sanity test_115 that is &quot;Access large xattr with inodes number over 2TB&quot;&lt;/p&gt;

&lt;p&gt;The conf-sanity test_110 is about large_dir feature. Should your last comment be moved to &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11546&quot; title=&quot;enable large_dir support for MDTs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11546&quot;&gt;&lt;del&gt;LU-11546&lt;/del&gt;&lt;/a&gt;?&lt;/p&gt;</comment>
                            <comment id="262275" author="adilger" created="Fri, 31 Jan 2020 12:41:15 +0000"  >&lt;p&gt;I think that test_110() is marked disabled because of this ticket?  At least if it is enabled, it is test_115 that fails. &lt;/p&gt;</comment>
                            <comment id="262277" author="artem_blagodarenko" created="Fri, 31 Jan 2020 12:46:42 +0000"  >&lt;blockquote&gt;
&lt;p&gt;I think that test_110() is marked disabled because of this ticket? At least if it is enabled, it is test_115 that fails.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Is this the testing system specification or something in conf-sanity sources?&lt;/p&gt;</comment>
                            <comment id="262282" author="artem_blagodarenko" created="Fri, 31 Jan 2020 13:08:05 +0000"  >&lt;p&gt;Ok. I see the patch now.&lt;br/&gt;
James Nunez (jnunez@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34166&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34166&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11915&quot; title=&quot;conf-sanity test 115 is skipped or hangs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11915&quot;&gt;LU-11915&lt;/a&gt; tests: stop running conf-sanity test 110&lt;/p&gt;</comment>
                            <comment id="263112" author="adilger" created="Wed, 12 Feb 2020 00:20:26 +0000"  >&lt;p&gt;Artem, I updated the e2fsprogs version number to 1.45.2.wc2 for the fixes under &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13197&quot; title=&quot;e2fsck fails with &amp;#39;Internal error: couldn&amp;#39;t find dir_info for 1222630503&amp;#39;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13197&quot;&gt;&lt;del&gt;LU-13197&lt;/del&gt;&lt;/a&gt;, but that caused test_115 to fail.  In fact, that test has not been running in testing ever since this patch landed.  The test has been skipped because of ZFS or because of the e2fsprogs-1.45.2.wc1 version, or &quot;format large MDT failed&quot;.  With the new e2fsprogs-1.45.2.wc2 build it is now failing with:&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/a35ed82a-4cb3-11ea-aeb7-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/a35ed82a-4cb3-11ea-aeb7-52540065bddc&lt;/a&gt;&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;CMD: trevis-54vm3 mkdir -p /mnt/lustre-ost1; mount -t lustre   /dev/mapper/ost1_flakey /mnt/lustre-ost1
trevis-54vm3: mount.lustre: mount /dev/mapper/ost1_flakey at /mnt/lustre-ost1 failed: Address already in use
trevis-54vm3: The target service&apos;s index is already in use. (/dev/mapper/ost1_flakey)
Start of /dev/mapper/ost1_flakey on ost1 failed 98
 conf-sanity test_115: @@@@@@ FAIL: start OSS failed 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;I don&apos;t &lt;em&gt;think&lt;/em&gt; this is fallout from the previous test, because test_115() calls &lt;tt&gt;stopall&lt;/tt&gt; at the beginning.&lt;br/&gt;
From the messages, it looks like it is using a flakey backing device, even though there is a check to avoid this:&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;
        is_dm_flakey_dev $SINGLEMDS $(mdsdevname 1) &amp;amp;&amp;amp;
                skip &lt;span class=&quot;code-quote&quot;&gt;&quot;This test can not be executed on flakey dev&quot;&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="263120" author="adilger" created="Wed, 12 Feb 2020 03:21:27 +0000"  >&lt;p&gt;In the logs it also shows:&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;LustreError: 140-5: Server lustre-OST0000 requested index 0, but that index is already in use. Use --writeconf to force
LustreError: 16154:0:(mgs_handler.c:524:mgs_target_reg()) Failed to write lustre-OST0000 log (-98)
Lustre: DEBUG MARKER: /usr/sbin/lctl mark  conf-sanity test_115: @@@@@@ FAIL: start OSS failed 
Lustre: DEBUG MARKER: conf-sanity test_115: @@@@@@ FAIL: start OSS failed
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;It looks like the MGS needs to be reformatted for this test or something?&lt;/p&gt;</comment>
                            <comment id="263126" author="gerrit" created="Wed, 12 Feb 2020 06:51:08 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/37548&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37548&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11915&quot; title=&quot;conf-sanity test 115 is skipped or hangs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11915&quot;&gt;LU-11915&lt;/a&gt; tests: add debugging to conf-sanity test_115&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 6bd24d6b04233cda09f09b79c5c6833e62827db6&lt;/p&gt;</comment>
                            <comment id="263127" author="adilger" created="Wed, 12 Feb 2020 06:53:21 +0000"  >&lt;p&gt;Looking further at the logs, I see:&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;mkfs.lustre --mgs --fsname=lustre --mdt --index=0 ...
   Permanent disk data:
Target:     lustre:MDT0000
Mount type: ldiskfs
Flags:      0x65
              (MDT MGS first_time update)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;So this is actually a combined MGS+MDS that is just newly formatted.  &lt;/p&gt;

&lt;p&gt;I&apos;ve pushed a debug patch to see if there is something wrong with the config (left-over MGS or MDS device mounted).&lt;/p&gt;</comment>
                            <comment id="263191" author="adilger" created="Wed, 12 Feb 2020 22:07:39 +0000"  >&lt;p&gt;I verified that the filesystems are newly formatted, and none of the modules are loaded during the test:&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sets/4244009c-4d94-11ea-b69a-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/4244009c-4d94-11ea-b69a-52540065bddc&lt;/a&gt;&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;client: 
opening /dev/obd failed: No such file or directory
hint: the kernel modules may not be loaded
mds1: 
CMD: trevis-27vm12 lctl dl; mount | grep lustre
ost1: 
CMD: trevis-27vm3 lctl dl; mount | grep lustre
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;so it isn&apos;t at all clear to me why it considers the device already in use.&lt;/p&gt;</comment>
                            <comment id="263954" author="gerrit" created="Tue, 25 Feb 2020 05:50:14 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/37548/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37548/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11915&quot; title=&quot;conf-sanity test 115 is skipped or hangs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11915&quot;&gt;LU-11915&lt;/a&gt; tests: add debugging to conf-sanity test_115&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 037abde0c33f4fff49c237e8588a45cc3da21c59&lt;/p&gt;</comment>
                            <comment id="272078" author="gerrit" created="Fri, 5 Jun 2020 15:53:57 +0000"  >&lt;p&gt;Artem Blagodarenko (artem.blagodarenko@hpe.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38849&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38849&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11915&quot; title=&quot;conf-sanity test 115 is skipped or hangs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11915&quot;&gt;LU-11915&lt;/a&gt; tests: fix conf-sanity 115 test&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 76c4c3f42b655db45a632f3608c2607e25a90f29&lt;/p&gt;</comment>
                            <comment id="272079" author="artem_blagodarenko" created="Fri, 5 Jun 2020 15:55:37 +0000"  >&lt;p&gt;With parameter &quot;FLAKEY=false&quot; the error &quot;trevis-54vm3: The target service&apos;s index is already in use (/dev/mapper/ost1_flakey)&quot; is gone. With some fixes, test passed on my local test environment.&lt;/p&gt;</comment>
                            <comment id="320711" author="gerrit" created="Mon, 13 Dec 2021 03:52:56 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/38849/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38849/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11915&quot; title=&quot;conf-sanity test 115 is skipped or hangs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11915&quot;&gt;LU-11915&lt;/a&gt; tests: fix conf-sanity 115 test&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: ef13d5464ec7c91c8479ef3e987732dc6355d5ee&lt;/p&gt;</comment>
                            <comment id="320734" author="bzzz" created="Mon, 13 Dec 2021 11:27:14 +0000"  >&lt;p&gt;the last patch breaks local testing:&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;
 SKIP: conf-sanity test_115 format large MDT failed
./../tests/test-framework.sh: line 5894: cannot create temp file &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; here-document: No space left on device
cannot run remote command on /mnt/build/lustre/tests/../utils/lctl with no_dsh
./../tests/test-framework.sh: line 6391: echo: write error: No space left on device
./../tests/test-framework.sh: line 6395: echo: write error: No space left on device
Stopping clients: tmp.pMDa8L24t2 /mnt/lustre (opts:)
Stopping clients: tmp.pMDa8L24t2 /mnt/lustre2 (opts:)
SKIP 115 (38s)
tee: /tmp/conf-sanity.log: No space left on device
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="320738" author="artem_blagodarenko" created="Mon, 13 Dec 2021 13:25:52 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=bzzz&quot; class=&quot;user-hover&quot; rel=&quot;bzzz&quot;&gt;bzzz&lt;/a&gt;, could you please share the session URL so I can get more details? Thanks.&lt;/p&gt;</comment>
                            <comment id="320742" author="bzzz" created="Mon, 13 Dec 2021 13:46:04 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=artem_blagodarenko&quot; class=&quot;user-hover&quot; rel=&quot;artem_blagodarenko&quot;&gt;artem_blagodarenko&lt;/a&gt; I can&apos;t, this is local setup (with small /tmp). I think you can reproduce this easily in VM with limited /tmp&lt;/p&gt;</comment>
                            <comment id="320803" author="artem_blagodarenko" created="Mon, 13 Dec 2021 21:09:46 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=Bzzz&quot; class=&quot;user-hover&quot; rel=&quot;bzzz&quot;&gt;Bzzz&lt;/a&gt;, despite the fact the test &quot;requires&quot; 3072 GiB it expect sparse files are used really. Here is disk usage on my local VM just after the test successfully passed.&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;
[root@CO82 lustre-wc]# ls -ls /tmp/lustre-*
 340 -rw-r--r-- 1 root root 204800000 Dec 13 16:04 /tmp/lustre-mdt1
4256 -rw-r--r-- 1 root root 204800000 Dec 13 16:04 /tmp/lustre-ost1
4268 -rw-r--r-- 1 root root 409600000 Dec 13 16:04 /tmp/lustre-ost2
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10322">
                    <name>Gantt End to Start</name>
                                            <outwardlinks description="has to be done before">
                                        <issuelink>
            <issuekey id="54626">LU-11882</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="50945">LU-10717</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="70035">LU-15789</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="14248">LU-1365</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="53659">LU-11546</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="69281">LU-15700</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="67586">LU-15365</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="59334">LU-13604</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|i00atr:</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>