<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:10:45 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-7650] ko2iblnd map_on_demand can&apos;t negotitate when page sizes are different between nodes.</title>
                <link>https://jira.whamcloud.com/browse/LU-7650</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;With the mlx5 driver support mostly complete I have been testing on our Power8 nodes the latest 2.8 stack plus some ko2iblnd patches to make it work. With the work from &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5783&quot; title=&quot;o2iblnd: investigate new memory registration mechanisms&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5783&quot;&gt;&lt;del&gt;LU-5783&lt;/del&gt;&lt;/a&gt; I can now set the peer_credits to 63 and using the patch from &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7101&quot; title=&quot;Lnet: Support per NI map-on-demand&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7101&quot;&gt;&lt;del&gt;LU-7101&lt;/del&gt;&lt;/a&gt; set the map_on_demand to 16 pages. The problem is that the Power8 clients can&apos;t connect to our servers which have map_on_demand set to 256 pages. The reason is the set test to validate the connection compares the page counts on each side. On Power8 16 pages equals 256 pages on x86 platforms so comparing page count is an invalid test.&lt;/p&gt;</description>
                <environment>Power8 client nodes running Ubuntu 14.04 and Lustre servers running RHE6.6 with all running the latest pre-2.8 lustre stack.</environment>
        <key id="34042">LU-7650</key>
            <summary>ko2iblnd map_on_demand can&apos;t negotitate when page sizes are different between nodes.</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</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="3">Duplicate</resolution>
                                        <assignee username="ashehata">Amir Shehata</assignee>
                                    <reporter username="simmonsja">James A Simmons</reporter>
                        <labels>
                            <label>ko2iblnd</label>
                            <label>lnet</label>
                            <label>ppc</label>
                    </labels>
                <created>Mon, 11 Jan 2016 15:52:31 +0000</created>
                <updated>Fri, 14 Jun 2019 16:42:53 +0000</updated>
                            <resolved>Mon, 9 Apr 2018 14:45:35 +0000</resolved>
                                    <version>Lustre 2.8.0</version>
                    <version>Lustre 2.9.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>12</watches>
                                                                            <comments>
                            <comment id="138504" author="simmonsja" created="Mon, 11 Jan 2016 16:10:39 +0000"  >&lt;p&gt;Jeremy I have been looking at this code and I figure their are two ways to resolve this but both involve changing  WIRE_ATTR kib_connparams_t which is why this needs to land for 2.8 to avoid compatibility issues if we wait until 2.9. One solution involves changing  ibcp_max_frags to a u32 field and having it represent the total bytes consumed by the fragments. This limits the total memory usage to 4GB for the fragments. The second solution is add a new field, u16 ibcp_page_size to WIRE_ATTR kib_connparams_t which reports the page size used by the remote connection. In this case we can continue to support the 64k * 4K page = 256 GB memory size available for RDMA. In the case of Power8 it would be 64K * 64K = 4TB of memory. What do you think is the best approach?&lt;/p&gt;</comment>
                            <comment id="138536" author="doug" created="Mon, 11 Jan 2016 19:02:52 +0000"  >&lt;p&gt;If you configure for 4K pages on Power8, is this still a problem?&lt;/p&gt;</comment>
                            <comment id="138706" author="adilger" created="Tue, 12 Jan 2016 19:04:08 +0000"  >&lt;p&gt;Why not just report the number of pages in 4KB units for the PPC nodes?  I don&apos;t think there are any PPC servers in use anywhere, so this shouldn&apos;t affect any compatibility, and it avoids the need to change the protocol. &lt;/p&gt;</comment>
                            <comment id="138715" author="simmonsja" created="Tue, 12 Jan 2016 19:20:25 +0000"  >&lt;p&gt;Actually this affect PowerPC client nodes which are in use. Reporting in 4KB is hackish to me. Also even on x86 you can have 1MB with hugetbl support. Sound like reporting back bytes total is the best solution.&lt;/p&gt;</comment>
                            <comment id="138776" author="adilger" created="Wed, 13 Jan 2016 09:12:27 +0000"  >&lt;p&gt;James, I don&apos;t understand how this could affect compatibility for PPC nodes which are in use, when it doesn&apos;t currently work?  The only concern would be if there are PPC clients and servers using a large PAGE_SIZE that would suddenly get interop issues between different versions of Lustre.&lt;/p&gt;

&lt;p&gt;You can&apos;t just change the size of &lt;tt&gt;kib_connparams_t&lt;/tt&gt; nor the meaning of the fields significantly since this affects the IB wire protocol and would break interoperability for IB networks.&lt;/p&gt;

