<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:08:28 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-14291] Improve use of HAVE_SERVER_SUPPORT and others for Linux-kernel client</title>
                <link>https://jira.whamcloud.com/browse/LU-14291</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;The proposed upstreaming of Lustre to the Linux kernel will start with just the client.&#160; To assist with this the &quot;HAVE_SERVER_SUPPORT&quot; macro is widely used to identify code that is only needed on the server.&#160; However there is a lot of code that could be protected&#160; by this macro, but isn&apos;t.&lt;/p&gt;

&lt;p&gt;There are also some other aspects of Lustre that will not be going upstream, such as the ability to extract jobid strings from the process environment.&#160; It would help if there were marked for conditional compilation, so they can easily be removed before upstreaming.&lt;/p&gt;

&lt;p&gt;Ideally most of the server-only code would go in separate source files so that when server support is later added, we only need to add some files.&#160; We probably cannot move all server code to separate files, but we should move as much as we can, as having #ifdef in C-code files is discouraged upstream.&lt;/p&gt;

&lt;p&gt;The goal of this improvement is for all code that won&apos;t be upstream initially to with be in separate files, or to be clearly marked with a macro such s HAVE_SERVER_SUPPORT.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</description>
                <environment></environment>
        <key id="62196">LU-14291</key>
            <summary>Improve use of HAVE_SERVER_SUPPORT and others for Linux-kernel client</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="4" iconUrl="https://jira.whamcloud.com/images/icons/statuses/reopened.png" description="This issue was once resolved, but the resolution was deemed incorrect. From here issues are either marked assigned or resolved.">Reopened</status>
                    <statusCategory id="2" key="new" colorName="default"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="neilb">Neil Brown</assignee>
                                    <reporter username="neilb">Neil Brown</reporter>
                        <labels>
                    </labels>
                <created>Mon, 4 Jan 2021 05:20:46 +0000</created>
                <updated>Wed, 29 Mar 2023 04:03:42 +0000</updated>
                                                            <fixVersion>Lustre 2.16.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="288620" author="gerrit" created="Tue, 5 Jan 2021 00:54:39 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/41125&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/41125&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14291&quot; title=&quot;Improve use of HAVE_SERVER_SUPPORT and others for Linux-kernel client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14291&quot;&gt;LU-14291&lt;/a&gt; ptlrpc: format UPDATE messages in server-only code&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 85cc666719ad3858553f7c19b7dba1cac6633349&lt;/p&gt;</comment>
                            <comment id="288626" author="gerrit" created="Tue, 5 Jan 2021 03:04:32 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/41126&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/41126&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14291&quot; title=&quot;Improve use of HAVE_SERVER_SUPPORT and others for Linux-kernel client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14291&quot;&gt;LU-14291&lt;/a&gt; lustre: clean up lustre_eacl.h and make server-only&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 352691600bcd77ed05833586a17d2919bdd414f5&lt;/p&gt;</comment>
                            <comment id="288628" author="gerrit" created="Tue, 5 Jan 2021 03:20:52 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/41127&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/41127&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14291&quot; title=&quot;Improve use of HAVE_SERVER_SUPPORT and others for Linux-kernel client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14291&quot;&gt;LU-14291&lt;/a&gt; ptlrpc: only build nrs_delay for server builds.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 2a79d476fb553f57bf825b3482e7300efa678095&lt;/p&gt;</comment>
                            <comment id="288629" author="gerrit" created="Tue, 5 Jan 2021 03:20:53 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/41128&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/41128&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14291&quot; title=&quot;Improve use of HAVE_SERVER_SUPPORT and others for Linux-kernel client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14291&quot;&gt;LU-14291&lt;/a&gt; lustre: only include nrs headers when needed&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 9429b35206923ddcffd79468d358ee42306f4b69&lt;/p&gt;</comment>
                            <comment id="293269" author="gerrit" created="Fri, 26 Feb 2021 21:07:02 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/41127/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/41127/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14291&quot; title=&quot;Improve use of HAVE_SERVER_SUPPORT and others for Linux-kernel client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14291&quot;&gt;LU-14291&lt;/a&gt; ptlrpc: support nrs_delay for client-only builds&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: daa388b5399b4e2979865717d4cc0ee7cb3fa1db&lt;/p&gt;</comment>
                            <comment id="293270" author="gerrit" created="Fri, 26 Feb 2021 21:07:09 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/41128/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/41128/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14291&quot; title=&quot;Improve use of HAVE_SERVER_SUPPORT and others for Linux-kernel client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14291&quot;&gt;LU-14291&lt;/a&gt; lustre: only include nrs headers when needed&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 7a8fafe2a10674dae7dc490c45d7bd2e49e1926e&lt;/p&gt;</comment>
                            <comment id="294962" author="gerrit" created="Sun, 14 Mar 2021 22:40:03 +0000"  >&lt;p&gt;Neil Brown (neilb@suse.de) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/42032&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/42032&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14291&quot; title=&quot;Improve use of HAVE_SERVER_SUPPORT and others for Linux-kernel client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14291&quot;&gt;LU-14291&lt;/a&gt; lustre: further cleanup of acl code.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 757177c5366f169dd8504b9e1a0ec42a02325333&lt;/p&gt;</comment>
                            <comment id="295154" author="gerrit" created="Tue, 16 Mar 2021 18:17:15 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/41126/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/41126/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14291&quot; title=&quot;Improve use of HAVE_SERVER_SUPPORT and others for Linux-kernel client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14291&quot;&gt;LU-14291&lt;/a&gt; lustre: clean up lustre_eacl.h and make server-only&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 497f520fa341fe2352400c7e5fbc6917b129ff70&lt;/p&gt;</comment>
                            <comment id="295158" author="gerrit" created="Tue, 16 Mar 2021 18:18:02 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/39683/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/39683/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14291&quot; title=&quot;Improve use of HAVE_SERVER_SUPPORT and others for Linux-kernel client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14291&quot;&gt;LU-14291&lt;/a&gt; build: use tgt_pool for lov layer&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 01d23cc780c6c7fccdbc3e8948ceebbe67b30846&lt;/p&gt;</comment>
                            <comment id="295689" author="gerrit" created="Mon, 22 Mar 2021 16:26:30 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/42032/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/42032/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14291&quot; title=&quot;Improve use of HAVE_SERVER_SUPPORT and others for Linux-kernel client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14291&quot;&gt;LU-14291&lt;/a&gt; lustre: further cleanup of acl code.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 8cdb99aa0a6462a35ac584226ae66841c3b7bc2f&lt;/p&gt;</comment>
                            <comment id="296609" author="gerrit" created="Wed, 24 Mar 2021 15:50:28 +0000"  >&lt;p&gt;James Simmons (jsimmons@infradead.org) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/43096&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43096&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14291&quot; title=&quot;Improve use of HAVE_SERVER_SUPPORT and others for Linux-kernel client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14291&quot;&gt;LU-14291&lt;/a&gt; lustre: limit header scope for server only handling&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: d3979cdad6d514198ad7bd8f3d91c4ca7eef3bfe&lt;/p&gt;</comment>
                            <comment id="297867" author="gerrit" created="Tue, 6 Apr 2021 03:02:25 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/41125/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/41125/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14291&quot; title=&quot;Improve use of HAVE_SERVER_SUPPORT and others for Linux-kernel client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14291&quot;&gt;LU-14291&lt;/a&gt; ptlrpc: format UPDATE messages in server-only code&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 771308ada3895c3ccfeb8e63365089086c1d9fdc&lt;/p&gt;</comment>
                            <comment id="301028" author="gerrit" created="Mon, 10 May 2021 13:33:40 +0000"  >&lt;p&gt;James Simmons (jsimmons@infradead.org) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/43624&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43624&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14291&quot; title=&quot;Improve use of HAVE_SERVER_SUPPORT and others for Linux-kernel client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14291&quot;&gt;LU-14291&lt;/a&gt; lustre: rename tgt_pool_* functions.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e0bb8a53936df88340cbd34f7e3541ff588ab15d&lt;/p&gt;</comment>
                            <comment id="301949" author="gerrit" created="Wed, 19 May 2021 02:03:52 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/43096/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43096/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14291&quot; title=&quot;Improve use of HAVE_SERVER_SUPPORT and others for Linux-kernel client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14291&quot;&gt;LU-14291&lt;/a&gt; lustre: limit header scope for server only handling&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 5ecd5a5ecfb880236b5fbc23621102239de5f5d6&lt;/p&gt;</comment>
                            <comment id="302833" author="gerrit" created="Thu, 27 May 2021 18:18:19 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/43624/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43624/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14291&quot; title=&quot;Improve use of HAVE_SERVER_SUPPORT and others for Linux-kernel client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14291&quot;&gt;LU-14291&lt;/a&gt; lustre: rename tgt_pool_* functions.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 7f3b06a0ab527c3a45179c6531b444bf8aab79ac&lt;/p&gt;</comment>
                            <comment id="302857" author="pjones" created="Thu, 27 May 2021 19:05:26 +0000"  >&lt;p&gt;Landed for 2.15&lt;/p&gt;</comment>
                            <comment id="302881" author="neilb" created="Thu, 27 May 2021 21:52:31 +0000"  >&lt;p&gt;There is still plenty of room to improve HAVE_SERVER_SUPPORT.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;The ideal end-goal is to remove it from all .c files, leaving it only in Makefiles and .h.&lt;/p&gt;

