<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:36:49 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-3778] GSS doesn&apos;t know about proxy subsystems</title>
                <link>https://jira.whamcloud.com/browse/LU-3778</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Trying to use a GSS-enabled Lustre build with Kerberos authentication with 2.4.0 leads to instand LBUGs on connect because gss_internal.h::import_to_gss_svc() only knows about mgc, mdc, and osc. It bails out as soon as another component like osp or lwp tries to initiate an authenticated connection. It depends on the srpc configuration, which of the components triggers the LBUG first, but the root cause is always the proxies trying to use GSS authentication while the GSS subsystem doesn&apos;t known about them.&lt;/p&gt;</description>
                <environment></environment>
        <key id="20391">LU-3778</key>
            <summary>GSS doesn&apos;t know about proxy subsystems</summary>
                <type id="7" iconUrl="https://jira.whamcloud.com/images/icons/issuetypes/task_agile.png">Technical task</type>
                            <parent id="18738">LU-3289</parent>
                                    <priority id="2" iconUrl="https://jira.whamcloud.com/images/icons/priorities/critical.svg">Critical</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="wc-triage">WC Triage</assignee>
                                    <reporter username="kobras">Daniel Kobras</reporter>
                        <labels>
                            <label>SSK</label>
                            <label>patch</label>
                    </labels>
                <created>Mon, 19 Aug 2013 15:38:09 +0000</created>
                <updated>Wed, 30 Nov 2016 18:27:01 +0000</updated>
                            <resolved>Thu, 2 Jul 2015 13:47:19 +0000</resolved>
                                    <version>Lustre 2.4.0</version>
                                    <fixVersion>Lustre 2.8.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>20</watches>
                                                                            <comments>
                            <comment id="64475" author="jlevi" created="Mon, 19 Aug 2013 16:18:38 +0000"  >&lt;p&gt;Mike,&lt;br/&gt;
Could you please comment on this one?&lt;br/&gt;
Thank you!&lt;/p&gt;</comment>
                            <comment id="64656" author="nrutman" created="Tue, 20 Aug 2013 19:16:59 +0000"  >&lt;p&gt;Is this a problem with any GSS usage in 2.4, or do you need to do something specific?&lt;/p&gt;</comment>
                            <comment id="64662" author="nangelinas" created="Tue, 20 Aug 2013 19:48:08 +0000"  >&lt;p&gt;I remember seeing this LBUG when testing GSS/Kerberos on 2.4; according to my notes, it happened soon after the Kerberos mode was switched to krb5p.&lt;/p&gt;</comment>
                            <comment id="65054" author="kobras" created="Mon, 26 Aug 2013 08:41:19 +0000"  >&lt;p&gt;So far, I haven&apos;t found a way to avoid this bug when trying to use GSS with 2.4. From my testing, osp and lwp seem to be treated as &apos;clients&apos; by sptlrpc: The LBUG is hit if krb5p is configured for directions default, cli2mdt, and cli2ost. It might not trigger if only mdt2mdt or mdt2ost are used, but I haven&apos;t verified these combinations.&lt;/p&gt;

&lt;p&gt;The easiest reproducer is:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Start MGS&lt;/li&gt;
	&lt;li&gt;Run lctl conf_param &amp;lt;fsname&amp;gt;.srpc.flavor.default=krb5p&lt;/li&gt;
	&lt;li&gt;Start MDT -&amp;gt; immediate LBUG.&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="70775" author="adilger" created="Tue, 5 Nov 2013 20:38:09 +0000"  >&lt;p&gt;It looks like we need to initialize the sptlrpc subsystem for OSP and LWP connections, presumably using sptlrpc_lprocfs_cliobd_attach().  That will also configure the srpc_info and srpc_contexts files in /proc that test-framework.sh::flvr_cnt_mdt2ost-&amp;gt;get_mdtosc_proc_path() needs for sanity-gss.sh to work.&lt;/p&gt;</comment>
                            <comment id="98794" author="jlevi" created="Mon, 10 Nov 2014 18:56:56 +0000"  >&lt;p&gt;Shared key crypto will not be in the 2.7 Release.&lt;/p&gt;</comment>
                            <comment id="109445" author="sebastien.buisson" created="Wed, 11 Mar 2015 14:01:37 +0000"  >&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;Following Andreas&apos; advice, I have made a patch that initializes the sptlrpc subsystem for OSP and LWP connections, by calling sptlrpc_lprocfs_cliobd_attach(). I also found that GSS related functions must not return an LBUG when dealing with OSP and LWP OBDs.&lt;/p&gt;

&lt;p&gt;Sebastien.&lt;/p&gt;</comment>
                            <comment id="109446" author="gerrit" created="Wed, 11 Mar 2015 14:01:48 +0000"  >&lt;p&gt;Sebastien Buisson (sebastien.buisson@bull.net) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/14040&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14040&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-3778&quot; title=&quot;GSS doesn&amp;#39;t know about proxy subsystems&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-3778&quot;&gt;&lt;del&gt;LU-3778&lt;/del&gt;&lt;/a&gt; sptlrpc: OSP and LWP don&apos;t know sptlrpc&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: fa5a6d591d883c6940179dd09e3288483769bfb6&lt;/p&gt;</comment>
                            <comment id="119995" author="gerrit" created="Wed, 1 Jul 2015 02:04:04 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/14040/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14040/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-3778&quot; title=&quot;GSS doesn&amp;#39;t know about proxy subsystems&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-3778&quot;&gt;&lt;del&gt;LU-3778&lt;/del&gt;&lt;/a&gt; sptlrpc: OSP and LWP don&apos;t know sptlrpc&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: cf57dfc4c9bf4b9d36e356d6f33550676b21e066&lt;/p&gt;</comment>
                            <comment id="120144" author="pjones" created="Thu, 2 Jul 2015 13:47:20 +0000"  >&lt;p&gt;Landed for 2.8&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="29055">LU-6356</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="18738">LU-3289</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="41877">LU-8880</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|hzvyj3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9779</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>