<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:51:22 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-5423] Test failure sanity-sec test_4: setgroups (2)</title>
                <link>https://jira.whamcloud.com/browse/LU-5423</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This issue was created by maloo for Nathaniel Clark &amp;lt;nathaniel.l.clark@intel.com&amp;gt;&lt;/p&gt;

&lt;p&gt;This issue relates to the following test suite run: &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/067e60a0-091d-11e4-b800-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/067e60a0-091d-11e4-b800-5254006e85c2&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/967a9b9a-14b9-11e4-aae8-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/967a9b9a-14b9-11e4-aae8-5254006e85c2&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/78786676-146f-11e4-88ed-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/78786676-146f-11e4-88ed-5254006e85c2&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The sub-test test_4 failed with the following error:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;setgroups (2)&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Info required for matching: sanity-sec 4&lt;/p&gt;</description>
                <environment></environment>
        <key id="25768">LU-5423</key>
            <summary>Test failure sanity-sec test_4: setgroups (2)</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="maloo">Maloo</reporter>
                        <labels>
                    </labels>
                <created>Mon, 28 Jul 2014 14:02:37 +0000</created>
                <updated>Sun, 3 Apr 2016 03:19:52 +0000</updated>
                            <resolved>Wed, 29 Apr 2015 23:55:18 +0000</resolved>
                                                    <fixVersion>Lustre 2.8.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>12</watches>
                                                                            <comments>
                            <comment id="90162" author="utopiabound" created="Mon, 28 Jul 2014 14:04:25 +0000"  >&lt;p&gt;This shows up in Maloo on 7/11/14&lt;/p&gt;</comment>
                            <comment id="90385" author="adilger" created="Tue, 29 Jul 2014 20:39:48 +0000"  >&lt;p&gt;Is it possible to track this down to a single patch?&lt;/p&gt;</comment>
                            <comment id="90845" author="bobijam" created="Tue, 5 Aug 2014 10:33:00 +0000"  >&lt;p&gt;commit db5abf4b2b3fadc054a4e7d0d5a6b2fd9a99023c makes this test fail.&lt;/p&gt;

&lt;p&gt;w/o this patch, ll_revalidate_dentry() will validate the local directory dentry (lookup_flags contains LOOKUP_OPEN), and do the permission check locally.&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;&lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (lookup_flags &amp;amp; (LOOKUP_PARENT | LOOKUP_OPEN | LOOKUP_CREATE))
          &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; 1;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;As the patch get rid of the line, ll_revalidate_dentry() does not validate the dentry, and llite calls ll_lookup_it(), which expectably does not carry the child&apos;s inode hence no suppgid&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;, so that mds permission check fails.&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;+       &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (lookup_flags &amp;amp; (LOOKUP_OPEN | LOOKUP_CREATE))
+               &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; 0;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="90848" author="pjones" created="Tue, 5 Aug 2014 13:00:53 +0000"  >&lt;p&gt;Oleg&lt;/p&gt;

&lt;p&gt;How do you propose to best address this situation?&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="90867" author="utopiabound" created="Tue, 5 Aug 2014 15:16:24 +0000"  >&lt;p&gt;This seems to be caused by &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4367&quot; title=&quot;unlink performance regression on lustre-2.5.52 client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4367&quot;&gt;&lt;del&gt;LU-4367&lt;/del&gt;&lt;/a&gt; &lt;a href=&quot;http://review.whamcloud.com/11062&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11062&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Patch to revert change:&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/11323&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11323&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="91112" author="green" created="Thu, 7 Aug 2014 21:07:26 +0000"  >&lt;p&gt;The problem here is just broken functionality, I suspect.&lt;br/&gt;
Even with the patch reverted the test should fail if the dentry to be revalidated is not there - a hole in the test logic.&lt;/p&gt;

&lt;p&gt;If we always revalidate for open - we lose our control of opencache on the other hand. The permission check really needs to be able to work on mds side somehow.&lt;/p&gt;

&lt;p&gt;Whenever we disable this test as broken meanwhile or revert the patch - I don&apos;t have a strong opinion either way as long as the underlying issue is fixed in the end.&lt;/p&gt;</comment>
                            <comment id="92707" author="green" created="Thu, 28 Aug 2014 14:07:09 +0000"  >&lt;p&gt;I landed a temporary patch to disable this test meanwhile: &lt;a href=&quot;http://review.whamcloud.com/11631&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11631&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="94751" author="jlevi" created="Tue, 23 Sep 2014 17:45:45 +0000"  >&lt;p&gt;Fan Yong,&lt;br/&gt;
Are you able to fix this test so that it can be re-enabled?&lt;br/&gt;
Thank you!&lt;/p&gt;</comment>
                            <comment id="95126" author="yong.fan" created="Sat, 27 Sep 2014 07:04:29 +0000"  >&lt;p&gt;There is long store about Lustre user check permission. Generally:&lt;br/&gt;
1) Lustre requires client and MDS to share the same user/group database.&lt;/p&gt;

