<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:26:42 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-16401] various crashes with cl_page_discard vs readhead race</title>
                <link>https://jira.whamcloud.com/browse/LU-16401</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;While finding a root cause of client crash, Elena creates an simple reproducer.&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;
+test_16bb() {
+       local fsxN=${FSX_NP:-5}
+       local fsxNfiles=${FSX_N_FILES:-200000}
+       local dropsleep=${DROP_SLEEP:-3}
+       local dpipd
+       local -a fsxpids
+
+       &lt;span class=&quot;code-keyword&quot;&gt;while&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;; &lt;span class=&quot;code-keyword&quot;&gt;do&lt;/span&gt;
+               echo 3 &amp;gt; /proc/sys/vm/drop_caches
+               sleep $dropsleep
+        done &amp;amp;
+       dpipd=$!
+
+       &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; i in $(seq 1 $fsxN); &lt;span class=&quot;code-keyword&quot;&gt;do&lt;/span&gt;
+               $FSX -N $fsxNfiles $DIR/fsxfile.${i} -l $((64 * 1024 * 1024)) &amp;amp;
+               fsxpids[$i]=$!
+       done
+       &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; i in $(seq 1 $fsxN); &lt;span class=&quot;code-keyword&quot;&gt;do&lt;/span&gt;
+               wait ${fsxpids[$i]}
+               echo fsx $i done
+               date
+       done
+
+       kill -9 $dpipd
+}
+run_test 16bb &lt;span class=&quot;code-quote&quot;&gt;&quot;Parallel FSX&quot;&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;It crashes a client in the different traces like&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;[  884.267817] LustreError: 27636:0:(osc_cache.c:2508:osc_teardown_async_page()) extent 000000002888b266@{[11604 -&amp;gt; 11613/12287], [2|0|-|cache|wi|000000004ef92cbf], [65536|10|+|-|000000006eedea66|1024|000000005037061e]} trunc at 11604.
[  884.274776] LustreError: 27636:0:(osc_cache.c:2508:osc_teardown_async_page()) ### extent: 000000002888b266 ns: lustre-OST0003-osc-ffff947f5083f800 lock: 000000006eedea66/0x27c72ffb4af2f70f lrc: 4/0,1 mode: PW/PW res: [0x23:0x0:0x0].0x0 rrc: 2 type: EXT [0-&amp;gt;18446744073709551615] (req 0-&amp;gt;18446744073709551615) gid 0 flags: 0x800020080000000 nid: local remote: 0x5637c3b005c04faa expref: -99 pid: 27636 timeout: 0 lvb_type: 1
[  884.278875] sanityn.sh (27630): drop_caches: 3
[  884.284307] LustreError: 27636:0:(osc_page.c:182:osc_page_delete()) page@00000000c74a8010[3 00000000664f3ef0 5 1 000000005037061e]

[  884.291905] LustreError: 27636:0:(osc_page.c:182:osc_page_delete()) vvp-page@0000000014641109(1:0) vm@000000005b1e88d7 17ffffc0001035 2:0 ffff947f4546a000 11604 lru

[  884.303045] LustreError: 27636:0:(osc_page.c:182:osc_page_delete()) lov-page@0000000067f0c66a

[  884.306045] LustreError: 27636:0:(osc_page.c:182:osc_page_delete()) osc-page@00000000a5e5fcf1 11604: 1&amp;lt; 0x845fed 2 + - &amp;gt; 2&amp;lt; 47529984 0 4096 0x0 0x40420 | 000000005037061e 0000000010910875 000000004ef92cbf &amp;gt; 3&amp;lt; 0 0 0 &amp;gt; 4&amp;lt; 0 0 8 482254848 - | - - + - &amp;gt; 5&amp;lt; - - + - | 0 - | 10 - -&amp;gt;

[  884.313281] LustreError: 27636:0:(osc_page.c:182:osc_page_delete()) end page@00000000c74a8010

