<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:27:28 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-9582] gssnull instability</title>
                <link>https://jira.whamcloud.com/browse/LU-9582</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Trying to run sanity-gss, I found gssnull flavor very unstable on server side.&lt;br/&gt;
 Once lsvcgssd (-z) daemon is started on server side and flavor is set to gssnull (lctl conf_param &amp;lt;fsname&amp;gt;.srpc.flavor.default=gssnull), connections between nodes get authenticated. But then, stack traces similar to the following get dumped on server side:&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; [ 535.556541] WARNING: at lib/list_debug.c:59 __list_del_entry+0xa1/0xd0() [ 535.556885] list_del corruption. prev-&amp;gt;next should be ffff8803fa1a3bd0, but was ffff880405b71f58
 [ 535.557043] Modules linked in: ptlrpc_gss(OF) sunrpc osp(OF) mdd(OF) lod(OF) mdt(OF) lfsck(OF) mgc(OF) osd_ldiskfs(OF) lquota(OF) fid(OF) fld(OF) ksocklnd(OF) ptlrpc(OF) obdclass(OF) lnet(OF) libcfs(OF) ldiskfs(OF) loop mbcache jbd2 sha512_generic ppdev pcspkr parport_pc parport i2c_piix4 i2c_core serio_raw virtio_balloon xfs libcrc32c sd_mod crc_t10dif crct10dif_common ata_generic pata_acpi virtio_scsi 8139too ata_piix 8139cp libata mii virtio_pci virtio_ring virtio floppy [last unloaded: libcfs] [ 535.557043] CPU: 5 PID: 3378 Comm: mdt00_003 Tainted: GF O-------------- 3.10.0-229.20.1.el7.x86_64 #1
 [ 535.557043] Hardware name: Red Hat KVM, BIOS 0.5.1 01/01/2007
[ 535.557043] ffff8803fa1a3ac8 00000000ace999ec ffff8803fa1a3a80 ffffffff816045b6
 [ 535.557043] ffff8803fa1a3ab8 ffffffff8106e29b ffff8803fa1a3bd0 ffff8803fa1a3bb8