&lt;p&gt;2) MDT gets the RPC user information from the RPC header. In theory, only fsuid is enough, MDT can get other fsgid, suppgid information according to the given fsuid via identity_upcall if 1) is guaranteed. But because of history features (such as remote client, and so on) reason, we allow the administrator to specify the upcall handler, and even disable the upcall, although it is NOT the recommended.&lt;/p&gt;

&lt;p&gt;3) If the identity_upcall is disabled, then the client needs to transfer fsuid/fsgid/suppgid information via RPC header directly. Because of the RPC header is space limited, it is impossible to transfer all suppgid information from client to MDS, then the client only transfers the needed (for permission check) suppgid to MDS.&lt;/p&gt;

&lt;p&gt;For most of operations, case 3) works, because the client knows which suppgid may be used (according to the target object&apos;s attribute), but it based on guessing, because if there is chown/chgrp from others by race, the client given suppgid may become useless. More further, if the client does not know which suppgid may be used, such as the case of this failure, then the client may get permission deny. It is a known defect, but not easy to be resolved because of our current RPC/permission framework. But disable identity_upcall is NOT recommended Lustre configure, and NOT normal Lustre usage, so I do not think this ticket should be a Lustre-2.7 blocker.&lt;/p&gt;</comment>
                            <comment id="96784" author="yong.fan" created="Tue, 21 Oct 2014 02:41:04 +0000"  >&lt;p&gt;I am thinking that whether we should allow the admin to disable the identity_upcall on MDS or not. Currently, it seems not a good idea. It will bring some security risks to the whole system since client is non-trustable, and also causes some permission issues like this one. I am not sure whether there are some users who really use such feature in their product system. If nobody care about that, why not forbid the admin to do that?&lt;/p&gt;

&lt;p&gt;Andreas, what&apos;s your suggestion about that?&lt;/p&gt;</comment>
                            <comment id="97446" author="adilger" created="Fri, 24 Oct 2014 19:12:59 +0000"  >&lt;p&gt;I think we definitely still need to allow the identity_upcall to be replaced. I don&apos;t know that we need to be able to turn it off. &lt;/p&gt;

&lt;p&gt;Maybe it makes sense to add a console warning if the upcall is set to NONE, referring to this bug, and if nobody complains in a few releases we can remove the ability to disable the upcall entirely at some later time. &lt;/p&gt;</comment>
                            <comment id="97827" author="yong.fan" created="Wed, 29 Oct 2014 14:30:58 +0000"  >&lt;p&gt;According to our current security framework, all permission check will be done on MDS side, in spite of whether client has checked or not. So the key issue for this ticket is how to pack the supplementary group IDs from client to MDT. Before linux-2.6.4, the system allow at most 32 supplementary group IDs, such number has been increased to 65536 since linux-2.6.4. So it is impossible to pack all the supplementary group IDs from client to MDS within current Lustre RPC framework:&lt;br/&gt;
1) There is not enough space in RPC for that.&lt;br/&gt;
2) compared with the UID/GIG, supplementary group are seldom used in the permission checking. Transferring a lot of seldom used information is much overhead.&lt;/p&gt;

&lt;p&gt;To resolve current trouble, a workable but not perfect solution is that: when the llite get &amp;#45;EACCES failure under above case, we can ask the llite to get_attr_by_name on the target object firstly, then pack the suppgid according to the target inode&amp;#45;&amp;gt;i_gid to try open again.&lt;/p&gt;</comment>
                            <comment id="97832" author="yong.fan" created="Wed, 29 Oct 2014 15:02:41 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/12476&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12476&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="103828" author="gerrit" created="Sun, 18 Jan 2015 19:36:12 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/12476/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12476/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5423&quot; title=&quot;Test failure sanity-sec test_4: setgroups (2)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5423&quot;&gt;&lt;del&gt;LU-5423&lt;/del&gt;&lt;/a&gt; llite: pack suppgid to MDS correctly&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 2bc5bcb7efa247fcd8cc65d013ffc9f6c33dd788&lt;/p&gt;</comment>
                            <comment id="105775" author="adilger" created="Thu, 5 Feb 2015 05:45:29 +0000"  >&lt;p&gt;So, it seems that sanity-sec test_4 is in the ALWAYS_EXCEPT list in the test framework (envdefinitions=SANITY_SEC_EXCEPT=&quot;4&quot;) so this test was never run for the patch that was landed:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/7f4b4654-8070-11e4-ac36-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/7f4b4654-8070-11e4-ac36-5254006e85c2&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;and is skipped in all currently running tests.&lt;/p&gt;

