<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:44:37 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-4647] Add idmapping functions for nodemap</title>
                <link>https://jira.whamcloud.com/browse/LU-4647</link>
                <project id="10000" key="LU">Lustre</project>
                    <description></description>
                <environment></environment>
        <key id="23201">LU-4647</key>
            <summary>Add idmapping functions for nodemap</summary>
                <type id="7" iconUrl="https://jira.whamcloud.com/images/icons/issuetypes/task_agile.png">Technical task</type>
                            <parent id="18740">LU-3291</parent>
                                    <priority id="2" iconUrl="https://jira.whamcloud.com/images/icons/priorities/critical.svg">Critical</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="utopiabound">Nathaniel Clark</assignee>
                                    <reporter username="jjw">Joshua Walgenbach</reporter>
                        <labels>
                            <label>HB</label>
                            <label>patch</label>
                    </labels>
                <created>Tue, 18 Feb 2014 18:14:18 +0000</created>
                <updated>Fri, 28 Aug 2015 17:49:00 +0000</updated>
                            <resolved>Fri, 28 Aug 2015 17:49:00 +0000</resolved>
                                    <version>Lustre 2.6.0</version>
                                    <fixVersion>Lustre 2.8.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>10</watches>
                                                                            <comments>
                            <comment id="78254" author="adilger" created="Mon, 3 Mar 2014 18:38:08 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/9299&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/9299&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="79347" author="jlevi" created="Fri, 14 Mar 2014 17:08:40 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#/c/9529/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/9529/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="82972" author="adilger" created="Thu, 1 May 2014 06:45:08 +0000"  >&lt;p&gt;I noticed &lt;a href=&quot;http://review.whamcloud.com/7936&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/7936&lt;/a&gt; coming down the pipe as well, and while the client-side changes obviously don&apos;t affect this feature, it will need some idmap handling on the server side.&lt;/p&gt;</comment>
                            <comment id="84648" author="kit.westneat" created="Wed, 21 May 2014 20:32:40 +0000"  >&lt;p&gt;Added tests here:&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/10406&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/10406&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="87722" author="kit.westneat" created="Fri, 27 Jun 2014 18:37:09 +0000"  >&lt;p&gt;I was doing some testing today and ran into a weird issue. Basically runas doesn&apos;t seem to work unless there is a supplemental group (it doesn&apos;t matter what it is):&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;[root@c1 mnt]# /root/lustre-release/lustre/tests/runas -u 503  touch `pwd`/tmp_dir/file_test
running as uid/gid/euid/egid 503/503/503/503, groups:
 [touch] [/mnt/tmp_dir/file_test]