[  884.316247] LustreError: 27636:0:(osc_page.c:182:osc_page_delete()) Trying to teardown failed: -16
[  884.318706] LustreError: 27636:0:(osc_page.c:183:osc_page_delete()) ASSERTION( 0 ) failed: 
[  884.321020] LustreError: 27636:0:(osc_page.c:183:osc_page_delete()) LBUG
[  884.322937] Pid: 27636, comm: fsx 4.18.0-348.20.1.el8_5.x86_64 #1 SMP Thu Mar 10 11:31:47 EST 2022
[  884.325390] Call Trace TBD:
[  884.326710] [&amp;lt;0&amp;gt;] libcfs_call_trace+0x6f/0x90 [libcfs]
[  884.328296] [&amp;lt;0&amp;gt;] lbug_with_loc+0x43/0x80 [libcfs]
[  884.329882] [&amp;lt;0&amp;gt;] osc_page_delete+0x4c4/0x4d0 [osc]
[  884.331629] [&amp;lt;0&amp;gt;] cl_page_delete0+0x82/0x210 [obdclass]
[  884.333249] [&amp;lt;0&amp;gt;] cl_page_delete+0x2a/0xf0 [obdclass]
[  884.334984] [&amp;lt;0&amp;gt;] ll_invalidatepage+0x9a/0x180 [lustre]
[  884.336640] [&amp;lt;0&amp;gt;] truncate_cleanup_page+0x6f/0xc0
[  884.338178] [&amp;lt;0&amp;gt;] generic_error_remove_page+0x2e/0x50
[  884.339811] [&amp;lt;0&amp;gt;] cl_page_discard+0x47/0x80 [obdclass]
[  884.341459] [&amp;lt;0&amp;gt;] cl_page_list_discard+0x4d/0x130 [obdclass]
[  884.343217] [&amp;lt;0&amp;gt;] ll_io_read_page+0x1cf/0x910 [lustre]
[  884.344887] [&amp;lt;0&amp;gt;] ll_readpage+0xfa/0x850 [lustre]
[  884.346433] [&amp;lt;0&amp;gt;] filemap_fault+0x5ed/0xa20
[  884.347853] [&amp;lt;0&amp;gt;] ll_filemap_fault+0x21/0x50 [lustre]
[  884.349505] [&amp;lt;0&amp;gt;] vvp_io_fault_start+0x34f/0xc60 [lustre]
[  884.351254] [&amp;lt;0&amp;gt;] cl_io_start+0x5d/0x120 [obdclass]
[  884.352848] [&amp;lt;0&amp;gt;] cl_io_loop+0x9a/0x1f0 [obdclass]
[  884.354435] [&amp;lt;0&amp;gt;] ll_fault+0x689/0x850 [lustre]
[  884.355950] [&amp;lt;0&amp;gt;] __do_fault+0x38/0xb0
[  884.357295] [&amp;lt;0&amp;gt;] do_fault+0x123/0x3c0
[  884.358620] [&amp;lt;0&amp;gt;] __handle_mm_fault+0x4d5/0x820
[  884.360139] [&amp;lt;0&amp;gt;] handle_mm_fault+0xbe/0x1e0
[  884.361617] [&amp;lt;0&amp;gt;] __do_page_fault+0x1ed/0x4c0
[  884.363089] [&amp;lt;0&amp;gt;] do_page_fault+0x37/0x130
[  884.364513] [&amp;lt;0&amp;gt;] page_fault+0x1e/0x30
[  884.365812] Kernel panic - not syncing: LBUG
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;or&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;2022-11-28 10:05:13 [128265.023680] LustreError: 61801:0:(osc_page.c:182:osc_page_delete()) Trying to teardown failed: -16
2022-11-28 10:05:13 [128265.035263] LustreError: 61801:0:(osc_page.c:183:osc_page_delete()) ASSERTION( 0 ) failed: 
2022-11-28 10:05:13 [128265.046208] LustreError: 61801:0:(osc_page.c:183:osc_page_delete()) LBUG
2022-11-28 10:05:13 [128265.055234] Pid: 61801, comm: IOR 3.10.0-957.el7.x86_64 #1 SMP Thu Nov 8 23:39:32 UTC 2018
2022-11-28 10:05:13 [128265.066025] Call Trace:
2022-11-28 10:05:13 [128265.070300] [&amp;lt;0&amp;gt;] libcfs_call_trace+0x90/0xf0 [libcfs]
2022-11-28 10:05:13 [128265.077602] [&amp;lt;0&amp;gt;] lbug_with_loc+0x4c/0xa0 [libcfs]
2022-11-28 10:05:13 [128265.084475] [&amp;lt;0&amp;gt;] osc_page_delete+0x49b/0x500 [osc]
2022-11-28 10:05:13 [128265.091428] [&amp;lt;0&amp;gt;] cl_page_delete0+0x85/0x250 [obdclass]
2022-11-28 10:05:13 [128265.098755] [&amp;lt;0&amp;gt;] cl_page_delete+0x33/0x110 [obdclass]
2022-11-28 10:05:13 [128265.105967] [&amp;lt;0&amp;gt;] ll_invalidatepage+0x7f/0x170 [lustre]
2022-11-28 10:05:13 [128265.113147] [&amp;lt;0&amp;gt;] do_invalidatepage_range+0x7d/0x90
2022-11-28 10:05:13 [128265.119971] [&amp;lt;0&amp;gt;] truncate_inode_page+0x77/0x80
2022-11-28 10:05:13 [128265.126346] [&amp;lt;0&amp;gt;] truncate_inode_pages_range+0x1ea/0x700
2022-11-28 10:05:13 [128265.133620] [&amp;lt;0&amp;gt;] truncate_inode_pages_final+0x4f/0x60
2022-11-28 10:05:13 [128265.140707] [&amp;lt;0&amp;gt;] ll_truncate_inode_pages_final+0x21/0xe0 [lustre]
2022-11-28 10:05:13 [128265.148908] [&amp;lt;0&amp;gt;] vvp_prune+0x73/0x220 [lustre]
2022-11-28 10:05:13 [128265.155186] [&amp;lt;0&amp;gt;] cl_object_prune+0x60/0x140 [obdclass]
2022-11-28 10:05:13 [128265.162243] [&amp;lt;0&amp;gt;] ll_layout_refresh+0x58c/0xaf0 [lustre]
2022-11-28 10:05:13 [128265.169355] [&amp;lt;0&amp;gt;] vvp_io_init+0x357/0x490 [lustre]
2022-11-28 10:05:13 [128265.175881] [&amp;lt;0&amp;gt;] cl_io_init0.isra.7+0x93/0x170 [obdclass]
2022-11-28 10:05:13 [128265.183283] [&amp;lt;0&amp;gt;] cl_io_init+0x43/0x80 [obdclass]
2022-11-28 10:05:13 [128265.189755] [&amp;lt;0&amp;gt;] cl_io_rw_init+0x77/0x210 [obdclass]
2022-11-28 10:05:13 [128265.196639] [&amp;lt;0&amp;gt;] ll_file_io_generic+0x2a8/0x1040 [lustre]
2022-11-28 10:05:13 [128265.203912] [&amp;lt;0&amp;gt;] ll_file_aio_write+0x5a0/0xa10 [lustre]
2022-11-28 10:05:13 [128265.211021] [&amp;lt;0&amp;gt;] ll_file_write+0x111/0x1e0 [lustre]
2022-11-28 10:05:13 [128265.217625] [&amp;lt;0&amp;gt;] vfs_write+0xc0/0x1f0
2022-11-28 10:05:13 [128265.222870] [&amp;lt;0&amp;gt;] SyS_write+0x7f/0xf0
2022-11-28 10:05:13 [128265.228010] [&amp;lt;0&amp;gt;] system_call_fastpath+0x22/0x27
2022-11-28 10:05:13 [128265.234187] [&amp;lt;0&amp;gt;] 0xfffffffffffffffe
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;All crashes related to incorrect osc extent state with removing page. &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;
        &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (!list_empty(&amp;amp;oap-&amp;gt;oap_rpc_item)) {
                CDEBUG(D_CACHE, &lt;span class=&quot;code-quote&quot;&gt;&quot;oap %p is not in cache.\n&quot;&lt;/span&gt;, oap);
                rc = -EBUSY;
        } &lt;span class=&quot;code-keyword&quot;&gt;else&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (!list_empty(&amp;amp;oap-&amp;gt;oap_pending_item)) {
                struct osc_extent *ext = NULL;

                osc_object_lock(obj);
                ext = osc_extent_lookup(obj, osc_index(oap2osc(oap)));
                osc_object_unlock(obj);
                /* only truncated pages are allowed to be taken out.
                 * See osc_extent_truncate() and osc_cache_truncate_start()
                 * &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; details. */
                &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (ext != NULL &amp;amp;&amp;amp; ext-&amp;gt;oe_state != OES_TRUNC) {
                        OSC_EXTENT_DUMP(D_ERROR, ext, &lt;span class=&quot;code-quote&quot;&gt;&quot;trunc at %lu.\n&quot;&lt;/span&gt;,
                                        osc_index(oap2osc(oap)));
                        rc = -EBUSY;
                }
                &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (ext != NULL)
                        osc_extent_put(env, ext);
        }
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;


