<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:20:46 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-8813] Kerberos: sanity and sanity-krb5 test suites fail on non-root user trying to touch file</title>
                <link>https://jira.whamcloud.com/browse/LU-8813</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;I&#8217;m having problems running some test suites with Kerberos enabled. For example, running sanity.sh on 2.8.60 + the patch &lt;a href=&quot;http://review.whamcloud.com/#/c/23600/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/23600/&lt;/a&gt;, and the test fails with&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;# ./auster -v -k sanity --only 0a
Started at Tue Nov  8 14:39:14 UTC 2016
eagle-48vm6.eagle.hpdd.intel.com: Checking config lustre mounted on /lustre/scratch
Checking servers environments
Checking clients eagle-48vm6.eagle.hpdd.intel.com environments
Logging to local directory: /tmp/test_logs/2016-11-08/143914
Client: Lustre version: 2.8.60_1_g35d09c7
MDS: Lustre version: 2.8.60_1_g35d09c7
OSS: Lustre version: 2.8.60_1_g35d09c7
running: sanity ONLY=0a 
run_suite sanity /usr/lib64/lustre/tests/sanity.sh
-----============= acceptance-small: sanity ============----- Tue Nov  8 14:39:21 UTC 2016
Running: bash /usr/lib64/lustre/tests/sanity.sh
eagle-48vm6.eagle.hpdd.intel.com: Checking config lustre mounted on /lustre/scratch
Checking servers environments
Checking clients eagle-48vm6.eagle.hpdd.intel.com environments
Using TIMEOUT=20
disable quota as required
osd-ldiskfs.track_declares_assert=1
osd-ldiskfs.track_declares_assert=1
debug=-1
running as uid/gid/euid/egid 500/500/500/500, groups:
 [touch] [/lustre/scratch/d0_runas_test/f7025]
