<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:13:21 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-1084] Console messages from sec stuff MUST GO</title>
                <link>https://jira.whamcloud.com/browse/LU-1084</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;The copious amounts of CWARN console messages for completely normal expected events need to be removed from lustre/ptlrpc/sec.c and anything else associated.&lt;/p&gt;

&lt;p&gt;For bonus points: Beat the original author with a wet noodle.&lt;/p&gt;</description>
                <environment></environment>
        <key id="13142">LU-1084</key>
            <summary>Console messages from sec stuff MUST GO</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="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="mdiep">Minh Diep</assignee>
                                    <reporter username="morrone">Christopher Morrone</reporter>
                        <labels>
                    </labels>
                <created>Thu, 9 Feb 2012 14:42:04 +0000</created>
                <updated>Fri, 4 May 2012 09:02:56 +0000</updated>
                            <resolved>Wed, 22 Feb 2012 06:33:03 +0000</resolved>
                                                    <fixVersion>Lustre 2.2.0</fixVersion>
                    <fixVersion>Lustre 2.1.2</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                            <comments>
                            <comment id="28295" author="pjones" created="Thu, 9 Feb 2012 15:53:27 +0000"  >&lt;p&gt;Minh&lt;/p&gt;

&lt;p&gt;Could you please have a look at this one?&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="28313" author="adilger" created="Thu, 9 Feb 2012 18:25:16 +0000"  >&lt;p&gt;There was a patch landed to master for 2.2 in &lt;a href=&quot;http://review.whamcloud.com/1876&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/1876&lt;/a&gt; which removed among other things the spurious SEC messages (at least one, I&apos;m not sure which one you are referring to), and there is another patch which quiets a few messages &lt;a href=&quot;http://review.whamcloud.com/2015&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/2015&lt;/a&gt; (mostly in test scripts, but a few console messages).&lt;/p&gt;