&lt;p&gt;This might not be possible to fully achieve, but it would be good to keep this open until we collectively decide that we are close enough.&lt;/p&gt;</comment>
                            <comment id="365492" author="gerrit" created="Fri, 10 Mar 2023 14:21:30 +0000"  >&lt;p&gt;&quot;jsimmons &amp;lt;jsimmons@infradead.org&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/50258&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/50258&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14291&quot; title=&quot;Improve use of HAVE_SERVER_SUPPORT and others for Linux-kernel client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14291&quot;&gt;LU-14291&lt;/a&gt; batch: don&apos;t include lustre_update.h for client only builds&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 935898aa3f3aa6768165e16f06f1a720f021cdc1&lt;/p&gt;</comment>
                            <comment id="367642" author="gerrit" created="Tue, 28 Mar 2023 22:18:14 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/50258/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/50258/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14291&quot; title=&quot;Improve use of HAVE_SERVER_SUPPORT and others for Linux-kernel client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14291&quot;&gt;LU-14291&lt;/a&gt; batch: don&apos;t include lustre_update.h for client only builds&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 12c34651994b77ac0cf231cd710f9d511845a4e1&lt;/p&gt;</comment>
                            <comment id="367673" author="pjones" created="Wed, 29 Mar 2023 03:28:56 +0000"  >&lt;p&gt;Landed for 2.16&lt;/p&gt;</comment>
                            <comment id="367680" author="neilb" created="Wed, 29 Mar 2023 04:03:42 +0000"  >&lt;p&gt;Some patches have landed - yes.&#160; But others haven&apos;t even been developed.&lt;/p&gt;

&lt;p&gt;I don&apos;t think we can really call &quot;time&quot; on this issue until we have demonstrated that everything not protected by HAVE_SERVER_SUPPORT is client-only.&#160; Getting the client code accepted into the Linux kernel would be reasonable way to demonstrate that.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="56278">LU-12511</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="41575">LU-8837</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i01ifb:</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>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>