&lt;p&gt;I&apos;ve submitted another patch to add test 4 to sanity-sec.sh ALWAYS_EXCEPT list.  Once this is landed, please submit a new TEI ticket to remove the SANITY_SEC_EXCEPT=&quot;4&quot; exception in the test environment (link new TEI ticket to TEI-2447 which was filed to disable the test), then remove this exception again along with a &lt;tt&gt;Test-Parameters:&lt;/tt&gt; line that runs sanity-sec several times to verify it is working.&lt;/p&gt;</comment>
                            <comment id="105777" author="adilger" created="Thu, 5 Feb 2015 05:46:20 +0000"  >&lt;p&gt;Patch to exclude test_4 again: &lt;a href=&quot;http://review.whamcloud.com/13657&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13657&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="105783" author="yong.fan" created="Thu, 5 Feb 2015 06:13:12 +0000"  >&lt;p&gt;Why not remove SANITY_SEC_EXCEPT=&quot;4&quot; from the auto-test configs directly? I have verified &quot;ONLY=4 sh sanity-sec.sh&quot;, it works well.&lt;/p&gt;</comment>
                            <comment id="105984" author="adilger" created="Fri, 6 Feb 2015 01:46:42 +0000"  >&lt;p&gt;The reason not to immediately remove test 4 from SANITY_SEC_EXCEPT in the test framework is in case it has broken since the last time it was tested. This test hasn&apos;t been run in several months, since it was disabled in August, and even the fix patch wasn&apos;t actually running this test.  Even though you tested it on your own, it may behave differently in our test system, or it may have broken again since your patch was last tested. &lt;/p&gt;

&lt;p&gt;By pushing the patch to add test 4 to ALWAYS_EXCEPT in sanity-sec &lt;em&gt;first&lt;/em&gt; then we could have safely removed the SANITY_SEC_EXCEPT a week later, and then run a few sanity-sec tests on master to verify it was still working properly before it was re-enabled for everyone. We&apos;ve already had a series of other recent test problems that interrupted testing for everyone, and since it wasn&apos;t very important to enable this test immediately (it has already off for 5 months) it would have been better to do things in the safe manner.&lt;/p&gt;

&lt;p&gt;Now that the patch to re-enable the test has already landed to autotest, we can only wait and see if there will be test failures or not, and possibly have to revert that change again after other people&apos;s patches have started failing. Let&apos;s hope it works out ok. &lt;/p&gt;</comment>
                            <comment id="106891" author="adilger" created="Thu, 12 Feb 2015 23:58:20 +0000"  >&lt;p&gt;I see that there were 6 test failures in sanity-sec test_4 in the past week due to &quot;setgroups (2)&quot;, so unless they are all caused by patches being tested on a branch that does not have this fix, it is likely that this problem was not fixed by the original patch and it was just never noticed because this test was not being run:&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/sub_tests/cf8eea16-aec5-11e4-bd9a-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/sub_tests/cf8eea16-aec5-11e4-bd9a-5254006e85c2&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/5dd8fad8-b1f4-11e4-bf90-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/5dd8fad8-b1f4-11e4-bf90-5254006e85c2&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/4f314698-b0f0-11e4-865f-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/4f314698-b0f0-11e4-865f-5254006e85c2&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/95b93f46-affe-11e4-971a-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/95b93f46-affe-11e4-971a-5254006e85c2&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/c81c005e-afc7-11e4-971a-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/c81c005e-afc7-11e4-971a-5254006e85c2&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/f60cecf4-af53-11e4-91ac-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/f60cecf4-af53-11e4-91ac-5254006e85c2&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It appears all of these failures are on &quot;full&quot; runs on master.&lt;/p&gt;</comment>
                            <comment id="107073" author="gerrit" created="Mon, 16 Feb 2015 12:24:30 +0000"  >&lt;p&gt;Fan Yong (fan.yong@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/13778&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13778&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5423&quot; title=&quot;Test failure sanity-sec test_4: setgroups (2)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5423&quot;&gt;&lt;del&gt;LU-5423&lt;/del&gt;&lt;/a&gt; mdt: debug patch for open permission deny&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c8a5c49cad07b9da549852ccdb52dc581bc427a6&lt;/p&gt;</comment>
                            <comment id="113733" author="yong.fan" created="Wed, 29 Apr 2015 11:40:37 +0000"  >&lt;p&gt;Yujian, is there any new full test result after your back-ported patch landed?&lt;/p&gt;</comment>
                            <comment id="113826" author="yong.fan" created="Wed, 29 Apr 2015 23:55:18 +0000"  >&lt;p&gt;After patch back-ported, s-s test_4 passed for full test.&lt;/p&gt;</comment>
                            <comment id="117549" author="gerrit" created="Fri, 5 Jun 2015 06:26:40 +0000"  >&lt;p&gt;Jian Yu (jian.yu@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/15153&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/15153&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5423&quot; title=&quot;Test failure sanity-sec test_4: setgroups (2)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5423&quot;&gt;&lt;del&gt;LU-5423&lt;/del&gt;&lt;/a&gt; tests: add version check to sanity-sec test 4&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: bce4159f675cf226562234a1c774b1b1bd2573cc&lt;/p&gt;</comment>
                            <comment id="119057" author="gerrit" created="Fri, 19 Jun 2015 07:05:16 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/15153/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/15153/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5423&quot; title=&quot;Test failure sanity-sec test_4: setgroups (2)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5423&quot;&gt;&lt;del&gt;LU-5423&lt;/del&gt;&lt;/a&gt; tests: add version check to sanity-sec test 4&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: c4440c3d40caa8b5c7ef750b9516255e9efe109e&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                                        </outwardlinks>
                                                                <inwardlinks description="is related to">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzwsf3:</customfieldvalue>

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