touch: cannot touch `/mnt/tmp_dir/file_test&apos;: Permission denied
[root@c1 mnt]# /root/lustre-release/lustre/tests/runas -u 503 -G99999 touch `pwd`/tmp_dir/file_test
adding supp group 99999
running as uid/gid/euid/egid 503/503/503/503, groups: 99999
 [touch] [/mnt/tmp_dir/file_test]
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;I wanted to check in to see if anyone else can reproduce it, or if it&apos;s something about my build/system. Also if anyone has any theories as to why it&apos;s happening. &lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Kit&lt;/p&gt;</comment>
                            <comment id="87734" author="adilger" created="Fri, 27 Jun 2014 20:56:45 +0000"  >&lt;p&gt;This should probably be a separate bug.&lt;/p&gt;</comment>
                            <comment id="87908" author="cliffw" created="Tue, 1 Jul 2014 18:17:34 +0000"  >&lt;p&gt;Kit, can you open your issue as a new bug, please?&lt;/p&gt;</comment>
                            <comment id="88867" author="cliffw" created="Fri, 11 Jul 2014 19:32:10 +0000"  >&lt;p&gt;Kit, your patch &lt;a href=&quot;http://review.whamcloud.com/#/c/10406/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/10406/&lt;/a&gt; is failing testing, can you address the issues? &lt;/p&gt;</comment>
                            <comment id="88870" author="kit.westneat" created="Fri, 11 Jul 2014 19:40:15 +0000"  >&lt;p&gt;Hi Cliff, I&apos;m not sure what&apos;s going on. It seems like it&apos;s having a problem creating a file as root. Do these nodes run with root squash on or anything? Is there a way to get interactive access to the test or is it batch only? I can&apos;t reproduce the issue on my test machine. &lt;/p&gt;</comment>
                            <comment id="89043" author="kit.westneat" created="Tue, 15 Jul 2014 16:05:24 +0000"  >&lt;p&gt;I think I figured it out - the earlier tests were enabling nodemap and the new tests expect it to be disabled at start. I uploaded a fix for it. &lt;/p&gt;

&lt;p&gt;There still seems to be a problem with the tests, but it&apos;s failing on other non-nodemap tests as well. They are all getting timeout errors. Is it possible that there is a problem with the test cluster?&lt;/p&gt;</comment>
                            <comment id="89581" author="kit.westneat" created="Sat, 19 Jul 2014 15:09:26 +0000"  >&lt;p&gt;Looking at it again, it looks like the OSS kernel panic&apos;d:&lt;br/&gt;
22:04:24:IP: &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffffa08882e5&amp;gt;&amp;#93;&lt;/span&gt; tgt_request_preprocess+0x705/0x1470 &lt;span class=&quot;error&quot;&gt;&amp;#91;ptlrpc&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;I dug into it some, and it looks like the clients aren&apos;t being reassigned a nodemap after the nodemap_destroy, so they are just pointing to NULL nodemaps. Josh is working on an updated patch and will resubmit it. &lt;/p&gt;</comment>
                            <comment id="94516" author="cliffw" created="Fri, 19 Sep 2014 17:13:05 +0000"  >&lt;p&gt;Any updates on this ? The last patch also failed testing.&lt;/p&gt;</comment>
                            <comment id="98424" author="kit.westneat" created="Wed, 5 Nov 2014 14:51:51 +0000"  >&lt;p&gt;Found a new bug while working on 10406:&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/12575/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/12575/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="100248" author="shadow" created="Sat, 29 Nov 2014 07:30:32 +0000"  >&lt;p&gt;I hope Intel will block to close that ticket until oxygen comments will don&apos;t added to the code with good debug options.&lt;br/&gt;
It&apos;s very strange to land code without ANY debug in code. Why Intel allow to do it? did Intel do any testing? recovery-small failed to stop any service with export reference leak with simple test SLOW=yes sh recovery-small.sh.&lt;/p&gt;</comment>
                            <comment id="100309" author="cliffw" created="Mon, 1 Dec 2014 15:58:02 +0000"  >&lt;p&gt;Alex, this is in reference to &lt;a href=&quot;http://review.whamcloud.com/#/c/12575/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/12575/&lt;/a&gt; ?&lt;/p&gt;</comment>
                            <comment id="100318" author="shadow" created="Mon, 1 Dec 2014 17:09:53 +0000"  >&lt;p&gt;Cliff,&lt;/p&gt;

&lt;p&gt;I don&apos;t know a patch pointed you. my patch in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5963&quot; title=&quot;wrong hashing in LU-4647&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5963&quot;&gt;&lt;del&gt;LU-5963&lt;/del&gt;&lt;/a&gt; very simple.&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;@@ -50,7 +52,12 @@ void nm_member_putref(struct obd_export *exp)
 &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt; __u32 nm_member_hashfn(cfs_hash_t *hash_body,
                           &lt;span class=&quot;code-keyword&quot;&gt;const&lt;/span&gt; void *key, unsigned mask)
 {
-       &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; cfs_hash_djb2_hash(key, strlen(key), mask);
+       unsigned &lt;span class=&quot;code-object&quot;&gt;long&lt;/span&gt; hash;
+&lt;span class=&quot;code-comment&quot;&gt;//     &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; cfs_hash_djb2_hash(key, strlen(key), mask);
&lt;/span&gt;+       hash = hash_long((unsigned &lt;span class=&quot;code-object&quot;&gt;long&lt;/span&gt;)key, hash_body-&amp;gt;hs_bkt_bits) &amp;amp; mask;
+
+       CDEBUG(D_INFO, &lt;span class=&quot;code-quote&quot;&gt;&quot;hashing %p -&amp;gt; %lu\n&quot;&lt;/span&gt;, key, hash);
+       &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; hash;
 }

&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;but some debug need added anyway.&lt;/p&gt;</comment>
                            <comment id="100672" author="gerrit" created="Thu, 4 Dec 2014 15:15:02 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/12575/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12575/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4647&quot; title=&quot;Add idmapping functions for nodemap&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4647&quot;&gt;&lt;del&gt;LU-4647&lt;/del&gt;&lt;/a&gt; nodemap: fix problem with node reclassification&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: ec6aae2e3aa4174e3c8fdd8e75a9a4186e3abdc4&lt;/p&gt;</comment>
                            <comment id="101143" author="jlevi" created="Tue, 9 Dec 2014 20:27:53 +0000"  >&lt;p&gt;Patch landed to Master.&lt;/p&gt;</comment>
                            <comment id="101146" author="adilger" created="Tue, 9 Dec 2014 20:58:34 +0000"  >&lt;p&gt;I think the recently landed patch is not addressing the issue that Alexey pointed out.&lt;/p&gt;</comment>
                            <comment id="101147" author="adilger" created="Tue, 9 Dec 2014 21:00:35 +0000"  >&lt;p&gt;Sorry, I see that the hash function patch landed via &lt;a href=&quot;http://review.whamcloud.com/12881&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12881&lt;/a&gt; from &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5963&quot; title=&quot;wrong hashing in LU-4647&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5963&quot;&gt;&lt;del&gt;LU-5963&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="101258" author="gerrit" created="Wed, 10 Dec 2014 23:30:43 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/10406/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/10406/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4647&quot; title=&quot;Add idmapping functions for nodemap&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4647&quot;&gt;&lt;del&gt;LU-4647&lt;/del&gt;&lt;/a&gt; nodemap: add tests to sanity-sec for nodemap mapping&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 50f95dd6e5159981f6b950d2fab674955442603b&lt;/p&gt;</comment>
                            <comment id="101268" author="gerrit" created="Thu, 11 Dec 2014 00:18:02 +0000"  >&lt;p&gt;Andreas Dilger (andreas.dilger@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/13028&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13028&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4647&quot; title=&quot;Add idmapping functions for nodemap&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4647&quot;&gt;&lt;del&gt;LU-4647&lt;/del&gt;&lt;/a&gt; tests: enable sanity-sec for DNE mode&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 44d7be42028c31c49c9929053ea77adae3abde8e&lt;/p&gt;</comment>
                            <comment id="103167" author="gerrit" created="Mon, 12 Jan 2015 06:56:48 +0000"  >&lt;p&gt;Kit Westneat (kit.westneat@gmail.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/13343&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13343&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4647&quot; title=&quot;Add idmapping functions for nodemap&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4647&quot;&gt;&lt;del&gt;LU-4647&lt;/del&gt;&lt;/a&gt; tests: modify sanity-sec to test multiple MDSes&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e2de239ed18bd9a346e5c4deb1e2762f6d6b07d0&lt;/p&gt;</comment>
                            <comment id="103186" author="jlevi" created="Mon, 12 Jan 2015 15:00:01 +0000"  >&lt;p&gt;Reopening based on comments and new patches&lt;/p&gt;</comment>
                            <comment id="106523" author="gerrit" created="Tue, 10 Feb 2015 20:34:51 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/13478/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13478/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4647&quot; title=&quot;Add idmapping functions for nodemap&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4647&quot;&gt;&lt;del&gt;LU-4647&lt;/del&gt;&lt;/a&gt; lctl: add nodemap man pages to lctl&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e477f21ed67bfb76aba2b7cede8f62cc0cbd2ff7&lt;/p&gt;</comment>
                            <comment id="110963" author="gerrit" created="Sun, 29 Mar 2015 03:00:24 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/13343/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13343/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4647&quot; title=&quot;Add idmapping functions for nodemap&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4647&quot;&gt;&lt;del&gt;LU-4647&lt;/del&gt;&lt;/a&gt; tests: modify sanity-sec to test multiple MDSes&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e62ce6e1252b33b37130556f31ceb22e8410dfcb&lt;/p&gt;</comment>
                            <comment id="114971" author="gerrit" created="Mon, 11 May 2015 23:58:38 +0000"  >&lt;p&gt;Andreas Dilger (andreas.dilger@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/14769&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14769&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4647&quot; title=&quot;Add idmapping functions for nodemap&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4647&quot;&gt;&lt;del&gt;LU-4647&lt;/del&gt;&lt;/a&gt; tests: clean up sanity-sec code style issues&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: d4240b487f7b16ac69f46452192bffdc475d6aae&lt;/p&gt;</comment>
                            <comment id="116368" author="gerrit" created="Tue, 26 May 2015 13:11:13 +0000"  >&lt;p&gt;Dmitry Eremin (dmitry.eremin@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/14933&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14933&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4647&quot; title=&quot;Add idmapping functions for nodemap&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4647&quot;&gt;&lt;del&gt;LU-4647&lt;/del&gt;&lt;/a&gt; tests: properly cleanup after test failure&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: af43e0b4c60f7e7d1ab7202bfab66785fe6edd52&lt;/p&gt;</comment>
                            <comment id="116634" author="gerrit" created="Thu, 28 May 2015 05:26:12 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/14933/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14933/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4647&quot; title=&quot;Add idmapping functions for nodemap&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4647&quot;&gt;&lt;del&gt;LU-4647&lt;/del&gt;&lt;/a&gt; tests: properly cleanup after test failure&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: c19992eb6809170acf885f1895fec628982b05ad&lt;/p&gt;</comment>
                            <comment id="125566" author="gerrit" created="Fri, 28 Aug 2015 17:48:29 +0000"  >&lt;p&gt;Andreas Dilger (andreas.dilger@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/14769/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14769/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4647&quot; title=&quot;Add idmapping functions for nodemap&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4647&quot;&gt;&lt;del&gt;LU-4647&lt;/del&gt;&lt;/a&gt; tests: clean up sanity-sec code style issues&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 4fab3b2dfd4225f096e9a38ac14bcf61c41a81d4&lt;/p&gt;</comment>
                            <comment id="125567" author="pjones" created="Fri, 28 Aug 2015 17:49:00 +0000"  >&lt;p&gt;Landed for 2.8&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="27742">LU-5963</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="15870">LU-1882</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="28171">LUDOC-265</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzwfcn:</customfieldvalue>

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