&lt;p&gt;I&apos;m happy to remove more of them if you can point them out specifically.&lt;/p&gt;</comment>
                            <comment id="28315" author="morrone" created="Thu, 9 Feb 2012 18:44:06 +0000"  >&lt;p&gt;I did check master, but the only patch on master that made a significant change was one from you that did this:&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;-                CWARN(&quot;import %s-&amp;gt;%s netid %x: select flavor %s\n&quot;,
-                      imp-&amp;gt;imp_obd-&amp;gt;obd_name,
-                      obd_uuid2str(&amp;amp;conn-&amp;gt;c_remote_uuid),
-                      LNET_NIDNET(conn-&amp;gt;c_self),
-                      sptlrpc_flavor2name(&amp;amp;sf, str, sizeof(str)));
+        } else if (SPTLRPC_FLVR_BASE(sf.sf_rpc) !=
+                   SPTLRPC_FLVR_BASE(SPTLRPC_FLVR_NULL)) {
+                LCONSOLE_INFO(&quot;import %s-&amp;gt;%s netid %x: select flavor %s\n&quot;,
+                              imp-&amp;gt;imp_obd-&amp;gt;obd_name,
+                              obd_uuid2str(&amp;amp;conn-&amp;gt;c_remote_uuid),
+                              LNET_NIDNET(conn-&amp;gt;c_self),
+                              sptlrpc_flavor2name(&amp;amp;sf, str, sizeof(str)));
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;But I would like to take that message (and most of the other CWARN messages in that file) off of the console all together.&lt;/p&gt;</comment>
                            <comment id="28410" author="morrone" created="Fri, 10 Feb 2012 20:35:21 +0000"  >&lt;p&gt; &lt;a href=&quot;http://review.whamcloud.com/2135&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/2135&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="28971" author="mdiep" created="Thu, 16 Feb 2012 12:59:39 +0000"  >&lt;p&gt;monitoring the testing on this patch&lt;/p&gt;</comment>
                            <comment id="29390" author="hudson" created="Fri, 17 Feb 2012 21:07:46 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/483/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #483&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1084&quot; title=&quot;Console messages from sec stuff MUST GO&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1084&quot;&gt;&lt;del&gt;LU-1084&lt;/del&gt;&lt;/a&gt; ptlrpc: Change CWARNs to CDEBUGs (Revision b6397a72d655eb24df53227a74a1f57de8f2313a)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=b6397a72d655eb24df53227a74a1f57de8f2313a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b6397a72d655eb24df53227a74a1f57de8f2313a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/sec_plain.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_config.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_gc.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_null.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29393" author="hudson" created="Fri, 17 Feb 2012 21:13:11 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/483/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #483&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1084&quot; title=&quot;Console messages from sec stuff MUST GO&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1084&quot;&gt;&lt;del&gt;LU-1084&lt;/del&gt;&lt;/a&gt; ptlrpc: Change CWARNs to CDEBUGs (Revision b6397a72d655eb24df53227a74a1f57de8f2313a)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=b6397a72d655eb24df53227a74a1f57de8f2313a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b6397a72d655eb24df53227a74a1f57de8f2313a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/sec_config.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_plain.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_null.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_gc.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29396" author="hudson" created="Fri, 17 Feb 2012 21:15:21 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/483/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #483&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1084&quot; title=&quot;Console messages from sec stuff MUST GO&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1084&quot;&gt;&lt;del&gt;LU-1084&lt;/del&gt;&lt;/a&gt; ptlrpc: Change CWARNs to CDEBUGs (Revision b6397a72d655eb24df53227a74a1f57de8f2313a)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=b6397a72d655eb24df53227a74a1f57de8f2313a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b6397a72d655eb24df53227a74a1f57de8f2313a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/sec_gc.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_config.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_null.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_plain.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29399" author="hudson" created="Fri, 17 Feb 2012 21:18:52 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/483/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #483&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1084&quot; title=&quot;Console messages from sec stuff MUST GO&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1084&quot;&gt;&lt;del&gt;LU-1084&lt;/del&gt;&lt;/a&gt; ptlrpc: Change CWARNs to CDEBUGs (Revision b6397a72d655eb24df53227a74a1f57de8f2313a)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=b6397a72d655eb24df53227a74a1f57de8f2313a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b6397a72d655eb24df53227a74a1f57de8f2313a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_plain.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_gc.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_config.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_null.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29402" author="hudson" created="Fri, 17 Feb 2012 21:24:10 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/483/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #483&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1084&quot; title=&quot;Console messages from sec stuff MUST GO&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1084&quot;&gt;&lt;del&gt;LU-1084&lt;/del&gt;&lt;/a&gt; ptlrpc: Change CWARNs to CDEBUGs (Revision b6397a72d655eb24df53227a74a1f57de8f2313a)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=b6397a72d655eb24df53227a74a1f57de8f2313a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b6397a72d655eb24df53227a74a1f57de8f2313a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/sec_config.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_null.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_gc.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_plain.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29405" author="hudson" created="Fri, 17 Feb 2012 21:29:35 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/483/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #483&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1084&quot; title=&quot;Console messages from sec stuff MUST GO&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1084&quot;&gt;&lt;del&gt;LU-1084&lt;/del&gt;&lt;/a&gt; ptlrpc: Change CWARNs to CDEBUGs (Revision b6397a72d655eb24df53227a74a1f57de8f2313a)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=b6397a72d655eb24df53227a74a1f57de8f2313a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b6397a72d655eb24df53227a74a1f57de8f2313a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/sec_plain.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_null.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_config.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_gc.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29408" author="hudson" created="Fri, 17 Feb 2012 21:30:15 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/483/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #483&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1084&quot; title=&quot;Console messages from sec stuff MUST GO&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1084&quot;&gt;&lt;del&gt;LU-1084&lt;/del&gt;&lt;/a&gt; ptlrpc: Change CWARNs to CDEBUGs (Revision b6397a72d655eb24df53227a74a1f57de8f2313a)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=b6397a72d655eb24df53227a74a1f57de8f2313a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b6397a72d655eb24df53227a74a1f57de8f2313a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_null.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_gc.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_plain.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_config.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29411" author="hudson" created="Fri, 17 Feb 2012 21:38:25 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/483/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #483&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1084&quot; title=&quot;Console messages from sec stuff MUST GO&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1084&quot;&gt;&lt;del&gt;LU-1084&lt;/del&gt;&lt;/a&gt; ptlrpc: Change CWARNs to CDEBUGs (Revision b6397a72d655eb24df53227a74a1f57de8f2313a)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=b6397a72d655eb24df53227a74a1f57de8f2313a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b6397a72d655eb24df53227a74a1f57de8f2313a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/sec_gc.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_plain.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_null.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_config.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29414" author="hudson" created="Fri, 17 Feb 2012 21:40:34 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/483/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #483&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1084&quot; title=&quot;Console messages from sec stuff MUST GO&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1084&quot;&gt;&lt;del&gt;LU-1084&lt;/del&gt;&lt;/a&gt; ptlrpc: Change CWARNs to CDEBUGs (Revision b6397a72d655eb24df53227a74a1f57de8f2313a)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=b6397a72d655eb24df53227a74a1f57de8f2313a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b6397a72d655eb24df53227a74a1f57de8f2313a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/sec_plain.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_gc.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_config.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_null.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29417" author="hudson" created="Fri, 17 Feb 2012 21:45:01 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/483/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #483&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1084&quot; title=&quot;Console messages from sec stuff MUST GO&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1084&quot;&gt;&lt;del&gt;LU-1084&lt;/del&gt;&lt;/a&gt; ptlrpc: Change CWARNs to CDEBUGs (Revision b6397a72d655eb24df53227a74a1f57de8f2313a)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=b6397a72d655eb24df53227a74a1f57de8f2313a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b6397a72d655eb24df53227a74a1f57de8f2313a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/sec_null.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_gc.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_config.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_plain.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29420" author="hudson" created="Fri, 17 Feb 2012 21:46:23 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/483/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #483&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1084&quot; title=&quot;Console messages from sec stuff MUST GO&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1084&quot;&gt;&lt;del&gt;LU-1084&lt;/del&gt;&lt;/a&gt; ptlrpc: Change CWARNs to CDEBUGs (Revision b6397a72d655eb24df53227a74a1f57de8f2313a)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=b6397a72d655eb24df53227a74a1f57de8f2313a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b6397a72d655eb24df53227a74a1f57de8f2313a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_config.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_plain.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_gc.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_null.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29424" author="hudson" created="Fri, 17 Feb 2012 21:51:20 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=ofa/483/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,ofa #483&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1084&quot; title=&quot;Console messages from sec stuff MUST GO&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1084&quot;&gt;&lt;del&gt;LU-1084&lt;/del&gt;&lt;/a&gt; ptlrpc: Change CWARNs to CDEBUGs (Revision b6397a72d655eb24df53227a74a1f57de8f2313a)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=b6397a72d655eb24df53227a74a1f57de8f2313a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b6397a72d655eb24df53227a74a1f57de8f2313a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/sec_plain.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_gc.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_config.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_null.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29428" author="hudson" created="Sat, 18 Feb 2012 01:04:32 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=ofa/483/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,ofa #483&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1084&quot; title=&quot;Console messages from sec stuff MUST GO&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1084&quot;&gt;&lt;del&gt;LU-1084&lt;/del&gt;&lt;/a&gt; ptlrpc: Change CWARNs to CDEBUGs (Revision b6397a72d655eb24df53227a74a1f57de8f2313a)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=b6397a72d655eb24df53227a74a1f57de8f2313a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b6397a72d655eb24df53227a74a1f57de8f2313a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/sec_plain.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_gc.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_config.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_null.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29431" author="hudson" created="Sat, 18 Feb 2012 01:21:21 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/483/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #483&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1084&quot; title=&quot;Console messages from sec stuff MUST GO&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1084&quot;&gt;&lt;del&gt;LU-1084&lt;/del&gt;&lt;/a&gt; ptlrpc: Change CWARNs to CDEBUGs (Revision b6397a72d655eb24df53227a74a1f57de8f2313a)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=b6397a72d655eb24df53227a74a1f57de8f2313a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b6397a72d655eb24df53227a74a1f57de8f2313a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/sec_null.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_plain.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_gc.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_config.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29434" author="hudson" created="Sat, 18 Feb 2012 01:27:42 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/483/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #483&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1084&quot; title=&quot;Console messages from sec stuff MUST GO&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1084&quot;&gt;&lt;del&gt;LU-1084&lt;/del&gt;&lt;/a&gt; ptlrpc: Change CWARNs to CDEBUGs (Revision b6397a72d655eb24df53227a74a1f57de8f2313a)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=b6397a72d655eb24df53227a74a1f57de8f2313a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b6397a72d655eb24df53227a74a1f57de8f2313a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/sec_gc.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_plain.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_null.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_config.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29437" author="hudson" created="Sat, 18 Feb 2012 01:41:51 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/483/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #483&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1084&quot; title=&quot;Console messages from sec stuff MUST GO&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1084&quot;&gt;&lt;del&gt;LU-1084&lt;/del&gt;&lt;/a&gt; ptlrpc: Change CWARNs to CDEBUGs (Revision b6397a72d655eb24df53227a74a1f57de8f2313a)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=b6397a72d655eb24df53227a74a1f57de8f2313a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b6397a72d655eb24df53227a74a1f57de8f2313a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/sec_plain.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_null.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_gc.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_config.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29440" author="hudson" created="Sat, 18 Feb 2012 01:56:00 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=ofa/483/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,ofa #483&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1084&quot; title=&quot;Console messages from sec stuff MUST GO&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1084&quot;&gt;&lt;del&gt;LU-1084&lt;/del&gt;&lt;/a&gt; ptlrpc: Change CWARNs to CDEBUGs (Revision b6397a72d655eb24df53227a74a1f57de8f2313a)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=b6397a72d655eb24df53227a74a1f57de8f2313a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b6397a72d655eb24df53227a74a1f57de8f2313a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/sec_null.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_gc.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_plain.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_config.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29443" author="hudson" created="Sat, 18 Feb 2012 02:04:12 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=ofa/483/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,ofa #483&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1084&quot; title=&quot;Console messages from sec stuff MUST GO&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1084&quot;&gt;&lt;del&gt;LU-1084&lt;/del&gt;&lt;/a&gt; ptlrpc: Change CWARNs to CDEBUGs (Revision b6397a72d655eb24df53227a74a1f57de8f2313a)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=b6397a72d655eb24df53227a74a1f57de8f2313a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b6397a72d655eb24df53227a74a1f57de8f2313a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_null.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_plain.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_gc.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_config.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29537" author="mdiep" created="Wed, 22 Feb 2012 06:33:03 +0000"  >&lt;p&gt;landed in master&lt;/p&gt;</comment>
                            <comment id="35918" author="bogl" created="Tue, 1 May 2012 12:09:59 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#change,2621&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,2621&lt;/a&gt;&lt;br/&gt;
back port to b2_1&lt;/p&gt;</comment>
                    </comments>
                    <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|hzv7b3:</customfieldvalue>

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