&lt;p&gt;I don&apos;t see that reporting the number of 4KB fragments is too hackish, since this is what all the current x86 clients do, and indeed the peer shouldn&apos;t know the details of the PAGE_SIZE for the node.  If this was an x86 host it would have the reported maximum number of fragments, while the PPC host will just not have this many fragments in any RDMA.  This also reminds me of &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7385&quot; title=&quot;Bulk IO write error&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7385&quot;&gt;&lt;del&gt;LU-7385&lt;/del&gt;&lt;/a&gt;, which is going to have to deal with a similar issue if it is using higher-order allocations to reduce the maximum number of fragments in a single transfer.&lt;/p&gt;</comment>
                            <comment id="138802" author="simmonsja" created="Wed, 13 Jan 2016 14:50:26 +0000"  >&lt;p&gt;The reason is that most PowerPC client nodes are using mlx4 based hardware. When you move to mlx5 based hardware you need to turn on map_on_demand to make it work with other external mlx4 systems. Since kib_connparams_t has been introduced in 2.8 we don&apos;t have to worry about interoperability issues yet. That is why I&apos;m purposing this approach. If you have to adjust to 4KB units the peers still have to know the default page size since the peers are the ones telling the connections what number of 4K pages to use.You can&apos;t avoid know having to probe the page size on the native platform. My worry also is the that ibpc_max_frags is u16 which by 4K pages means a limit of 256GB. Now that might seem like enough today but a few years down the road this will be a problem.&lt;/p&gt;</comment>
                            <comment id="138841" author="jfilizetti" created="Wed, 13 Jan 2016 19:03:24 +0000"  >&lt;p&gt;My opinion is that the lingering o2iblnd issues need to become a priority to be resolved regardless of which release they are introduced in.  I&apos;m ok with breaking protocol compatibility but I think we should do it by incrementing IBLND_MSG_VERSION and allow all the new functionality to only be leveraged by the new messaging version.  That probably should be tied to a major release and well advertised so people know.  There are enough significant changes to ko2iblnd in Lustre that we should stop trying to hack in fixes and come up with a solid plan to restructure things so they make sense (different o2ib parameters, memory registration, channel bonding, driver bugs/features, etc).&lt;/p&gt;

&lt;p&gt;I noticed that in the patch for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-3322&quot; title=&quot;ko2iblnd support for different map_on_demand and peer_credits between systems&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-3322&quot;&gt;&lt;del&gt;LU-3322&lt;/del&gt;&lt;/a&gt; I never accounted for the fact that in the IBLND_MSG_PUT_ACK case of kiblnd_reply(), we do not map the tx descriptor to reduce the number of fragments.  After patching this with a call to kiblnd_map_tx() first I&apos;m still finding issues with RDMA too fragmented errors in some  cases.  I think for map_on_demand to really work as desired some more work is going to have to be done because alignment issues can still create problems with the RDMAs.&lt;/p&gt;</comment>
                            <comment id="142350" author="simmonsja" created="Tue, 16 Feb 2016 23:41:19 +0000"  >&lt;p&gt;Jeremy a separate ticket exist for those fragment issues, &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5718&quot; title=&quot;RDMA too fragmented with router&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5718&quot;&gt;&lt;del&gt;LU-5718&lt;/del&gt;&lt;/a&gt;. I took a deeper look at the code and noticed we already have all the info we need from kconn_params_t. It has max_msg_size which is what we are concern about. I noticed a broken relationship between LNET_MAX_IOV and LNET_MAX_PAYLOAD. The logic is make LNET_MAX_IOV a set value i.e 256 and LNET_MAX_PAYLOAD a variable. The truth is LNET_MAX_PAYLOAD is not really changeable, see lib-types.h to see what I mean. It really should be the reverse with LNET_MAX_IOV being determined by the LNET_MAX_PAYLOAD value. &lt;/p&gt;</comment>
                            <comment id="157923" author="simmonsja" created="Wed, 6 Jul 2016 23:54:31 +0000"  >&lt;p&gt;Now that I&apos;m back to testing on the Power8 platform again I&apos;m again looking at this issue. I worked a few of the kinks but I have found problems in kiblnd_init_rdma(). In that function. For the power8 node which has a page size of 64K the number of fragments will be 16. On the x86 nodes it will be 256. This mean conn-&amp;gt;ibc_max_frags will be 16. When looping in kiblnd_init_rdma() the minimum number of bits processed will be the smallest fragment size, which is the destination nodes 4K page. Each ib_sge, which is 64K in size, will be consumed processing only 4K. We only have 16 ib_sge to work but the loop expects 256 pages to processed. This of course fails. Looking at it the solution looks like I should allocate 256 ib_sge on the Power8 nodes like the x86 nodes and just use the first 4K of each page to send to the x86 node. This seems waste. Does anyone see another way to handle this?&lt;/p&gt;</comment>
                            <comment id="158768" author="gerrit" created="Thu, 14 Jul 2016 00:08:21 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/21304&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/21304&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7650&quot; title=&quot;ko2iblnd map_on_demand can&amp;#39;t negotitate when page sizes are different between nodes.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7650&quot;&gt;&lt;del&gt;LU-7650&lt;/del&gt;&lt;/a&gt; lnet: handle mixed page size configurations.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e5c42aa7233a28cd07c01ecb1fcebbcf4b3ff0b0&lt;/p&gt;</comment>
                            <comment id="159573" author="olaf" created="Fri, 22 Jul 2016 12:31:48 +0000"  >&lt;p&gt;Looking over the code, properly supporting LNET_MAX_PAYLOAD != LNET_MTU requires adding code that splits a request to move more than LNET_MTU data into multiple messages. There is some code related to this in lnet_parse(), where clearly the idea is that router never sees messages larger than LNET_MTU. But code that does the actual splitting and recombining appears to be absent.&lt;/p&gt;