&lt;p&gt;As I seen these extents created by readahead  and wait to be read. It&apos;s related to the &quot;uncovered page&quot; issue (&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16362&quot; title=&quot;landing async readhead caused a &amp;quot;uncovered page&amp;quot; panic during sanityN runs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16362&quot;&gt;LU-16362&lt;/a&gt;). Extent created but don&apos;t sent into network - memory reclaim start to flush a pages and it caused a 100% panic as invalid extent state.&lt;/p&gt;

&lt;p&gt;Same issue should be hit in FLR error case when read io completion tries to remove a pages which failed to read, but extent into RPC phase and it likely cause a panic.&lt;/p&gt;</description>
                <environment></environment>
        <key id="73633">LU-16401</key>
            <summary>various crashes with cl_page_discard vs readhead race</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="bobijam">Zhenyu Xu</assignee>
                                    <reporter username="shadow">Alexey Lyashkov</reporter>
                        <labels>
                    </labels>
                <created>Wed, 14 Dec 2022 16:06:21 +0000</created>
                <updated>Fri, 27 Jan 2023 23:04:52 +0000</updated>
                                                                                <due></due>
                            <votes>0</votes>
                                    <watches>9</watches>
                                                                            <comments>
                            <comment id="356454" author="adilger" created="Wed, 14 Dec 2022 17:28:15 +0000"  >&lt;p&gt;Bobijam, is this related to your &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16160&quot; title=&quot;take ldlm lock when queue sync pages&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16160&quot;&gt;&lt;del&gt;LU-16160&lt;/del&gt;&lt;/a&gt; patches as well?&lt;/p&gt;</comment>
                            <comment id="356521" author="shadow" created="Thu, 15 Dec 2022 06:06:27 +0000"  >&lt;p&gt;Coredumps can provided if needs.&lt;/p&gt;</comment>
                            <comment id="357096" author="bobijam" created="Wed, 21 Dec 2022 08:58:59 +0000"  >&lt;p&gt;I&apos;ve tried but didn&apos;t get hit. (I tried on master branch v2_15_52 and ex5.2 branch 2.12.9-ddn7&lt;/p&gt;

&lt;p&gt;)&lt;/p&gt;