[ 535.557043] 0000000000000246 0000000000000000 ffff8803eecf25a0 ffff8803fa1a3b20
 [ 535.557043] Call Trace:
 [ 535.557043] [&amp;lt;ffffffff816045b6&amp;gt;] dump_stack+0x19/0x1b
 [ 535.557043] [&amp;lt;ffffffff8106e29b&amp;gt;] warn_slowpath_common+0x6b/0xb0
 [ 535.557043] [&amp;lt;ffffffff8106e33c&amp;gt;] warn_slowpath_fmt+0x5c/0x80
 [ 535.557043] [&amp;lt;ffffffff8107eda0&amp;gt;] ? __internal_add_timer+0x130/0x130
 [ 535.557043] [&amp;lt;ffffffff812ed9f1&amp;gt;] __list_del_entry+0xa1/0xd0
 [ 535.557043] [&amp;lt;ffffffff812eda2d&amp;gt;] list_del+0xd/0x30
 [ 535.557043] [&amp;lt;ffffffff81098086&amp;gt;] remove_wait_queue+0x26/0x40
 [ 535.557043] [&amp;lt;ffffffffa0bde99f&amp;gt;] gss_svc_upcall_handle_init+0x25f/0xee0 [ptlrpc_gss]
 [ 535.557043] [&amp;lt;ffffffff810a9510&amp;gt;] ? wake_up_state+0x20/0x20
 [ 535.557043] [&amp;lt;ffffffffa0bd0c49&amp;gt;] gss_svc_handle_init+0x7e9/0xb60 [ptlrpc_gss]
 [ 535.557043] [&amp;lt;ffffffffa0bd70db&amp;gt;] gss_svc_accept+0x81b/0xad0 [ptlrpc_gss]
 [ 535.557043] [&amp;lt;ffffffffa0bebf18&amp;gt;] gss_svc_accept_kr+0x18/0x20 [ptlrpc_gss]
 [ 535.557043] [&amp;lt;ffffffffa062f70e&amp;gt;] sptlrpc_svc_unwrap_request+0xee/0x600 [ptlrpc]
 [ 535.557043] [&amp;lt;ffffffffa060f594&amp;gt;] ptlrpc_main+0x964/0x1de0 [ptlrpc]
 [ 535.557043] [&amp;lt;ffffffffa060ec30&amp;gt;] ? ptlrpc_register_service+0xe40/0xe40 [ptlrpc]
 [ 535.557043] [&amp;lt;ffffffff8109727f&amp;gt;] kthread+0xcf/0xe0
 [ 535.557043] [&amp;lt;ffffffff810971b0&amp;gt;] ? kthread_create_on_node+0x140/0x140
 [ 535.557043] [&amp;lt;ffffffff81614358&amp;gt;] ret_from_fork+0x58/0x90
 [ 535.557043] [&amp;lt;ffffffff810971b0&amp;gt;] ? kthread_create_on_node+0x140/0x140
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;followed by this message:&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;[ 535.571130] Lustre: mdt: This server is not able to keep up with request traffic (cpu-bound).}}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;This pattern is repeated several times, until a GPF occurs:&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; [ 996.052879] general protection fault: 0000 [#1] SMP
 [ 996.053003] Modules linked in: ptlrpc_gss(OF) sunrpc osp(OF) mdd(OF) lod(OF) mdt(OF) lfsck(OF) mgc(OF) osd_ldiskfs(OF) lquota(OF) fid(OF) fld(OF) ksocklnd(OF) ptlrpc(OF) obdclass(OF) lnet(OF) libcfs(OF) ldiskfs(OF) loop mbcache jbd2 sha512_generic ppdev pcspkr parport_pc parport i2c_piix4 i2c_core serio_raw virtio_balloon xfs libcrc32c sd_mod crc_t10dif crct10dif_common ata_generic pata_acpi virtio_scsi 8139too ata_piix 8139cp libata mii virtio_pci virtio_ring virtio floppy [last unloaded: libcfs]
 [ 996.053003] CPU: 5 PID: 2951 Comm: mdt_out00_001 Tainted: GF W O-------------- 3.10.0-229.20.1.el7.x86_64 #1
 [ 996.053003] Hardware name: Red Hat KVM, BIOS 0.5.1 01/01/2007
 [ 996.053003] task: ffff8800da83a220 ti: ffff8803fc070000 task.ti: ffff8803fc070000
 [ 996.053003] RIP: 0010:[&amp;lt;ffffffff812e29e6&amp;gt;] [&amp;lt;ffffffff812e29e6&amp;gt;] memcpy+0x16/0x110
 [ 996.053003] RSP: 0018:ffff8803fc073998 EFLAGS: 00010202
 [ 996.053003] RAX: ffffc9000e8c3000 RBX: ffff8803fc0739f8 RCX: ffff880406762300
 [ 996.053003] RDX: 000000005a5a5a1a RSI: 5a5a5a5a5a5a5a5a RDI: ffffc9000e8c3000
 [ 996.053003] RBP: ffff8803fc0739b8 R08: 0000000000000000 R09: ffffea000e9cfc80
 [ 996.053003] R10: 0000000000004120 R11: fffffffffffffff8 R12: ffff8803ee020808
 [ 996.053003] R13: ffff8803fc05d050 R14: 0000000000000000 R15: ffff8803f0b18e40
 [ 996.053003] FS: 0000000000000000(0000) GS:ffff88041fd40000(0000) knlGS:0000000000000000
 [ 996.053003] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
 [ 996.053003] CR2: 00007f6eb788aba0 CR3: 0000000036483000 CR4: 00000000000006e0
 [ 996.053003] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
 [ 996.053003] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
 [ 996.053003] Stack:
 [ 996.053003] ffffffffa0be03dd ffff8803fc0739c8 ffff8803ee020780 ffff8803fc05d050
 [ 996.053003] ffff8803fc073b70 ffffffffa0bdcd90 0000000000000000 0000000000000000
 [ 996.053003] 0000000000000000 0000000000000000 0000000000000000 0000000000000000
 [ 996.053003] Call Trace:
 [ 996.053003] [&amp;lt;ffffffffa0be03dd&amp;gt;] ? rawobj_dup+0x15d/0x2e0 [ptlrpc_gss]
 [ 996.053003] [&amp;lt;ffffffffa0bdcd90&amp;gt;] gss_svc_searchbyctx+0x40/0xa0 [ptlrpc_gss]
 [ 996.053003] [&amp;lt;ffffffffa0bdc870&amp;gt;] ? rsc_alloc+0xc0/0xc0 [ptlrpc_gss]
 [ 996.053003] [&amp;lt;ffffffffa0bdecc5&amp;gt;] gss_svc_upcall_handle_init+0x585/0xee0 [ptlrpc_gss]
 [ 996.053003] [&amp;lt;ffffffff810a9510&amp;gt;] ? wake_up_state+0x20/0x20
 [ 996.053003] [&amp;lt;ffffffffa0bd0c49&amp;gt;] gss_svc_handle_init+0x7e9/0xb60 [ptlrpc_gss]
 [ 996.053003] [&amp;lt;ffffffffa0bd70db&amp;gt;] gss_svc_accept+0x81b/0xad0 [ptlrpc_gss]
 [ 996.053003] [&amp;lt;ffffffffa0bebf18&amp;gt;] gss_svc_accept_kr+0x18/0x20 [ptlrpc_gss]
 [ 996.053003] [&amp;lt;ffffffffa062f70e&amp;gt;] sptlrpc_svc_unwrap_request+0xee/0x600 [ptlrpc]
 [ 996.053003] [&amp;lt;ffffffffa060f594&amp;gt;] ptlrpc_main+0x964/0x1de0 [ptlrpc]
 [ 996.053003] [&amp;lt;ffffffffa060ec30&amp;gt;] ? ptlrpc_register_service+0xe40/0xe40 [ptlrpc]
 [ 996.053003] [&amp;lt;ffffffff8109727f&amp;gt;] kthread+0xcf/0xe0
 [ 996.053003] [&amp;lt;ffffffff810971b0&amp;gt;] ? kthread_create_on_node+0x140/0x140
 [ 996.053003] [&amp;lt;ffffffff81614358&amp;gt;] ret_from_fork+0x58/0x90
 [ 996.053003] [&amp;lt;ffffffff810971b0&amp;gt;] ? kthread_create_on_node+0x140/0x140
 [ 996.053003] Code: 00 00 00 00 00 e8 fb fb ff ff eb e2 90 90 90 90 90 90 90 90 90 48 89 f8 48 83 fa 20 72 7e 40 38 fe 7c 35 48 83 ea 20 48 83 ea 20 &amp;lt;4c&amp;gt; 8b 06 4c 8b 4e 08 4c 8b 56 10 4c 8b 5e 18 48 8d 76 20 4c 89
 [ 996.053003] RIP [&amp;lt;ffffffff812e29e6&amp;gt;] memcpy+0x16/0x110
 [ 996.053003] RSP &amp;lt;ffff8803fc073998&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="46415">LU-9582</key>
            <summary>gssnull instability</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</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="sebastien">Sebastien Buisson</assignee>
                                    <reporter username="sbuisson">Sebastien Buisson</reporter>
                        <labels>
                            <label>gss</label>
                    </labels>
                <created>Thu, 1 Jun 2017 18:20:55 +0000</created>
                <updated>Thu, 6 Sep 2018 10:14:29 +0000</updated>
                                            <version>Lustre 2.9.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="198062" author="pjones" created="Sat, 3 Jun 2017 11:47:41 +0000"  >&lt;p&gt;Sebastien&lt;/p&gt;

&lt;p&gt;Is this something that you have the bandwidth to investigate further?&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="198063" author="simmonsja" created="Sat, 3 Jun 2017 14:28:50 +0000"  >&lt;p&gt;Sebastien can you try &lt;a href=&quot;https://review.whamcloud.com/#/c/25199&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/#/c/25199&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="198452" author="sbuisson" created="Wed, 7 Jun 2017 14:56:31 +0000"  >&lt;p&gt;Hi James,&lt;/p&gt;

&lt;p&gt;I was doing my previous tests on 2.9.&lt;br/&gt;
I tried master branch with &lt;a href=&quot;https://review.whamcloud.com/25199&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/25199&lt;/a&gt; in addition to &lt;a href=&quot;https://review.whamcloud.com/27320&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/27320&lt;/a&gt;, but the problem is still there: list_del corruptions and a GPF to end up.&lt;/p&gt;</comment>
                            <comment id="207556" author="sbuisson" created="Wed, 6 Sep 2017 08:45:00 +0000"  >&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;Just to report same problem still occurs with current head of master branch.&lt;/p&gt;</comment>
                            <comment id="224175" author="pjones" created="Wed, 21 Mar 2018 15:21:37 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=sbuisson&quot; class=&quot;user-hover&quot; rel=&quot;sbuisson&quot;&gt;sbuisson&lt;/a&gt; is this still an issue on master or has it been fixed by &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8602&quot; title=&quot;Support GSS crypto code with linux 4.6 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8602&quot;&gt;&lt;del&gt;LU-8602&lt;/del&gt;&lt;/a&gt; (or something else)?&lt;/p&gt;</comment>
                            <comment id="233107" author="pjones" created="Thu, 6 Sep 2018 10:14:29 +0000"  >&lt;p&gt;Assigning to Sebastien to determine whether this is still an issue&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="43474">LU-9073</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|hzze0n:</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>