<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:44:25 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-4625] errors seen during lustre rpm install</title>
                <link>https://jira.whamcloud.com/browse/LU-4625</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;alarming warnings seen during install of lustre server rpms built from current master on 6.5. examples:&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;WARNING: /lib/modules/2.6.32.431.5.1.l0212/extra/kernel/fs/lustre/ptlrpc_gss.ko needs unknown symbol cleanup_sk_module
WARNING: /lib/modules/2.6.32.431.5.1.l0212/extra/kernel/fs/lustre/ptlrpc_gss.ko needs unknown symbol init_sk_module
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Strongly suspect the cause is the very recent landing of commit 6323d52abfe4cf1eda06b4ac3a5b325d9fa13276, &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-3289&quot; title=&quot;IU Shared Secret Key authentication and encryption&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-3289&quot;&gt;&lt;del&gt;LU-3289&lt;/del&gt;&lt;/a&gt; gss: Shared key mechanism &amp;amp; flavors.  Haven&apos;t seen errors like this in the past.&lt;/p&gt;</description>
                <environment>centos 6.5</environment>
        <key id="23139">LU-4625</key>
            <summary>errors seen during lustre rpm install</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="1" iconUrl="https://jira.whamcloud.com/images/icons/priorities/blocker.svg">Blocker</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="dmiter">Dmitry Eremin</assignee>
                                    <reporter username="bogl">Bob Glossman</reporter>
                        <labels>
                    </labels>
                <created>Thu, 13 Feb 2014 01:33:58 +0000</created>
                <updated>Tue, 18 Feb 2014 19:43:39 +0000</updated>
                            <resolved>Mon, 17 Feb 2014 20:11:32 +0000</resolved>
                                    <version>Lustre 2.6.0</version>
                                    <fixVersion>Lustre 2.6.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="76955" author="adilger" created="Thu, 13 Feb 2014 12:23:23 +0000"  >&lt;p&gt;It looks like gss_sk_mech.c is not included in lustre/ptlrpc/gss/Makfile.in ptlrpc_gss-objs or similar?&lt;/p&gt;</comment>
                            <comment id="76971" author="bogl" created="Thu, 13 Feb 2014 15:20:02 +0000"  >&lt;p&gt;Andreas, looks like a good theory to me.  Viewing the Makefile.in in lustre/ptlrpc/gss I see no mention of that source file:&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;MODULES := ptlrpc_gss

ptlrpc_gss-objs := sec_gss.o gss_bulk.o gss_cli_upcall.o gss_svc_upcall.o      \
		   gss_rawobj.o lproc_gss.o                                    \
		   gss_generic_token.o gss_mech_switch.o gss_krb5_mech.o       \
		   gss_null_mech.o

@GSS_KEYRING_TRUE@ptlrpc_gss-objs += gss_keyring.o
@GSS_PIPEFS_TRUE@ptlrpc_gss-objs += gss_pipefs.o

default: all

@INCLUDE_RULES@
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;I wonder if it got autoconf&apos;ed out somehow.&lt;/p&gt;
</comment>
                            <comment id="76975" author="dmiter" created="Thu, 13 Feb 2014 15:58:35 +0000"  >&lt;p&gt;No, it should be just explicitly added to Makefile. In original patch there is no modification about build new file.&lt;/p&gt;</comment>
                            <comment id="77140" author="pjones" created="Fri, 14 Feb 2014 22:44:30 +0000"  >&lt;p&gt;Dmitry&lt;/p&gt;

&lt;p&gt;Could you please look into this issue in more detail?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="77173" author="dmiter" created="Mon, 17 Feb 2014 10:07:07 +0000"  >&lt;p&gt;Patch is &lt;a href=&quot;http://review.whamcloud.com/9287/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/9287/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="77204" author="dmiter" created="Mon, 17 Feb 2014 20:11:32 +0000"  >&lt;p&gt;Patch landed to master&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="18738">LU-3289</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|hzwf0v:</customfieldvalue>

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