touch: cannot touch `/lustre/scratch/d0_runas_test/f7025&apos;: Permission denied
 sanity : @@@@@@ FAIL: unable to write to /lustre/scratch/d0_runas_test as UID 500.
        Please set RUNAS_ID to some UID which exists on MDS and client or
        add user 500:500 on these nodes. 
  Trace dump:
  = /usr/lib64/lustre/tests/test-framework.sh:4841:error()
  = /usr/lib64/lustre/tests/test-framework.sh:5670:check_runas_id()
  = /usr/lib64/lustre/tests/sanity.sh:126:main()
Dumping lctl log to /tmp/test_logs/2016-11-08/143914/sanity..*.1478615970.log
eagle-48vm1: Host key verification failed.
eagle-48vm1: rsync: connection unexpectedly closed (0 bytes received so far) [sender]
eagle-48vm1: rsync error: error in rsync protocol data stream (code 12) at io.c(600) [sender=3.0.6]
pdsh@eagle-48vm6: eagle-48vm1: ssh exited with exit code 12
eagle-48vm2: Host key verification failed.
eagle-48vm2: rsync: connection unexpectedly closed (0 bytes received so far) [sender]
eagle-48vm2: rsync error: error in rsync protocol data stream (code 12) at io.c(600) [sender=3.0.6]
pdsh@eagle-48vm6: eagle-48vm2: ssh exited with exit code 12
sanity returned 0
Finished at Tue Nov  8 14:39:31 UTC 2016 in 17s
./auster: completed with rc 0
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The code that is failing in sanity.sh is&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;# $RUNAS_ID may get set incorrectly somewhere else
[ $UID -eq 0 -a $RUNAS_ID -eq 0 ] &amp;amp;&amp;amp; error &quot;\$RUNAS_ID set to 0, but \$UID is al
so 0!&quot;

check_runas_id $RUNAS_ID $RUNAS_GID $RUNAS
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;UID/GID 500 belongs to sanityusr and requested a Kerberos ticket before running sanity.sh:&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;# su sanityusr
bash-4.1$ klist
Ticket cache: FILE:/tmp/krb5cc_500
Default principal: sanityusr@CO.CFS

Valid starting     Expires            Service principal
11/08/16 14:38:48  11/09/16 14:38:48  krbtgt/CO.CFS@CO.CFS
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Note that CO.CFS is the realm being used.&lt;/p&gt;

&lt;p&gt;Since Lustre is not failing, it&#8217;s not surprising that there is nothing of interest in dmesg. For example, form the MGS/MDS:&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;Lustre: DEBUG MARKER: -----============= acceptance-small: sanity ============----- Tue Nov 8 14:39:21 UTC 2016
Lustre: DEBUG MARKER: Using TIMEOUT=20
Lustre: DEBUG MARKER: sanity : @@@@@@ FAIL: unable to write to /lustre/scratch/d0_runas_test as UID 500.
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Logs for this run are at &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/b87e2568-a5f8-11e6-964e-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/b87e2568-a5f8-11e6-964e-5254006e85c2&lt;/a&gt;. &lt;br/&gt;
More logs will be attached to this ticket.&lt;/p&gt;

&lt;p&gt;The last time I tested Kerberos and the above tests ran was tag 2.8.54. Since that time some flags have been added to lsvcgssd. I tried to call lsvcgssd two different ways; the way things worked in 2.8.54 as &#8216;/usr/sbin/lsvcgssd&#8217; on all Lustre servers and, the new recommended way, for the MGS/MDS, &#8216;/usr/sbin/lsvcgssd -m -g -k &#8211;vvv&#8217; and, for the OSS, &#8216;/usr/sbin/lsvcgssd -o -k &#8211;vvv&#8217; (verbosity is optional). All tests were run with RHEL 6.8 (for some reason, Maloo reports it as el6.7)&lt;/p&gt;

&lt;p&gt;Confirmation that others are or are not experiencing this problem with these test suites and Kerberos would be helpful.&lt;/p&gt;</description>
                <environment></environment>
        <key id="41422">LU-8813</key>
            <summary>Kerberos: sanity and sanity-krb5 test suites fail on non-root user trying to touch file</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <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="yong.fan">nasf</assignee>
                                    <reporter username="jamesanunez">James Nunez</reporter>
                        <labels>
                            <label>kerberos</label>
                    </labels>
                <created>Tue, 8 Nov 2016 21:31:16 +0000</created>
                <updated>Thu, 16 Mar 2017 21:38:17 +0000</updated>
                            <resolved>Sat, 17 Dec 2016 14:10:09 +0000</resolved>
                                    <version>Lustre 2.9.0</version>
                                    <fixVersion>Lustre 2.10.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>8</watches>
                                                                            <comments>
                            <comment id="172857" author="panda" created="Tue, 8 Nov 2016 22:48:55 +0000"  >&lt;p&gt;Based on the logs, I would first check if the identity upcall works fine, e.g.&lt;br/&gt;
mds # L_GETIDENTITY_TEST=1 l_getidentity scratch-MDT0000 500&lt;/p&gt;</comment>
                            <comment id="172862" author="jamesanunez" created="Tue, 8 Nov 2016 23:31:52 +0000"  >&lt;p&gt;Thanks for the comment Andrew. It looks like the identity upcall is not working. On the MDS, for master, I get:&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;# L_GETIDENTITY_TEST=1 l_getidentity scratch-MDT0000 500
unkown type: rmtacl
l_getidentity[14812]: invalid perm rmtacl
l_getidentity[14812]: parse line * 500 rmtacl
 failed!
l_getidentity[14812]: failed to get identity for uid 500: Invalid argument
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;For 2.8.54, I see:&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;# L_GETIDENTITY_TEST=1 l_getidentity scratch-MDT0000 500
uid=500 gid=500
permissions:
  nid			perm
  0xffffffffffffffff	0x8
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="172864" author="jamesanunez" created="Wed, 9 Nov 2016 00:13:39 +0000"  >&lt;p&gt;Looks like &lt;a href=&quot;http://review.whamcloud.com/19789&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/19789&lt;/a&gt; removed &apos;rmtacl&apos; from the list of known/allowed perm_types, which is causing l_getidentity to fail. Seems like &apos;rmtacl&apos; is still used:&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;# more /etc/lustre/perm.conf 
* 500 rmtacl
* 501 rmtacl
* 0 setgid
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="172868" author="pjones" created="Wed, 9 Nov 2016 01:04:34 +0000"  >&lt;p&gt;Fan Yong&lt;/p&gt;

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

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="172871" author="yong.fan" created="Wed, 9 Nov 2016 01:23:28 +0000"  >&lt;p&gt;James,&lt;/p&gt;

&lt;p&gt;How is the /etc/lustre/perm.conf generated? would you please to remove the lines with &quot;rmtacl&quot; from such configuration? Thanks!&lt;/p&gt;</comment>
                            <comment id="172888" author="adilger" created="Wed, 9 Nov 2016 03:03:21 +0000"  >&lt;p&gt;James, a few related issues here.&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;is there an update to the manual and the man pages for the changes to the required arguments?&lt;/li&gt;
	&lt;li&gt;does the Kerberos code still work without the new arguments?  That would be desirable, since it avoids the need to change the daemon startup together with doing an upgrade/downgrade.&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;it would be nice to add a &quot;&lt;tt&gt;&amp;#45;d|&amp;#45;&amp;#45;debug&lt;/tt&gt;&quot; option to &lt;tt&gt;l_getidentity&lt;/tt&gt; like there was in 1.8 &lt;tt&gt;l_getgroups&lt;/tt&gt; to run in debug mode instead of having to set &lt;tt&gt;L_GETIDENTITY_TEST=1&lt;/tt&gt; first, which is really awkward.  The &quot;&lt;tt&gt;&amp;#45;d&lt;/tt&gt;&quot; option was used instead of having to specify the &lt;tt&gt;mdtname&lt;/tt&gt; argument when testing from userspace.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;It looks like this problem was introduced by patch &lt;a href=&quot;http://review.whamcloud.com/19789&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/19789&lt;/a&gt; &quot;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6971&quot; title=&quot;Remove obsolete remote client and &amp;quot;lfs cp|ls|getacl|setacl&amp;quot; commands&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6971&quot;&gt;&lt;del&gt;LU-6971&lt;/del&gt;&lt;/a&gt; cleanup: not support remote client anymore&quot;.  It seems we need to add back some compatibility to ignore the &quot;&lt;tt&gt;rmtacl&lt;/tt&gt;&quot; line in &lt;tt&gt;parse_perm_line()&lt;/tt&gt;.&lt;/p&gt;</comment>
                            <comment id="172891" author="jamesanunez" created="Wed, 9 Nov 2016 05:13:04 +0000"  >&lt;p&gt;Fan Yong - The perm.conf file is created by the setup_kerberos script that is included in the lustre/tests directory and I use (a modified version) to set up Kerberos. Right now, the lines for UID 500 and 501 are hardwired to &quot;* $uid rmtacl&quot;. &lt;/p&gt;

&lt;p&gt;I&apos;ve removed the lines for UID 500 and 501 and this allows sanityusr to touch a file as described above. I&apos;ll run the full sanity-krb5 test suite to see if it will run with those lines from perm.conf removed.&lt;/p&gt;</comment>
                            <comment id="172895" author="adilger" created="Wed, 9 Nov 2016 05:51:21 +0000"  >&lt;p&gt;James, the &quot;rmtacl&quot; string doesn&apos;t exist in the master lustre branch except in two comments (that should be cleaned up), and I suspect that &lt;tt&gt;setup_kerberos.sh&lt;/tt&gt; will no longer generate these strings for new &lt;tt&gt;perm.conf&lt;/tt&gt; files.&lt;/p&gt;

&lt;p&gt;That said, there may be existing sites that have such a &lt;tt&gt;perm.conf&lt;/tt&gt; file, and Lustre should not break for them either.  I think the best solution is to add handling to &lt;tt&gt;parse_perm_line()&lt;/tt&gt; to skip these entries so that Kerberos continues to work, and &lt;tt&gt;l_getidentity&lt;/tt&gt; can complain once on stdout if it finds such entries, but this won&apos;t affect any functionality.&lt;/p&gt;</comment>
                            <comment id="172896" author="gerrit" created="Wed, 9 Nov 2016 05:55:23 +0000"  >&lt;p&gt;Fan Yong (fan.yong@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/23667&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/23667&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8813&quot; title=&quot;Kerberos: sanity and sanity-krb5 test suites fail on non-root user trying to touch file&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8813&quot;&gt;&lt;del&gt;LU-8813&lt;/del&gt;&lt;/a&gt; utils: l_getidentity compatibility&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 91e968db89576767d26ce95002514972aacafdb3&lt;/p&gt;</comment>
                            <comment id="173143" author="jamesanunez" created="Thu, 10 Nov 2016 17:57:32 +0000"  >&lt;p&gt;I&#8217;m running with Fan Yong&#8217;s patch &lt;a href=&quot;http://review.whamcloud.com/#/c/23667/2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/23667/2&lt;/a&gt; and I can run sanity tests 0 and 6 with no problems. When I run sanity-krb5, test_1 hangs immediately. Here&#8217;s what I see from each node. &lt;/p&gt;

&lt;p&gt;On the client console from the beginning of the sanity-krb5 suite:&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;-----============= acceptance-small: sanity-krb5 ============----- Thu Nov 10 16:43:20 UTC 2016
Running: bash /usr/lib64/lustre/tests/sanity-krb5.sh
prepare krb5 cred
RUNAS=runas -u 500 -g 500
running as uid/gid/euid/egid 500/500/500/500, groups:
[krb5_login.sh]
***** refresh Kerberos V5 TGT for uid 500 *****
spawn /bin/bash
export PS1=&quot;user@host $ &quot; 
kinit
[sanityusr@eagle-48vm6 tests]$ export PS1=&quot;user@host $ &quot; 
user@host $ kinit
Password for sanityusr@CO.CFS: 
user@host $ CRED=/tmp/krb5cc_500
Starting client eagle-48vm6.eagle.hpdd.intel.com:  -o user_xattr,flock eagle-48vm1@tcp:/scratch /lustre/scratch2
Started clients eagle-48vm6.eagle.hpdd.intel.com: 
eagle-48vm1@tcp:/scratch on /lustre/scratch2 type lustre (rw,user_xattr,flock)
eagle-48vm6.eagle.hpdd.intel.com: Checking config lustre mounted on /lustre/scratch
Checking servers environments
Checking clients eagle-48vm6.eagle.hpdd.intel.com environments
Using TIMEOUT=20
disable quota as required
osd-ldiskfs.track_declares_assert=1
osd-ldiskfs.track_declares_assert=1
Starting gss daemon on mds: eagle-48vm1
Starting gss daemon on ost: eagle-48vm2
setting all flavor to null
pdsh@eagle-48vm6: eagle-48vm1: ssh exited with exit code 2
already have total 8 null connections
running as uid/gid/euid/egid 500/500/500/500, groups:
[krb5_login.sh]
running as uid/gid/euid/egid 500/500/500/500, groups:
[touch] [/lustre/scratch/d0_runas_test/f3531]
excepting tests: 
skipping tests SLOW=no: 100 101


== sanity-krb5 test 0: start multiple gss daemons == 16:43:38 (1478796218)
bring up gss daemons...
Starting gss daemon on mds: eagle-48vm1
Starting gss daemon on ost: eagle-48vm2
check with someone already running...
1 instance(s) of lsvcgssd are running
check with someone run &amp;amp; finished...
pdsh@eagle-48vm6: eagle-48vm1: ssh exited with exit code 1
1 instance(s) of lsvcgssd are running
check refresh...
pdsh@eagle-48vm6: eagle-48vm1: ssh exited with exit code 1
1 instance(s) of lsvcgssd are running
Resetting fail_loc on all nodes...done.
16:44:24 (1478796264) waiting for eagle-48vm1 network 5 secs ...
16:44:24 (1478796264) network interface is UP
16:44:24 (1478796264) waiting for eagle-48vm2 network 5 secs ...
16:44:24 (1478796264) network interface is UP
16:44:25 (1478796265) waiting for eagle-48vm6.eagle.hpdd.intel.com network 5 secs ...
16:44:25 (1478796265) network interface is UP
PASS 0 (47s)
setting all flavor to krb5p
pdsh@eagle-48vm6: eagle-48vm1: ssh exited with exit code 2
found 0 krb5p out of total 8 connections
restoring to default flavor...
checking all2all...pdsh@eagle-48vm6: eagle-48vm1: ssh exited with exit code 2
found 8/8 null connections
now at default flavor settings
Setting sptlrpc rule: scratch.srpc.flavor.default=krb5p
checking all2all...pdsh@eagle-48vm6: eagle-48vm1: ssh exited with exit code 2
found 0/8 krb5p connections
checking all2all...pdsh@eagle-48vm6: eagle-48vm1: ssh exited with exit code 2
found 0/8 krb5p connections
checking all2all...pdsh@eagle-48vm6: eagle-48vm1: ssh exited with exit code 2
found 0/8 krb5p connections
checking all2all...pdsh@eagle-48vm6: eagle-48vm1: ssh exited with exit code 2
found 0/8 krb5p connections
checking all2all...pdsh@eagle-48vm6: eagle-48vm1: ssh exited with exit code 2
found 8/8 krb5p connections

== sanity-krb5 test 1: access with or without krb5 credential == 16:44:54 (1478796294)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;On the client, dmesg:&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;Lustre: DEBUG MARKER: == sanity-krb5 test 1: access with or without krb5 credential == 16:44:54 (1478796294)
Lustre: 7212:0:(client.c:2111:ptlrpc_expire_one_request()) @@@ Request sent has timed out for slow reply: [sent 1478796291/real 1478796291]  req@ffff88007a903980 x1550626731373984/t0(0) o801-&amp;gt;scratch-MDT0000-mdc-ffff88007adbb000@10.100.4.154@tcp:12/10 lens 224/224 e 0 to 1 dl 1478796298 ref 2 fl Rpc:X/0/ffffffff rc 0/-1
LustreError: 7221:0:(gss_keyring.c:1418:gss_kt_update()) negotiation: rpc err -85, gss err 0
Lustre: 7221:0:(sec_gss.c:316:cli_ctx_expire()) ctx ffff88007afbbb00(0-&amp;gt;scratch-MDT0000_UUID) get expired: 1478796331(+33s)
Lustre: 23443:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) gss.keyring@ffff88007cece140: destroy ctx ffff88007a380180(0-&amp;gt;scratch-MDT0000_UUID)
Lustre: 7221:0:(sec_gss.c:316:cli_ctx_expire()) Skipped 1 previous similar message
Lustre: 7514:0:(client.c:2111:ptlrpc_expire_one_request()) @@@ Request sent has timed out for slow reply: [sent 1478796298/real 1478796298]  req@ffff88007a903980 x1550626731374176/t0(0) o801-&amp;gt;scratch-MDT0000-mdc-ffff88007adbb000@10.100.4.154@tcp:12/10 lens 224/224 e 0 to 1 dl 1478796305 ref 2 fl Rpc:X/0/ffffffff rc 0/-1
LustreError: 7517:0:(gss_keyring.c:1418:gss_kt_update()) negotiation: rpc err -85, gss err 0
LustreError: 7517:0:(gss_keyring.c:1418:gss_kt_update()) Skipped 1 previous similar message
Lustre: 7517:0:(sec_gss.c:316:cli_ctx_expire()) ctx ffff88007afbbec0(0-&amp;gt;scratch-MDT0000_UUID) get expired: 1478796338(+33s)
Lustre: 23442:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) gss.keyring@ffff88007afbb980: destroy ctx ffff88007afbbec0(0-&amp;gt;scratch-MDT0000_UUID)
Lustre: 23442:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) Skipped 1 previous similar message
Lustre: 7514:0:(client.c:2111:ptlrpc_expire_one_request()) Skipped 2 previous similar messages
Lustre: 7521:0:(client.c:2111:ptlrpc_expire_one_request()) @@@ Request sent has timed out for slow reply: [sent 1478796305/real 1478796305]  req@ffff88007a8636c0 x1550626731374288/t0(0) o801-&amp;gt;scratch-MDT0000-mdc-ffff880037ad4400@10.100.4.154@tcp:12/10 lens 224/224 e 0 to 1 dl 1478796312 ref 2 fl Rpc:X/0/ffffffff rc 0/-1
LustreError: 7521:0:(gss_keyring.c:1418:gss_kt_update()) negotiation: rpc err -85, gss err 0
LustreError: 7521:0:(gss_keyring.c:1418:gss_kt_update()) Skipped 1 previous similar message
Lustre: 7521:0:(sec_gss.c:316:cli_ctx_expire()) ctx ffff88007afbbb00(0-&amp;gt;scratch-MDT0000_UUID) get expired: 1478796345(+33s)
Lustre: 7521:0:(sec_gss.c:316:cli_ctx_expire()) Skipped 1 previous similar message
Lustre: 23442:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) gss.keyring@ffff88007afbb980: destroy ctx ffff88007afbbb00(0-&amp;gt;scratch-MDT0000_UUID)
Lustre: 23442:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) Skipped 1 previous similar message
Lustre: 7527:0:(client.c:2111:ptlrpc_expire_one_request()) @@@ Request sent has timed out for slow reply: [sent 1478796313/real 1478796313]  req@ffff88007a8633c0 x1550626731374512/t0(0) o801-&amp;gt;scratch-MDT0000-mdc-ffff880037ad4400@10.100.4.154@tcp:12/10 lens 224/224 e 0 to 1 dl 1478796320 ref 2 fl Rpc:X/0/ffffffff rc 0/-1
Lustre: 7527:0:(client.c:2111:ptlrpc_expire_one_request()) Skipped 1 previous similar message
LustreError: 7530:0:(gss_keyring.c:1418:gss_kt_update()) negotiation: rpc err -85, gss err 0
LustreError: 7530:0:(gss_keyring.c:1418:gss_kt_update()) Skipped 1 previous similar message
Lustre: 7530:0:(sec_gss.c:316:cli_ctx_expire()) ctx ffff880047861f00(0-&amp;gt;scratch-MDT0000_UUID) get expired: 1478796353(+33s)
Lustre: 7530:0:(sec_gss.c:316:cli_ctx_expire()) Skipped 1 previous similar message
Lustre: 23443:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) gss.keyring@ffff88007cece140: destroy ctx ffff880047861f00(0-&amp;gt;scratch-MDT0000_UUID)
Lustre: 23443:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) Skipped 1 previous similar message
Lustre: 7533:0:(client.c:2111:ptlrpc_expire_one_request()) @@@ Request sent has timed out for slow reply: [sent 1478796320/real 1478796320]  req@ffff880078409cc0 x1550626731374624/t0(0) o801-&amp;gt;scratch-MDT0000-mdc-ffff88007adbb000@10.100.4.154@tcp:12/10 lens 224/224 e 0 to 1 dl 1478796327 ref 2 fl Rpc:X/0/ffffffff rc 0/-1
LustreError: 7536:0:(gss_keyring.c:1418:gss_kt_update()) negotiation: rpc err -85, gss err 0
LustreError: 7536:0:(gss_keyring.c:1418:gss_kt_update()) Skipped 1 previous similar message
Lustre: 7533:0:(sec_gss.c:316:cli_ctx_expire()) ctx ffff8800782d3080(0-&amp;gt;scratch-MDT0000_UUID) get expired: 1478796360(+33s)
Lustre: 7533:0:(sec_gss.c:316:cli_ctx_expire()) Skipped 1 previous similar message
Lustre: 23443:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) gss.keyring@ffff88007cece140: destroy ctx ffff8800782d3080(0-&amp;gt;scratch-MDT0000_UUID)
Lustre: 23443:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) Skipped 1 previous similar message
Lustre: 7550:0:(client.c:2111:ptlrpc_expire_one_request()) @@@ Request sent has timed out for slow reply: [sent 1478796334/real 1478796334]  req@ffff88007a8630c0 x1550626731374960/t0(0) o801-&amp;gt;scratch-MDT0000-mdc-ffff88007adbb000@10.100.4.154@tcp:12/10 lens 224/224 e 0 to 1 dl 1478796341 ref 2 fl Rpc:X/0/ffffffff rc 0/-1
Lustre: 7550:0:(client.c:2111:ptlrpc_expire_one_request()) Skipped 3 previous similar messages
LustreError: 7553:0:(gss_keyring.c:1418:gss_kt_update()) negotiation: rpc err -85, gss err 0
LustreError: 7553:0:(gss_keyring.c:1418:gss_kt_update()) Skipped 2 previous similar messages
Lustre: 7553:0:(sec_gss.c:316:cli_ctx_expire()) ctx ffff8800782d3bc0(0-&amp;gt;scratch-MDT0000_UUID) get expired: 1478796374(+33s)
Lustre: 7553:0:(sec_gss.c:316:cli_ctx_expire()) Skipped 3 previous similar messages
Lustre: 23442:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) gss.keyring@ffff88007afbb980: destroy ctx ffff8800782d3bc0(0-&amp;gt;scratch-MDT0000_UUID)
Lustre: 23442:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) Skipped 3 previous similar messages
Lustre: 7573:0:(client.c:2111:ptlrpc_expire_one_request()) @@@ Request sent has timed out for slow reply: [sent 1478796355/real 1478796355]  req@ffff8800784090c0 x1550626731375408/t0(0) o801-&amp;gt;scratch-MDT0000-mdc-ffff880037ad4400@10.100.4.154@tcp:12/10 lens 224/224 e 0 to 1 dl 1478796362 ref 2 fl Rpc:X/0/ffffffff rc 0/-1
Lustre: 7573:0:(client.c:2111:ptlrpc_expire_one_request()) Skipped 4 previous similar messages
LustreError: 7577:0:(gss_keyring.c:1418:gss_kt_update()) negotiation: rpc err -85, gss err 0
LustreError: 7577:0:(gss_keyring.c:1418:gss_kt_update()) Skipped 5 previous similar messages
Lustre: 7577:0:(sec_gss.c:316:cli_ctx_expire()) ctx ffff880047f86bc0(0-&amp;gt;scratch-MDT0000_UUID) get expired: 1478796395(+33s)
Lustre: 7577:0:(sec_gss.c:316:cli_ctx_expire()) Skipped 5 previous similar messages
Lustre: 23443:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) gss.keyring@ffff88007cece140: destroy ctx ffff880047f86bc0(0-&amp;gt;scratch-MDT0000_UUID)
Lustre: 23443:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) Skipped 5 previous similar messages
Lustre: 7609:0:(client.c:2111:ptlrpc_expire_one_request()) @@@ Request sent has timed out for slow reply: [sent 1478796390/real 1478796390]  req@ffff8800784090c0 x1550626731376192/t0(0) o801-&amp;gt;scratch-MDT0000-mdc-ffff88007adbb000@10.100.4.154@tcp:12/10 lens 224/224 e 0 to 1 dl 1478796397 ref 2 fl Rpc:X/0/ffffffff rc 0/-1
Lustre: 7609:0:(client.c:2111:ptlrpc_expire_one_request()) Skipped 8 previous similar messages
LustreError: 7612:0:(gss_keyring.c:1418:gss_kt_update()) negotiation: rpc err -85, gss err 0
LustreError: 7612:0:(gss_keyring.c:1418:gss_kt_update()) Skipped 9 previous similar messages
Lustre: 7612:0:(sec_gss.c:316:cli_ctx_expire()) ctx ffff880047f86a40(0-&amp;gt;scratch-MDT0000_UUID) get expired: 1478796430(+33s)
Lustre: 7612:0:(sec_gss.c:316:cli_ctx_expire()) Skipped 9 previous similar messages
Lustre: 23443:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) gss.keyring@ffff88007afbb980: destroy ctx ffff880047f86a40(0-&amp;gt;scratch-MDT0000_UUID)
Lustre: 23443:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) Skipped 9 previous similar messages
Lustre: 7680:0:(client.c:2111:ptlrpc_expire_one_request()) @@@ Request sent has timed out for slow reply: [sent 1478796460/real 1478796460]  req@ffff88007cb863c0 x1550626731377760/t0(0) o801-&amp;gt;scratch-MDT0000-mdc-ffff88007adbb000@10.100.4.154@tcp:12/10 lens 224/224 e 0 to 1 dl 1478796467 ref 2 fl Rpc:X/0/ffffffff rc 0/-1
Lustre: 7680:0:(client.c:2111:ptlrpc_expire_one_request()) Skipped 18 previous similar messages
LustreError: 7683:0:(gss_keyring.c:1418:gss_kt_update()) negotiation: rpc err -85, gss err 0
LustreError: 7683:0:(gss_keyring.c:1418:gss_kt_update()) Skipped 19 previous similar messages
Lustre: 7683:0:(sec_gss.c:316:cli_ctx_expire()) ctx ffff8800783b16c0(0-&amp;gt;scratch-MDT0000_UUID) get expired: 1478796500(+33s)
Lustre: 7683:0:(sec_gss.c:316:cli_ctx_expire()) Skipped 19 previous similar messages
Lustre: 23443:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) gss.keyring@ffff88007afbb980: destroy ctx ffff8800783b16c0(0-&amp;gt;scratch-MDT0000_UUID)
Lustre: 23443:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) Skipped 19 previous similar messages
Lustre: 7807:0:(client.c:2111:ptlrpc_expire_one_request()) @@@ Request sent has timed out for slow reply: [sent 1478796593/real 1478796593]  req@ffff8800782606c0 x1550626731380784/t0(0) o801-&amp;gt;scratch-MDT0000-mdc-ffff88007adbb000@10.100.4.154@tcp:12/10 lens 224/224 e 0 to 1 dl 1478796600 ref 2 fl Rpc:X/0/ffffffff rc 0/-1
Lustre: 7807:0:(client.c:2111:ptlrpc_expire_one_request()) Skipped 36 previous similar messages
LustreError: 7810:0:(gss_keyring.c:1418:gss_kt_update()) negotiation: rpc err -85, gss err 0
LustreError: 7810:0:(gss_keyring.c:1418:gss_kt_update()) Skipped 37 previous similar messages
Lustre: 7810:0:(sec_gss.c:316:cli_ctx_expire()) ctx ffff8800782d3800(0-&amp;gt;scratch-MDT0000_UUID) get expired: 1478796633(+33s)
Lustre: 7810:0:(sec_gss.c:316:cli_ctx_expire()) Skipped 37 previous similar messages
Lustre: 23442:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) gss.keyring@ffff88007afbb980: destroy ctx ffff8800782d3800(0-&amp;gt;scratch-MDT0000_UUID)
Lustre: 23442:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) Skipped 37 previous similar messages
LustreError: 7511:0:(file.c:3401:ll_inode_revalidate_fini()) scratch: revalidate FID [0x200000007:0x1:0x0] error: rc = -4
[root@eagle-48vm6 ~]# 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;On the MGS/MDS, dmesg&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;Lustre: DEBUG MARKER: == sanity-krb5 test 1: access with or without krb5 credential == 16:44:54 (1478796294)
Lustre: 11127:0:(client.c:2111:ptlrpc_expire_one_request()) @@@ Request sent has timed out for slow reply: [sent 1478796292/real 1478796292]  req@ffff88007a2950c0 x1550567535768688/t0(0) o801-&amp;gt;scratch-MDT0000-lwp-MDT0000@0@lo:12/10 lens 224/224 e 0 to 1 dl 1478796299 ref 2 fl Rpc:X/0/ffffffff rc 0/-1
LustreError: 11127:0:(gss_keyring.c:1418:gss_kt_update()) negotiation: rpc err -85, gss err 0
Lustre: 11127:0:(sec_gss.c:316:cli_ctx_expire()) ctx ffff880058a99200(0-&amp;gt;scratch-MDT0000_UUID) get expired: 1478796332(+33s)
Lustre: 4151:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) gss.keyring@ffff880058ed3900: destroy ctx ffff880058a99200(0-&amp;gt;scratch-MDT0000_UUID)
Lustre: 11329:0:(client.c:2111:ptlrpc_expire_one_request()) @@@ Request sent has timed out for slow reply: [sent 1478796299/real 1478796299]  req@ffff88007a2950c0 x1550567535768784/t0(0) o801-&amp;gt;scratch-MDT0000-lwp-MDT0000@0@lo:12/10 lens 224/224 e 0 to 1 dl 1478796306 ref 2 fl Rpc:X/0/ffffffff rc 0/-1
LustreError: 11329:0:(gss_keyring.c:1418:gss_kt_update()) negotiation: rpc err -85, gss err 0
Lustre: 11329:0:(sec_gss.c:316:cli_ctx_expire()) ctx ffff880077914380(0-&amp;gt;scratch-MDT0000_UUID) get expired: 1478796339(+33s)
Lustre: 4151:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) gss.keyring@ffff880058ed3900: destroy ctx ffff880077914380(0-&amp;gt;scratch-MDT0000_UUID)
Lustre: 3904:0:(gss_svc_upcall.c:994:gss_svc_upcall_handle_init()) waited 20s timeout, drop
Lustre: 4322:0:(gss_svc_upcall.c:994:gss_svc_upcall_handle_init()) waited 20s timeout, drop
Lustre: 4322:0:(gss_svc_upcall.c:994:gss_svc_upcall_handle_init()) Skipped 2 previous similar messages
Lustre: 11333:0:(client.c:2111:ptlrpc_expire_one_request()) @@@ Request sent has timed out for slow reply: [sent 1478796306/real 1478796306]  req@ffff88007a2950c0 x1550567535768848/t0(0) o801-&amp;gt;scratch-MDT0000-lwp-MDT0000@0@lo:12/10 lens 224/224 e 0 to 1 dl 1478796313 ref 2 fl Rpc:X/0/ffffffff rc 0/-1
LustreError: 11333:0:(gss_keyring.c:1418:gss_kt_update()) negotiation: rpc err -85, gss err 0
Lustre: 11333:0:(sec_gss.c:316:cli_ctx_expire()) ctx ffff880058a992c0(0-&amp;gt;scratch-MDT0000_UUID) get expired: 1478796346(+33s)
Lustre: 4152:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) gss.keyring@ffff880058ed3900: destroy ctx ffff880058a992c0(0-&amp;gt;scratch-MDT0000_UUID)
Lustre: 11336:0:(client.c:2111:ptlrpc_expire_one_request()) @@@ Request sent has timed out for slow reply: [sent 1478796313/real 1478796313]  req@ffff88007a2950c0 x1550567535768976/t0(0) o801-&amp;gt;scratch-MDT0000-lwp-MDT0000@0@lo:12/10 lens 224/224 e 0 to 1 dl 1478796320 ref 2 fl Rpc:X/0/ffffffff rc 0/-1
LustreError: 11336:0:(gss_keyring.c:1418:gss_kt_update()) negotiation: rpc err -85, gss err 0
Lustre: 11336:0:(sec_gss.c:316:cli_ctx_expire()) ctx ffff880077bfb740(0-&amp;gt;scratch-MDT0000_UUID) get expired: 1478796353(+33s)
Lustre: 4152:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) gss.keyring@ffff880058ed3900: destroy ctx ffff880077bfb740(0-&amp;gt;scratch-MDT0000_UUID)
Lustre: 11339:0:(client.c:2111:ptlrpc_expire_one_request()) @@@ Request sent has timed out for slow reply: [sent 1478796320/real 1478796320]  req@ffff88007a2950c0 x1550567535769040/t0(0) o801-&amp;gt;scratch-MDT0000-lwp-MDT0000@0@lo:12/10 lens 224/224 e 0 to 1 dl 1478796327 ref 2 fl Rpc:X/0/ffffffff rc 0/-1
LustreError: 11339:0:(gss_keyring.c:1418:gss_kt_update()) negotiation: rpc err -85, gss err 0
Lustre: 11339:0:(sec_gss.c:316:cli_ctx_expire()) ctx ffff880058a99500(0-&amp;gt;scratch-MDT0000_UUID) get expired: 1478796360(+33s)
Lustre: 4152:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) gss.keyring@ffff880058ed3900: destroy ctx ffff880058a99500(0-&amp;gt;scratch-MDT0000_UUID)
Lustre: 3905:0:(gss_svc_upcall.c:994:gss_svc_upcall_handle_init()) waited 20s timeout, drop
Lustre: 11346:0:(client.c:2111:ptlrpc_expire_one_request()) @@@ Request sent has timed out for slow reply: [sent 1478796334/real 1478796334]  req@ffff88007a2950c0 x1550567535769232/t0(0) o801-&amp;gt;scratch-MDT0000-lwp-MDT0000@0@lo:12/10 lens 224/224 e 0 to 1 dl 1478796341 ref 2 fl Rpc:X/0/ffffffff rc 0/-1
Lustre: 11346:0:(client.c:2111:ptlrpc_expire_one_request()) Skipped 1 previous similar message
LustreError: 11346:0:(gss_keyring.c:1418:gss_kt_update()) negotiation: rpc err -85, gss err 0
LustreError: 11346:0:(gss_keyring.c:1418:gss_kt_update()) Skipped 1 previous similar message
Lustre: 11346:0:(sec_gss.c:316:cli_ctx_expire()) ctx ffff880077bfb680(0-&amp;gt;scratch-MDT0000_UUID) get expired: 1478796374(+33s)
Lustre: 11346:0:(sec_gss.c:316:cli_ctx_expire()) Skipped 1 previous similar message
Lustre: 4152:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) gss.keyring@ffff880058ed3900: destroy ctx ffff880077bfb680(0-&amp;gt;scratch-MDT0000_UUID)
Lustre: 4152:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) Skipped 1 previous similar message
Lustre: 3904:0:(gss_svc_upcall.c:994:gss_svc_upcall_handle_init()) waited 20s timeout, drop
Lustre: 3904:0:(gss_svc_upcall.c:994:gss_svc_upcall_handle_init()) Skipped 5 previous similar messages
Lustre: 11355:0:(client.c:2111:ptlrpc_expire_one_request()) @@@ Request sent has timed out for slow reply: [sent 1478796355/real 1478796355]  req@ffff88007a2950c0 x1550567535769488/t0(0) o801-&amp;gt;scratch-MDT0000-lwp-MDT0000@0@lo:12/10 lens 224/224 e 0 to 1 dl 1478796362 ref 2 fl Rpc:X/0/ffffffff rc 0/-1
Lustre: 11355:0:(client.c:2111:ptlrpc_expire_one_request()) Skipped 2 previous similar messages
LustreError: 11355:0:(gss_keyring.c:1418:gss_kt_update()) negotiation: rpc err -85, gss err 0
LustreError: 11355:0:(gss_keyring.c:1418:gss_kt_update()) Skipped 2 previous similar messages
Lustre: 11355:0:(sec_gss.c:316:cli_ctx_expire()) ctx ffff880077bfb740(0-&amp;gt;scratch-MDT0000_UUID) get expired: 1478796395(+33s)
Lustre: 11355:0:(sec_gss.c:316:cli_ctx_expire()) Skipped 2 previous similar messages
Lustre: 4152:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) gss.keyring@ffff880058ed3900: destroy ctx ffff880077bfb740(0-&amp;gt;scratch-MDT0000_UUID)
Lustre: 4152:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) Skipped 2 previous similar messages
Lustre: 3906:0:(gss_svc_upcall.c:994:gss_svc_upcall_handle_init()) waited 20s timeout, drop
Lustre: 3906:0:(gss_svc_upcall.c:994:gss_svc_upcall_handle_init()) Skipped 1 previous similar message
Lustre: 3905:0:(gss_svc_upcall.c:994:gss_svc_upcall_handle_init()) waited 20s timeout, drop
Lustre: 3905:0:(gss_svc_upcall.c:994:gss_svc_upcall_handle_init()) Skipped 2 previous similar messages
Lustre: 11376:0:(client.c:2111:ptlrpc_expire_one_request()) @@@ Request sent has timed out for slow reply: [sent 1478796390/real 1478796390]  req@ffff88007a2950c0 x1550567535769936/t0(0) o801-&amp;gt;scratch-MDT0000-lwp-MDT0000@0@lo:12/10 lens 224/224 e 0 to 1 dl 1478796397 ref 2 fl Rpc:X/0/ffffffff rc 0/-1
Lustre: 11376:0:(client.c:2111:ptlrpc_expire_one_request()) Skipped 4 previous similar messages
LustreError: 11376:0:(gss_keyring.c:1418:gss_kt_update()) negotiation: rpc err -85, gss err 0
LustreError: 11376:0:(gss_keyring.c:1418:gss_kt_update()) Skipped 4 previous similar messages
Lustre: 11376:0:(sec_gss.c:316:cli_ctx_expire()) ctx ffff880077914080(0-&amp;gt;scratch-MDT0000_UUID) get expired: 1478796430(+33s)
Lustre: 11376:0:(sec_gss.c:316:cli_ctx_expire()) Skipped 4 previous similar messages
Lustre: 4151:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) gss.keyring@ffff880058ed3900: destroy ctx ffff880077914080(0-&amp;gt;scratch-MDT0000_UUID)
Lustre: 4151:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) Skipped 4 previous similar messages
Lustre: 3906:0:(gss_svc_upcall.c:994:gss_svc_upcall_handle_init()) waited 20s timeout, drop
Lustre: 3906:0:(gss_svc_upcall.c:994:gss_svc_upcall_handle_init()) Skipped 3 previous similar messages
Lustre: 3905:0:(gss_svc_upcall.c:994:gss_svc_upcall_handle_init()) waited 20s timeout, drop
Lustre: 3905:0:(gss_svc_upcall.c:994:gss_svc_upcall_handle_init()) Skipped 5 previous similar messages
Lustre: 11413:0:(client.c:2111:ptlrpc_expire_one_request()) @@@ Request sent has timed out for slow reply: [sent 1478796460/real 1478796460]  req@ffff880076d2c380 x1550567535770832/t0(0) o801-&amp;gt;scratch-MDT0000-lwp-MDT0000@0@lo:12/10 lens 224/224 e 0 to 1 dl 1478796467 ref 2 fl Rpc:X/0/ffffffff rc 0/-1
Lustre: 11413:0:(client.c:2111:ptlrpc_expire_one_request()) Skipped 9 previous similar messages
LustreError: 11413:0:(gss_keyring.c:1418:gss_kt_update()) negotiation: rpc err -85, gss err 0
LustreError: 11413:0:(gss_keyring.c:1418:gss_kt_update()) Skipped 9 previous similar messages
Lustre: 11413:0:(sec_gss.c:316:cli_ctx_expire()) ctx ffff880058a992c0(0-&amp;gt;scratch-MDT0000_UUID) get expired: 1478796500(+33s)
Lustre: 11413:0:(sec_gss.c:316:cli_ctx_expire()) Skipped 9 previous similar messages
Lustre: 4152:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) gss.keyring@ffff880058ed3900: destroy ctx ffff880058a992c0(0-&amp;gt;scratch-MDT0000_UUID)
Lustre: 4152:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) Skipped 9 previous similar messages
Lustre: 3904:0:(gss_svc_upcall.c:994:gss_svc_upcall_handle_init()) waited 20s timeout, drop
Lustre: 3904:0:(gss_svc_upcall.c:994:gss_svc_upcall_handle_init()) Skipped 15 previous similar messages
Lustre: 11483:0:(client.c:2111:ptlrpc_expire_one_request()) @@@ Request sent has timed out for slow reply: [sent 1478796593/real 1478796593]  req@ffff880076d2c380 x1550567535772560/t0(0) o801-&amp;gt;scratch-MDT0000-lwp-MDT0000@0@lo:12/10 lens 224/224 e 0 to 1 dl 1478796600 ref 2 fl Rpc:X/0/ffffffff rc 0/-1
Lustre: 11483:0:(client.c:2111:ptlrpc_expire_one_request()) Skipped 18 previous similar messages
LustreError: 11483:0:(gss_keyring.c:1418:gss_kt_update()) negotiation: rpc err -85, gss err 0
LustreError: 11483:0:(gss_keyring.c:1418:gss_kt_update()) Skipped 18 previous similar messages
Lustre: 11483:0:(sec_gss.c:316:cli_ctx_expire()) ctx ffff880058a99c80(0-&amp;gt;scratch-MDT0000_UUID) get expired: 1478796633(+33s)
Lustre: 11483:0:(sec_gss.c:316:cli_ctx_expire()) Skipped 18 previous similar messages
Lustre: 4152:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) gss.keyring@ffff880058ed3900: destroy ctx ffff880058a99c80(0-&amp;gt;scratch-MDT0000_UUID)
Lustre: 4152:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) Skipped 18 previous similar messages
Lustre: 3905:0:(gss_svc_upcall.c:994:gss_svc_upcall_handle_init()) waited 20s timeout, drop
Lustre: 3905:0:(gss_svc_upcall.c:994:gss_svc_upcall_handle_init()) Skipped 25 previous similar messages
[root@eagle-48vm1 ~]# 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;On the OSS, dmesg:&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;Lustre: DEBUG MARKER: == sanity-krb5 test 1: access with or without krb5 credential == 16:44:54 (1478796294)
Lustre: 9304:0:(client.c:2111:ptlrpc_expire_one_request()) @@@ Request sent has timed out for slow reply: [sent 1478796293/real 1478796293]  req@ffff8800796a8c80 x1550567557600736/t0(0) o801-&amp;gt;scratch-MDT0000-lwp-OST0000@10.100.4.154@tcp:12/10 lens 224/224 e 0 to 1 dl 1478796300 ref 2 fl Rpc:X/0/ffffffff rc 0/-1
LustreError: 9307:0:(gss_keyring.c:1418:gss_kt_update()) negotiation: rpc err -85, gss err 0
Lustre: 9304:0:(sec_gss.c:316:cli_ctx_expire()) ctx ffff88004d2e4c80(0-&amp;gt;scratch-MDT0000_UUID) get expired: 1478796333(+33s)
Lustre: 4295:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) gss.keyring@ffff88004d2e4d40: destroy ctx ffff88004d2e4c80(0-&amp;gt;scratch-MDT0000_UUID)
LustreError: 9307:0:(gss_keyring.c:1418:gss_kt_update()) Skipped 1 previous similar message
Lustre: 9344:0:(client.c:2111:ptlrpc_expire_one_request()) @@@ Request sent has timed out for slow reply: [sent 1478796300/real 1478796300]  req@ffff8800796a8c80 x1550567557600784/t0(0) o801-&amp;gt;scratch-MDT0000-lwp-OST0000@10.100.4.154@tcp:12/10 lens 224/224 e 0 to 1 dl 1478796307 ref 2 fl Rpc:X/0/ffffffff rc 0/-1
LustreError: 9347:0:(gss_keyring.c:1418:gss_kt_update()) negotiation: rpc err -85, gss err 0
Lustre: 9347:0:(sec_gss.c:316:cli_ctx_expire()) ctx ffff88004d2e4980(0-&amp;gt;scratch-MDT0000_UUID) get expired: 1478796340(+33s)
Lustre: 9347:0:(sec_gss.c:316:cli_ctx_expire()) Skipped 1 previous similar message
Lustre: 4296:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) gss.keyring@ffff88004d2e4bc0: destroy ctx ffff88004d2e4980(0-&amp;gt;scratch-MDT0000_UUID)
Lustre: 4296:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) Skipped 1 previous similar message
Lustre: 9344:0:(client.c:2111:ptlrpc_expire_one_request()) Skipped 2 previous similar messages
Lustre: 9350:0:(client.c:2111:ptlrpc_expire_one_request()) @@@ Request sent has timed out for slow reply: [sent 1478796307/real 1478796307]  req@ffff8800796a8680 x1550567557600832/t0(0) o801-&amp;gt;scratch-MDT0000-lwp-OST0001@10.100.4.154@tcp:12/10 lens 224/224 e 0 to 1 dl 1478796314 ref 2 fl Rpc:X/0/ffffffff rc 0/-1
LustreError: 9350:0:(gss_keyring.c:1418:gss_kt_update()) negotiation: rpc err -85, gss err 0
LustreError: 9350:0:(gss_keyring.c:1418:gss_kt_update()) Skipped 1 previous similar message
Lustre: 9350:0:(sec_gss.c:316:cli_ctx_expire()) ctx ffff88004d2e4b00(0-&amp;gt;scratch-MDT0000_UUID) get expired: 1478796347(+33s)
Lustre: 9350:0:(sec_gss.c:316:cli_ctx_expire()) Skipped 1 previous similar message
Lustre: 4296:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) gss.keyring@ffff88004d2e4bc0: destroy ctx ffff88004d2e4b00(0-&amp;gt;scratch-MDT0000_UUID)
Lustre: 4296:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) Skipped 1 previous similar message
Lustre: 9359:0:(client.c:2111:ptlrpc_expire_one_request()) @@@ Request sent has timed out for slow reply: [sent 1478796314/real 1478796314]  req@ffff8800796a8080 x1550567557600928/t0(0) o801-&amp;gt;scratch-MDT0000-lwp-OST0000@10.100.4.154@tcp:12/10 lens 224/224 e 0 to 1 dl 1478796321 ref 2 fl Rpc:X/0/ffffffff rc 0/-1
Lustre: 9359:0:(client.c:2111:ptlrpc_expire_one_request()) Skipped 1 previous similar message
LustreError: 9356:0:(gss_keyring.c:1418:gss_kt_update()) negotiation: rpc err -85, gss err 0
LustreError: 9356:0:(gss_keyring.c:1418:gss_kt_update()) Skipped 1 previous similar message
Lustre: 9356:0:(sec_gss.c:316:cli_ctx_expire()) ctx ffff880077ecb6c0(0-&amp;gt;scratch-MDT0000_UUID) get expired: 1478796354(+33s)
Lustre: 9356:0:(sec_gss.c:316:cli_ctx_expire()) Skipped 1 previous similar message
Lustre: 4296:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) gss.keyring@ffff88004d2e4bc0: destroy ctx ffff880077ecb6c0(0-&amp;gt;scratch-MDT0000_UUID)
Lustre: 4296:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) Skipped 1 previous similar message
Lustre: 9363:0:(client.c:2111:ptlrpc_expire_one_request()) @@@ Request sent has timed out for slow reply: [sent 1478796321/real 1478796321]  req@ffff88007968bcc0 x1550567557600976/t0(0) o801-&amp;gt;scratch-MDT0000-lwp-OST0001@10.100.4.154@tcp:12/10 lens 224/224 e 0 to 1 dl 1478796328 ref 2 fl Rpc:X/0/ffffffff rc 0/-1
LustreError: 9366:0:(gss_keyring.c:1418:gss_kt_update()) negotiation: rpc err -85, gss err 0
LustreError: 9366:0:(gss_keyring.c:1418:gss_kt_update()) Skipped 1 previous similar message
Lustre: 9363:0:(sec_gss.c:316:cli_ctx_expire()) ctx ffff88004d2e4a40(0-&amp;gt;scratch-MDT0000_UUID) get expired: 1478796361(+33s)
Lustre: 9363:0:(sec_gss.c:316:cli_ctx_expire()) Skipped 1 previous similar message
Lustre: 4295:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) gss.keyring@ffff88004d2e4bc0: destroy ctx ffff88004d2e4a40(0-&amp;gt;scratch-MDT0000_UUID)
Lustre: 4295:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) Skipped 1 previous similar message
Lustre: 9376:0:(client.c:2111:ptlrpc_expire_one_request()) @@@ Request sent has timed out for slow reply: [sent 1478796335/real 1478796335]  req@ffff88007968b6c0 x1550567557601120/t0(0) o801-&amp;gt;scratch-MDT0000-lwp-OST0001@10.100.4.154@tcp:12/10 lens 224/224 e 0 to 1 dl 1478796342 ref 2 fl Rpc:X/0/ffffffff rc 0/-1
Lustre: 9376:0:(client.c:2111:ptlrpc_expire_one_request()) Skipped 3 previous similar messages
LustreError: 9379:0:(gss_keyring.c:1418:gss_kt_update()) negotiation: rpc err -85, gss err 0
LustreError: 9379:0:(gss_keyring.c:1418:gss_kt_update()) Skipped 2 previous similar messages
Lustre: 9379:0:(sec_gss.c:316:cli_ctx_expire()) ctx ffff88005fd12240(0-&amp;gt;scratch-MDT0000_UUID) get expired: 1478796375(+33s)
Lustre: 9379:0:(sec_gss.c:316:cli_ctx_expire()) Skipped 3 previous similar messages
Lustre: 4296:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) gss.keyring@ffff88004d2e4d40: destroy ctx ffff88005fd12240(0-&amp;gt;scratch-MDT0000_UUID)
Lustre: 4296:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) Skipped 3 previous similar messages
Lustre: 9395:0:(client.c:2111:ptlrpc_expire_one_request()) @@@ Request sent has timed out for slow reply: [sent 1478796356/real 1478796356]  req@ffff88007968b6c0 x1550567557601312/t0(0) o801-&amp;gt;scratch-MDT0000-lwp-OST0000@10.100.4.154@tcp:12/10 lens 224/224 e 0 to 1 dl 1478796363 ref 2 fl Rpc:X/0/ffffffff rc 0/-1
Lustre: 9395:0:(client.c:2111:ptlrpc_expire_one_request()) Skipped 4 previous similar messages
LustreError: 9398:0:(gss_keyring.c:1418:gss_kt_update()) negotiation: rpc err -85, gss err 0
LustreError: 9398:0:(gss_keyring.c:1418:gss_kt_update()) Skipped 5 previous similar messages
Lustre: 9398:0:(sec_gss.c:316:cli_ctx_expire()) ctx ffff88005fd12240(0-&amp;gt;scratch-MDT0000_UUID) get expired: 1478796396(+33s)
Lustre: 9398:0:(sec_gss.c:316:cli_ctx_expire()) Skipped 5 previous similar messages
Lustre: 4296:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) gss.keyring@ffff88004d2e4bc0: destroy ctx ffff88005fd12240(0-&amp;gt;scratch-MDT0000_UUID)
Lustre: 4296:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) Skipped 5 previous similar messages
Lustre: 9429:0:(client.c:2111:ptlrpc_expire_one_request()) @@@ Request sent has timed out for slow reply: [sent 1478796391/real 1478796391]  req@ffff88007968bcc0 x1550567557601648/t0(0) o801-&amp;gt;scratch-MDT0000-lwp-OST0001@10.100.4.154@tcp:12/10 lens 224/224 e 0 to 1 dl 1478796398 ref 2 fl Rpc:X/0/ffffffff rc 0/-1
Lustre: 9429:0:(client.c:2111:ptlrpc_expire_one_request()) Skipped 8 previous similar messages
LustreError: 9432:0:(gss_keyring.c:1418:gss_kt_update()) negotiation: rpc err -85, gss err 0
LustreError: 9432:0:(gss_keyring.c:1418:gss_kt_update()) Skipped 9 previous similar messages
Lustre: 9432:0:(sec_gss.c:316:cli_ctx_expire()) ctx ffff88005fd12c00(0-&amp;gt;scratch-MDT0000_UUID) get expired: 1478796431(+33s)
Lustre: 9432:0:(sec_gss.c:316:cli_ctx_expire()) Skipped 9 previous similar messages
Lustre: 4295:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) gss.keyring@ffff88004d2e4d40: destroy ctx ffff88005fd12c00(0-&amp;gt;scratch-MDT0000_UUID)
Lustre: 4295:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) Skipped 9 previous similar messages
Lustre: 9496:0:(client.c:2111:ptlrpc_expire_one_request()) @@@ Request sent has timed out for slow reply: [sent 1478796461/real 1478796461]  req@ffff88004d2be6c0 x1550567557602320/t0(0) o801-&amp;gt;scratch-MDT0000-lwp-OST0000@10.100.4.154@tcp:12/10 lens 224/224 e 0 to 1 dl 1478796468 ref 2 fl Rpc:X/0/ffffffff rc 0/-1
Lustre: 9496:0:(client.c:2111:ptlrpc_expire_one_request()) Skipped 18 previous similar messages
LustreError: 9499:0:(gss_keyring.c:1418:gss_kt_update()) negotiation: rpc err -85, gss err 0
LustreError: 9499:0:(gss_keyring.c:1418:gss_kt_update()) Skipped 19 previous similar messages
Lustre: 9499:0:(sec_gss.c:316:cli_ctx_expire()) ctx ffff88004d2e4980(0-&amp;gt;scratch-MDT0000_UUID) get expired: 1478796501(+33s)
Lustre: 9499:0:(sec_gss.c:316:cli_ctx_expire()) Skipped 19 previous similar messages
Lustre: 4295:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) gss.keyring@ffff88004d2e4bc0: destroy ctx ffff88004d2e4980(0-&amp;gt;scratch-MDT0000_UUID)
Lustre: 4295:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) Skipped 19 previous similar messages
Lustre: 9624:0:(client.c:2111:ptlrpc_expire_one_request()) @@@ Request sent has timed out for slow reply: [sent 1478796594/real 1478796594]  req@ffff8800796c4c80 x1550567557603616/t0(0) o801-&amp;gt;scratch-MDT0000-lwp-OST0001@10.100.4.154@tcp:12/10 lens 224/224 e 0 to 1 dl 1478796601 ref 2 fl Rpc:X/0/ffffffff rc 0/-1
LustreError: 9627:0:(gss_keyring.c:1418:gss_kt_update()) negotiation: rpc err -85, gss err 0
LustreError: 9627:0:(gss_keyring.c:1418:gss_kt_update()) Skipped 37 previous similar messages
Lustre: 9627:0:(sec_gss.c:316:cli_ctx_expire()) ctx ffff88007d0efe40(0-&amp;gt;scratch-MDT0000_UUID) get expired: 1478796634(+33s)
Lustre: 9627:0:(sec_gss.c:316:cli_ctx_expire()) Skipped 37 previous similar messages
Lustre: 4296:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) gss.keyring@ffff88004d2e4d40: destroy ctx ffff88007d0efe40(0-&amp;gt;scratch-MDT0000_UUID)
Lustre: 4296:0:(sec_gss.c:1226:gss_cli_ctx_fini_common()) Skipped 36 previous similar messages
Lustre: 9624:0:(client.c:2111:ptlrpc_expire_one_request()) Skipped 37 previous similar messages
[root@eagle-48vm2 ~]# 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;I&#8217;ve updated the Kerberos setup script to get the changes to the script from &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6971&quot; title=&quot;Remove obsolete remote client and &amp;quot;lfs cp|ls|getacl|setacl&amp;quot; commands&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6971&quot;&gt;&lt;del&gt;LU-6971&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;http://review.whamcloud.com/#/c/19789/13&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/19789/13&lt;/a&gt;, so we are no longer creating the perm.conf file. The Kerberos setup script that I&#8217;m using is at &lt;a href=&quot;http://review.whamcloud.com/#/c/18012/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/18012/&lt;/a&gt; . &lt;/p&gt;

&lt;p&gt;We are also calling lsvcgssd with the new recommended flags; For the MGS/MDS, use &apos;/usr/sbin/lsvcgssd -k -g -m&apos; and, for the OSS, use &apos;/usr/sbin/lsvcgssd -k -o&apos;.&lt;/p&gt;

&lt;p&gt;So, there is still an issue, but maybe this should move to a new ticket? &lt;/p&gt;</comment>
                            <comment id="173155" author="panda" created="Thu, 10 Nov 2016 18:27:28 +0000"  >&lt;p&gt;James, does&lt;/p&gt;

&lt;p&gt;mds # grep lgss_keyring /etc/request-key.conf&lt;br/&gt;
oss # grep lgss_keyring /etc/request-key.conf&lt;/p&gt;

&lt;p&gt;show anything?&lt;/p&gt;

&lt;p&gt;I can share an installation guide written for some older Lustre Kerberos/GSS, but it wasn&apos;t finished and verified.&lt;/p&gt;</comment>
                            <comment id="173161" author="jamesanunez" created="Thu, 10 Nov 2016 18:37:27 +0000"  >&lt;p&gt;Andrew - No, lgss_keyring is not in /etc/request-key.conf, but it is in /etc/request-key.d/lgssc.conf:&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;grep lgss_keyring /etc/request-key.conf&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@eagle-48vm1 ~&amp;#93;&lt;/span&gt;# more /etc/request-key.d/lgssc.conf &lt;br/&gt;
create lgssc * * /usr/sbin/lgss_keyring %o %k %t %d %c %u %g %T %P %S&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;I can move this line from /etc/request-key.d/lgssc.conf to /etc/request-key.conf and see if that changes things.&lt;/p&gt;

&lt;p&gt;Also, yes, documentation would be very helpful. &lt;/p&gt;</comment>
                            <comment id="173166" author="panda" created="Thu, 10 Nov 2016 18:47:16 +0000"  >&lt;p&gt;James,&lt;/p&gt;

&lt;p&gt;/etc/request-key.d/lgssc.conf will likely work too.&lt;/p&gt;

&lt;p&gt;Lustre utils (gssd and the upcall) should log something to /var/log/messages (or another syslogd log depending on its configuration) in case it helps.&lt;/p&gt;</comment>
                            <comment id="173174" author="jamesanunez" created="Thu, 10 Nov 2016 19:11:59 +0000"  >&lt;p&gt;Thanks for the document. I&apos;ll review to see if I&apos;m deviating from what it prescribes.&lt;/p&gt;</comment>
                            <comment id="173224" author="jamesanunez" created="Thu, 10 Nov 2016 23:43:43 +0000"  >&lt;p&gt;I understand the remaining issues and they are minor issues in the sanity-krb5 test suite. Some tests in sanity-krb5 stop and start the lsvcgssd and restart with only the &apos;-v&apos; option. Once I added the correct flags to these calls for the MDS and for OSS, the full test suite runs with only one failure. I will upload a patch to modify the calls lsvcgssd in sanity-krb5. &lt;/p&gt;

&lt;p&gt;Thank you Fan Yong and Andrew (and Andreas) for your quick reaction and comments. Your time spent and willingness to help is appreciated.&lt;/p&gt;
</comment>
                            <comment id="173397" author="adilger" created="Sat, 12 Nov 2016 07:59:00 +0000"  >&lt;p&gt;James, please be aware of test interop issues when adding the new flags to the &lt;tt&gt;lsvcgssd&lt;/tt&gt; startup.  While I can understand that this may be necessary for SSK testing, it isn&apos;t clear to me what the need is for KRB testing, and this highlights that existing user deployments with Kerberos may start to fail in a similar manner, so I&apos;m glad we caught this before release.&lt;/p&gt;

&lt;p&gt;The addition of the &quot;-k&quot; option should not be required for Kerberos configurations, to maintain compatibility with existing environments, IMHO.  My thought was to have the lack of &quot;-k&quot; set the &lt;tt&gt;krb_enabled&lt;/tt&gt; if neither &lt;tt&gt;sk_enabled&lt;/tt&gt; or &lt;tt&gt;null_enabled&lt;/tt&gt; is no yet set, but print a warning 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; svcgssd: no &quot;-k&quot;, &quot;-s&quot;, or &quot;-z&quot; option given.  Assume &quot;-k&quot; for compatibility reasons.  
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;or similar to avoid confusing error messages.&lt;/p&gt;</comment>
                            <comment id="174011" author="gerrit" created="Thu, 17 Nov 2016 04:30:49 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/23667/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/23667/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8813&quot; title=&quot;Kerberos: sanity and sanity-krb5 test suites fail on non-root user trying to touch file&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8813&quot;&gt;&lt;del&gt;LU-8813&lt;/del&gt;&lt;/a&gt; utils: l_getidentity compatibility&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: d385685a92668241d8c802f33f2e5497d9a7ea5a&lt;/p&gt;</comment>
                            <comment id="174015" author="yong.fan" created="Thu, 17 Nov 2016 04:34:26 +0000"  >&lt;p&gt;The patch has been landed to master.&lt;/p&gt;</comment>
                            <comment id="174890" author="adilger" created="Wed, 23 Nov 2016 19:54:03 +0000"  >&lt;p&gt;Reopen to fix compatibility with &lt;tt&gt;svcgssd&lt;/tt&gt; not being passed &lt;tt&gt;-k&lt;/tt&gt; option for existing Kerberos configurations.&lt;/p&gt;</comment>
                            <comment id="174899" author="gerrit" created="Wed, 23 Nov 2016 20:24:17 +0000"  >&lt;p&gt;Andreas Dilger (andreas.dilger@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/23925&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/23925&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8813&quot; title=&quot;Kerberos: sanity and sanity-krb5 test suites fail on non-root user trying to touch file&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8813&quot;&gt;&lt;del&gt;LU-8813&lt;/del&gt;&lt;/a&gt; gss: allow svcgssd to start without &quot;-k&quot;&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 6f63a934d3f771c479f296b203f0f717cfae5313&lt;/p&gt;</comment>
                            <comment id="178186" author="gerrit" created="Sat, 17 Dec 2016 05:35:38 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/23925/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/23925/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8813&quot; title=&quot;Kerberos: sanity and sanity-krb5 test suites fail on non-root user trying to touch file&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8813&quot;&gt;&lt;del&gt;LU-8813&lt;/del&gt;&lt;/a&gt; gss: allow svcgssd to start without &quot;-k&quot;&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: faf53524cdb90eee45e9425e529a7a6868679c56&lt;/p&gt;</comment>
                            <comment id="178239" author="pjones" created="Sat, 17 Dec 2016 14:10:09 +0000"  >&lt;p&gt;Landed for 2.10&lt;/p&gt;</comment>
                            <comment id="185848" author="gerrit" created="Wed, 22 Feb 2017 21:41:04 +0000"  >&lt;p&gt;Andreas Dilger (andreas.dilger@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/25584&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/25584&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8813&quot; title=&quot;Kerberos: sanity and sanity-krb5 test suites fail on non-root user trying to touch file&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8813&quot;&gt;&lt;del&gt;LU-8813&lt;/del&gt;&lt;/a&gt; gss: limit the number of error messages in logs&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 9a04aec1e2692cf32aedadee0bf745b657724012&lt;/p&gt;</comment>
                            <comment id="188684" author="gerrit" created="Thu, 16 Mar 2017 21:38:17 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/25584/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/25584/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8813&quot; title=&quot;Kerberos: sanity and sanity-krb5 test suites fail on non-root user trying to touch file&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8813&quot;&gt;&lt;del&gt;LU-8813&lt;/del&gt;&lt;/a&gt; gss: limit the number of error messages in logs&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 4ed67efd13cddd7ec41d29e853601ce862aaae9e&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="41273">LU-8795</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="19239">LU-3425</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="24050" name="CopyofGSSKerberossetupguideforLustre.pdf" size="143432" author="panda" created="Thu, 10 Nov 2016 18:31:56 +0000"/>
                            <attachment id="24023" name="sanity..debug_log.eagle-48vm1.1478615970.log" size="3442074" author="jamesanunez" created="Tue, 8 Nov 2016 22:22:05 +0000"/>
                            <attachment id="24024" name="sanity..debug_log.eagle-48vm2.1478615970.log" size="3437783" author="jamesanunez" created="Tue, 8 Nov 2016 22:22:05 +0000"/>
                            <attachment id="24025" name="sanity..debug_log.eagle-48vm6.1478615970.log" size="3714292" author="jamesanunez" created="Tue, 8 Nov 2016 22:22:05 +0000"/>
                            <attachment id="24026" name="sanity..dmesg.eagle-48vm1.1478615970.log" size="29653" author="jamesanunez" created="Tue, 8 Nov 2016 22:22:05 +0000"/>
                            <attachment id="24027" name="sanity..dmesg.eagle-48vm2.1478615970.log" size="31277" author="jamesanunez" created="Tue, 8 Nov 2016 22:22:05 +0000"/>
                            <attachment id="24028" name="sanity..dmesg.eagle-48vm6.1478615970.log" size="26204" author="jamesanunez" created="Tue, 8 Nov 2016 22:22:05 +0000"/>
                            <attachment id="24029" name="sanity.suite_log.eagle-48vm6.log" size="1666" author="jamesanunez" created="Tue, 8 Nov 2016 22:22:05 +0000"/>
                    </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|hzyuyf:</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>