&lt;p&gt;master branch&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 16bb: Parallel FSX ======================= 15:38:33 (1671608313)
fsxN=5 fsxNfiles=200000 dropsleep=3
fsx: test_fallocate: filesystem does not support fallocate mode 0x10, disabling!: Operation not supported
fsx: test_fallocate: filesystem does not support fallocate mode 0x10, disabling!: Operation not supported
fallocating to largest ever: 0x3428364
fallocating to largest ever: 0x3428364
skipping zero size read
skipping zero size read
fsx: test_fallocate: filesystem does not support fallocate mode 0x10, disabling!: Operation not supported
fsx: test_fallocate: filesystem does not support fallocate mode 0x10, disabling!: Operation not supported
fallocating to largest ever: 0x3428364
fallocating to largest ever: 0x3428364
fsx: test_fallocate: filesystem does not support fallocate mode 0x10, disabling!: Operation not supported
skipping zero size read
skipping zero size read
fallocating to largest ever: 0x3428364
skipping zero size read
truncating to largest ever: 0x3c569db
truncating to largest ever: 0x3c569db
truncating to largest ever: 0x3c569db
truncating to largest ever: 0x3c569db
truncating to largest ever: 0x3c569db
truncating to largest ever: 0x3c711db
truncating to largest ever: 0x3c711db
truncating to largest ever: 0x3c711db
truncating to largest ever: 0x3c711db
truncating to largest ever: 0x3c711db
fallocating to largest ever: 0x3f1a2be
fallocating to largest ever: 0x3f1a2be
fallocating to largest ever: 0x3f1a2be
fallocating to largest ever: 0x3f1a2be
fallocating to largest ever: 0x3f1a2be
fallocating to largest ever: 0x3f8dc08
fallocating to largest ever: 0x3f8dc08
fallocating to largest ever: 0x3f8dc08
fallocating to largest ever: 0x3f8dc08
fallocating to largest ever: 0x3f8dc08
fallocating to largest ever: 0x3faa907
fallocating to largest ever: 0x3faa907
fallocating to largest ever: 0x3faa907
fallocating to largest ever: 0x3faa907
fallocating to largest ever: 0x3faa907
fallocating to largest ever: 0x3ff303c
fallocating to largest ever: 0x3ff303c
fallocating to largest ever: 0x3ff303c
fallocating to largest ever: 0x3ff303c
fallocating to largest ever: 0x3ff303c
truncating to largest ever: 0x3ffc665
truncating to largest ever: 0x3ffc665
truncating to largest ever: 0x3ffc665
truncating to largest ever: 0x3ffc665
truncating to largest ever: 0x3ffc665
skipping zero size write
skipping zero size write
skipping zero size write
skipping zero size write
skipping zero size write
fallocating to largest ever: 0x3fffe1e
fallocating to largest ever: 0x3fffe1e
fallocating to largest ever: 0x3fffe1e
fallocating to largest ever: 0x3fffe1e
fallocating to largest ever: 0x3fffe1e
fallocating to largest ever: 0x4000000
fallocating to largest ever: 0x4000000
fallocating to largest ever: 0x4000000
fallocating to largest ever: 0x4000000
fallocating to largest ever: 0x4000000
skipping zero length fallocate
skipping zero length fallocate
skipping zero length fallocate
skipping zero length fallocate
skipping zero length fallocate
All operations completed A-OK!
All operations completed A-OK!
All operations completed A-OK!
All operations completed A-OK!
fsx 1 done
Wed Dec 21 16:47:27 CST 2022
fsx 2 done
Wed Dec 21 16:47:27 CST 2022
fsx 3 done
Wed Dec 21 16:47:27 CST 2022
fsx 4 done
Wed Dec 21 16:47:27 CST 2022
All operations completed A-OK!
fsx 5 done
Wed Dec 21 16:47:31 CST 2022
./../tests/test-framework.sh: line 6812: 20013 Killed while true; do
    echo 3 &amp;gt; /proc/sys/vm/drop_caches; sleep $dropsleep;