&lt;p&gt;Looking at the patch, the bulk of the work appears to be done by defining LNET_MAX_IOV to a smaller value, ensuring that no messages bigger than LNET_MTU will be generated. But seems mostly to be an implication of the code (# iov entries * page size) rather than something explicitly checked and enforced.&lt;/p&gt;

&lt;p&gt;I&apos;d be inclined to change the LNET_MAX_PAYLOAD checks to be &amp;lt; LNET_MTU and &amp;gt; LNET_MTU, to explicitly indicate that only == LNET_MTU works until message fragments are implemented. LNET_MAX_IOV I&apos;d be inclined to define as (LNET_MTU &amp;gt;&amp;gt; PAGE_SHIFT) for the same reason.&lt;/p&gt;</comment>
                            <comment id="159917" author="simmonsja" created="Tue, 26 Jul 2016 16:10:24 +0000"  >&lt;p&gt;I scaled back the patch to just handle the fragment count issues of the ko2iblnd with different page size nodes communicating. With the scaled back patch the LNet layer will be transmitting 16MB LNet packet instead of normal 1MB packet but that doesn&apos;t appear to break anything. On our Power8 nodes it is consuming nearly a extra GB of memory for no reason tho. I found fixing up LNET_MAX_IOV/LNET_MTU to be far more challenging since various Lustre kernel and utilities code assumes these hard coded values.&lt;/p&gt;</comment>
                            <comment id="162623" author="gerrit" created="Mon, 22 Aug 2016 03:45:28 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/21304/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/21304/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7650&quot; title=&quot;ko2iblnd map_on_demand can&amp;#39;t negotitate when page sizes are different between nodes.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7650&quot;&gt;&lt;del&gt;LU-7650&lt;/del&gt;&lt;/a&gt; o2iblnd: handle mixed page size configurations.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 399a5ac1fc73343c69e0fd737032adf5329df1b2&lt;/p&gt;</comment>
                            <comment id="162651" author="simmonsja" created="Mon, 22 Aug 2016 14:39:21 +0000"  >&lt;p&gt;ko2iblnd now works for x86 &amp;lt;-&amp;gt; Power8&lt;/p&gt;</comment>
                            <comment id="164636" author="doug" created="Thu, 1 Sep 2016 16:36:47 +0000"  >&lt;p&gt;I tried reproducing the original problem reported in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5718&quot; title=&quot;RDMA too fragmented with router&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5718&quot;&gt;&lt;del&gt;LU-5718&lt;/del&gt;&lt;/a&gt; (using modified lnet-selftest) with this patch in place.  Before this patch, we would get an error message and a bulk write operation with an offset would fail.  With this patch, we crash.  The reason is this patch removes the check which protects us from using too many work queue items.&lt;/p&gt;

&lt;p&gt;I&apos;m not suggesting changing this patch now that it has landed, but rather increase the pressure to fix &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5718&quot; title=&quot;RDMA too fragmented with router&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5718&quot;&gt;&lt;del&gt;LU-5718&lt;/del&gt;&lt;/a&gt; properly as soon as possible.&lt;/p&gt;</comment>
                            <comment id="164639" author="simmonsja" created="Thu, 1 Sep 2016 16:43:46 +0000"  >&lt;p&gt;Excellent that we have a reproducer. Strange we have never encountered any of these problems. Mind you an error not so productive either &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/sad.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                            <comment id="164727" author="gerrit" created="Fri, 2 Sep 2016 01:20:39 +0000"  >&lt;p&gt;Doug Oucharek (doug.s.oucharek@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/22281&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/22281&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7650&quot; title=&quot;ko2iblnd map_on_demand can&amp;#39;t negotitate when page sizes are different between nodes.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7650&quot;&gt;&lt;del&gt;LU-7650&lt;/del&gt;&lt;/a&gt; o2iblnd: Put back work queue check previously removed&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: cecd3abd6f387926374130814a177b24c28c747e&lt;/p&gt;</comment>
                            <comment id="164729" author="simmonsja" created="Fri, 2 Sep 2016 01:40:07 +0000"  >&lt;p&gt;Since a check that break support for Power8 is being added back in this ticket needs to be reopened until power8 support is supported again.&lt;/p&gt;</comment>
                            <comment id="165562" author="gerrit" created="Sat, 10 Sep 2016 03:23:35 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/22281/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/22281/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7650&quot; title=&quot;ko2iblnd map_on_demand can&amp;#39;t negotitate when page sizes are different between nodes.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7650&quot;&gt;&lt;del&gt;LU-7650&lt;/del&gt;&lt;/a&gt; o2iblnd: Put back work queue check previously removed&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: bde1da1ec098450f40887587b0a46c9eb86a4f6c&lt;/p&gt;</comment>
                            <comment id="165574" author="pjones" created="Sat, 10 Sep 2016 04:13:03 +0000"  >&lt;p&gt;Landed for 2.9&lt;/p&gt;</comment>
                            <comment id="171685" author="simmonsja" created="Sat, 29 Oct 2016 00:19:20 +0000"  >&lt;p&gt;Appears support for Power8 broke things.&lt;/p&gt;</comment>
                            <comment id="171701" author="pjones" created="Sat, 29 Oct 2016 00:27:21 +0000"  >&lt;p&gt;Yep. We&apos;ll need to take another run at this.&lt;/p&gt;</comment>
                            <comment id="171703" author="simmonsja" created="Sat, 29 Oct 2016 00:30:52 +0000"  >&lt;p&gt;With the new RDMA RW api and map_on_demand being broken not only on Power8 but in general it looks like a big rewrite of the ko2ibllnd driver is needed &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/sad.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                            <comment id="171783" author="doug" created="Mon, 31 Oct 2016 17:32:32 +0000"  >&lt;p&gt;James: how far back does the new RDMA RW api go (kernel version)?  My understanding is the new api starts about Linux 4.6 which is very far out for current Lustre users.  We need to band-aid ko2iblnd to keep going for the next few years.&lt;/p&gt;

&lt;p&gt;I agree that ko2iblnd is going to need a rewrite to stay relevant for the upstream kernel.&lt;/p&gt;</comment>
                            <comment id="172626" author="simmonsja" created="Mon, 7 Nov 2016 20:55:44 +0000"  >&lt;p&gt;Actually I just got a copy of the RHEL7.3 source and the new RDMA generic api is there. So the answer is the solution is ready for todays customers.&lt;/p&gt;</comment>
                            <comment id="172631" author="doug" created="Mon, 7 Nov 2016 21:08:04 +0000"  >&lt;p&gt;Is there any good &quot;architecture&quot; style document about this API?  I don&apos;t find header files very useful in understanding &quot;how&quot; the API should be used.&lt;/p&gt;</comment>
                            <comment id="193661" author="simmonsja" created="Wed, 26 Apr 2017 19:02:43 +0000"  >&lt;p&gt;Doug do you have time to take another shot at this?&lt;/p&gt;</comment>
                            <comment id="193663" author="pjones" created="Wed, 26 Apr 2017 19:10:28 +0000"  >&lt;p&gt;James&lt;/p&gt;

&lt;p&gt;Doug is focused on some of the upstream changes in the coming weeks so will not get to this in the 2.10 timeframe&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="225432" author="simmonsja" created="Mon, 9 Apr 2018 14:45:35 +0000"  >&lt;p&gt;This is now a duplicate of &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10157&quot; title=&quot;LNET_MAX_IOV hard coded to 256&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10157&quot;&gt;&lt;del&gt;LU-10157&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="18907">LU-3322</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="39247">LU-8573</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="48924">LU-10157</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="26914">LU-5718</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="48785">LU-10129</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="55913">LU-12419</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="49488">LU-10300</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_10490" key="com.atlassian.jira.plugin.system.customfieldtypes:datepicker">
                        <customfieldname>End date</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 16 Feb 2016 15:52:31 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzxxrz:</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>
                                                                                                                        <customfield id="customfield_10493" key="com.atlassian.jira.plugin.system.customfieldtypes:datepicker">
                        <customfieldname>Start date</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 11 Jan 2016 15:52:31 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    </customfields>
    </item>
</channel>
</rss>