done
PASS 16bb (4140s)
cleanup: ======================================================
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;ex5.2 branch&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 16bb: Parallel FSX =================================================================== 17:07:04 (1671613624)
fsx: test_fallocate: filesystem does not support fallocate mode 0x3, disabling!: Operation not supported
fsx: test_fallocate: filesystem does not support fallocate mode 0x10, disabling!: Operation not supported
fallocating to largest ever: 0x3428364
fsx: test_fallocate: filesystem does not support fallocate mode 0x3, disabling!: Operation not supported
fsx: test_fallocate: filesystem does not support fallocate mode 0x3, disabling!: Operation not supported
fsx: test_fallocate: filesystem does not support fallocate mode 0x3, disabling!: Operation not supported
fsx: test_fallocate: filesystem does not support fallocate mode 0x10, disabling!: Operation not supported
fsx: test_fallocate: filesystem does not support fallocate mode 0x10, disabling!: Operation not supported
fsx: test_fallocate: filesystem does not support fallocate mode 0x10, disabling!: Operation not supported
skipping zero size read
fallocating to largest ever: 0x3428364
fallocating to largest ever: 0x3428364
fallocating to largest ever: 0x3428364
skipping zero size read
skipping zero size read
skipping zero size read
fsx: test_fallocate: filesystem does not support fallocate mode 0x3, disabling!: Operation not supported
fsx: test_fallocate: filesystem does not support fallocate mode 0x10, disabling!: Operation not supported
fallocating to largest ever: 0x3428364
skipping zero size read
truncating to largest ever: 0x3c569db
truncating to largest ever: 0x3c569db
truncating to largest ever: 0x3c569db
truncating to largest ever: 0x3c569db
truncating to largest ever: 0x3c569db
truncating to largest ever: 0x3c711db
truncating to largest ever: 0x3c711db
truncating to largest ever: 0x3c711db
truncating to largest ever: 0x3c711db
truncating to largest ever: 0x3c711db
fallocating to largest ever: 0x3f1a2be
fallocating to largest ever: 0x3f1a2be
fallocating to largest ever: 0x3f1a2be
fallocating to largest ever: 0x3f1a2be
fallocating to largest ever: 0x3f1a2be
fallocating to largest ever: 0x3f8dc08
fallocating to largest ever: 0x3f8dc08
fallocating to largest ever: 0x3f8dc08
fallocating to largest ever: 0x3f8dc08
fallocating to largest ever: 0x3f8dc08
fallocating to largest ever: 0x3faa907
fallocating to largest ever: 0x3faa907
fallocating to largest ever: 0x3faa907
fallocating to largest ever: 0x3faa907
fallocating to largest ever: 0x3faa907
fallocating to largest ever: 0x3ff303c
fallocating to largest ever: 0x3ff303c
fallocating to largest ever: 0x3ff303c
fallocating to largest ever: 0x3ff303c
fallocating to largest ever: 0x3ff303c
truncating to largest ever: 0x3ffc665
truncating to largest ever: 0x3ffc665
truncating to largest ever: 0x3ffc665
truncating to largest ever: 0x3ffc665
truncating to largest ever: 0x3ffc665
skipping zero size write
skipping zero size write
skipping zero size write
skipping zero size write
skipping zero size write
fallocating to largest ever: 0x3fffe1e
fallocating to largest ever: 0x3fffe1e
fallocating to largest ever: 0x3fffe1e
fallocating to largest ever: 0x3fffe1e
fallocating to largest ever: 0x3fffe1e
fallocating to largest ever: 0x4000000
fallocating to largest ever: 0x4000000
fallocating to largest ever: 0x4000000
fallocating to largest ever: 0x4000000
fallocating to largest ever: 0x4000000
skipping zero length fallocate
skipping zero length fallocate
skipping zero length fallocate
skipping zero length fallocate
skipping zero length fallocate
All operations completed A-OK!
All operations completed A-OK!
All operations completed A-OK!
fsx 1 done
Wed Dec 21 18:15:26 CST 2022
All operations completed A-OK!
fsx 2 done
Wed Dec 21 18:15:30 CST 2022
All operations completed A-OK!
fsx 3 done
Wed Dec 21 18:15:31 CST 2022
fsx 4 done
Wed Dec 21 18:15:31 CST 2022
fsx 5 done
Wed Dec 21 18:15:31 CST 2022
Resetting fail_loc on all nodes..../../tests/test-framework.sh: line 6417:  4469 Killed                  while true; do
    echo 3 &amp;gt; /proc/sys/vm/drop_caches; sleep $dropsleep;
done
done.
PASS 16bb (4110s)
cleanup: ======================================================
== sanityn test complete, duration 4116 sec ========================================================== 18:15:34 (1671617734)&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="73469">LU-16362</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="72362">LU-16160</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|i037zr:</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>