<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:56:36 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-6030] cleanup for ldiskfs patches</title>
                <link>https://jira.whamcloud.com/browse/LU-6030</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Some ldiskfs patch need cleanup. From comments in &lt;a href=&quot;http://review.whamcloud.com/#/c/10249/21&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/10249/21&lt;/a&gt; and &lt;a href=&quot;http://review.whamcloud.com/#/c/10249/27:&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/10249/27:&lt;/a&gt;&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;ext4-extents-mount-option.patch: We format the OST with the EXT4_FEATURE_INCOMPAT_EXTENTS, and avoid it for the MDT. At most we would need to have a dummy mount option that accepts the &quot;-o extents&quot; option from Lustre (to avoid &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5425&quot; title=&quot;Test failure on test suite conf-sanity, subtest test_32a (mount OST failed)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5425&quot;&gt;&lt;del&gt;LU-5425&lt;/del&gt;&lt;/a&gt;), and returns an error at mount time if INCOMPAT_EXTENTS is not already set. It would be possible to delete the whole patch by removing the &quot;extents&quot; option from the mount options in osd_mount()&lt;/li&gt;
	&lt;li&gt;ext4-misc.patch: It would be possible to remove the stub &quot;mballoc&quot;, &quot;iopen&quot;, &quot;noiopen&quot;, &quot;iopen_nopriv&quot; mount option handling by removing those strings from the mount options in osd_mount()&lt;/li&gt;
	&lt;li&gt;ext4-fiemap.patch: this patch can be removed entirely, even from older RHEL6 kernels. ext4_fiemap() is accessible via ext4_file_inode_operations, so we could just call inode-&amp;gt;i_op-&amp;gt;fiemap(), and move the rest of the code into osd-ldiskfs/osd-fiemap.c&lt;/li&gt;
	&lt;li&gt;ext4-nocmtime.patch: this could be simplified by changing only ext4_current_time(inode) to return inode-&amp;gt;i_ctime if NOCMTIME is set on the inode&lt;/li&gt;
	&lt;li&gt;ext4-pdirops.patch: it would be nice to split this into two separate patches.  One for implementing 3-level htree and EXT4_FEATURE_INCOMPAT_LARGEDIR, and the other for pdirops.  The 3-level htree LARGEDIR feature might be accepted upstream, while pdirops/htree_lock is harder since it has no VFS interface&lt;/li&gt;
	&lt;li&gt;ext4-pdirops.patch: remove i_append_sem and use i_data_sem or xattr_sem (if possible, not sure if there would be deadlocks in some code path)&lt;/li&gt;
	&lt;li&gt;ext4-max-dir-size.patch: add deprecation warning for max_dir_size /sysfs entry if used&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
        <key id="27930">LU-6030</key>
            <summary>cleanup for ldiskfs patches</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="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="ys">Yang Sheng</assignee>
                                    <reporter username="ys">Yang Sheng</reporter>
                        <labels>
                    </labels>
                <created>Tue, 16 Dec 2014 03:14:58 +0000</created>
                <updated>Tue, 11 Aug 2015 06:44:49 +0000</updated>
                            <resolved>Mon, 15 Jun 2015 02:05:52 +0000</resolved>
                                                    <fixVersion>Lustre 2.8.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="102841" author="gerrit" created="Thu, 8 Jan 2015 05:19:00 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/13067/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13067/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6030&quot; title=&quot;cleanup for ldiskfs patches&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6030&quot;&gt;&lt;del&gt;LU-6030&lt;/del&gt;&lt;/a&gt; ldiskfs: cleanup ldiskfs_journal_dirty_metadata&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 30f9697637c09e593bfbbc8ccbc7993ccfdeac36&lt;/p&gt;</comment>
                            <comment id="102844" author="gerrit" created="Thu, 8 Jan 2015 08:14:52 +0000"  >&lt;p&gt;Yang Sheng (yang.sheng@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/13283&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13283&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6030&quot; title=&quot;cleanup for ldiskfs patches&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6030&quot;&gt;&lt;del&gt;LU-6030&lt;/del&gt;&lt;/a&gt; ldiskfs: remove cond_sched patch&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 4ee065f087a4af06d3e96f8c3ef1dd926fdfc38d&lt;/p&gt;</comment>
                            <comment id="105202" author="gerrit" created="Fri, 30 Jan 2015 16:04:27 +0000"  >&lt;p&gt;Yang Sheng (yang.sheng@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/13571&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13571&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6030&quot; title=&quot;cleanup for ldiskfs patches&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6030&quot;&gt;&lt;del&gt;LU-6030&lt;/del&gt;&lt;/a&gt; ldiskfs: clean up ext4-fiemap patch&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 2fb1a61bb544647fc23e73d59391abec1b9be461&lt;/p&gt;</comment>
                            <comment id="105203" author="gerrit" created="Fri, 30 Jan 2015 16:04:28 +0000"  >&lt;p&gt;Yang Sheng (yang.sheng@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/13572&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13572&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6030&quot; title=&quot;cleanup for ldiskfs patches&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6030&quot;&gt;&lt;del&gt;LU-6030&lt;/del&gt;&lt;/a&gt; ldiskfs: simplify extents-mount-option patch&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 9d1164420dcf7647405a16e3335dae35d4fb8e9e&lt;/p&gt;</comment>
                            <comment id="109168" author="gerrit" created="Sun, 8 Mar 2015 11:43:58 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/13571/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13571/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6030&quot; title=&quot;cleanup for ldiskfs patches&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6030&quot;&gt;&lt;del&gt;LU-6030&lt;/del&gt;&lt;/a&gt; ldiskfs: clean up ext4-fiemap patch&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 98b03592d1d0c70ab4bf96daf9778b8ffc2b74d1&lt;/p&gt;</comment>
                            <comment id="109511" author="gerrit" created="Wed, 11 Mar 2015 23:36:19 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/13572/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13572/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6030&quot; title=&quot;cleanup for ldiskfs patches&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6030&quot;&gt;&lt;del&gt;LU-6030&lt;/del&gt;&lt;/a&gt; osd-ldiskfs: improve mount option handling&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 61d4357fa8c0c6371e3ab66a9d38aaa6cc7bf4d8&lt;/p&gt;</comment>
                            <comment id="110366" author="simmonsja" created="Mon, 23 Mar 2015 16:43:37 +0000"  >&lt;p&gt;Is their any work left for this?&lt;/p&gt;</comment>
                            <comment id="110411" author="yujian" created="Mon, 23 Mar 2015 18:34:49 +0000"  >&lt;blockquote&gt;
&lt;p&gt;Yang Sheng (yang.sheng@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/13283&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13283&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6030&quot; title=&quot;cleanup for ldiskfs patches&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6030&quot;&gt;&lt;del&gt;LU-6030&lt;/del&gt;&lt;/a&gt; ldiskfs: remove cond_sched patch&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 4ee065f087a4af06d3e96f8c3ef1dd926fdfc38d&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;The above patch is left. Others have landed to master.&lt;/p&gt;</comment>
                            <comment id="110587" author="ys" created="Wed, 25 Mar 2015 07:00:01 +0000"  >&lt;p&gt;There have a few patches still under test.&lt;/p&gt;</comment>
                            <comment id="111012" author="gerrit" created="Mon, 30 Mar 2015 18:23:35 +0000"  >&lt;p&gt;Yang Sheng (yang.sheng@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/14264&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14264&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6030&quot; title=&quot;cleanup for ldiskfs patches&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6030&quot;&gt;&lt;del&gt;LU-6030&lt;/del&gt;&lt;/a&gt; ldiskfs: split pdirop patch&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: fd16a2ce5f210518378e0be14f312d7a37db4bc1&lt;/p&gt;</comment>
                            <comment id="111210" author="gerrit" created="Wed, 1 Apr 2015 04:21:29 +0000"  >&lt;p&gt;Yang Sheng (yang.sheng@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/14299&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14299&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6030&quot; title=&quot;cleanup for ldiskfs patches&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6030&quot;&gt;&lt;del&gt;LU-6030&lt;/del&gt;&lt;/a&gt; ldiskfs: Remove alloc-policy patch&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 812c9846c9b3625fdf72762869f3d687162adc1f&lt;/p&gt;</comment>
                            <comment id="112304" author="gerrit" created="Fri, 17 Apr 2015 15:59:40 +0000"  >&lt;p&gt;Yang Sheng (yang.sheng@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/14490&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14490&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6030&quot; title=&quot;cleanup for ldiskfs patches&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6030&quot;&gt;&lt;del&gt;LU-6030&lt;/del&gt;&lt;/a&gt; ldiskfs: further cleanup patches of ldiskfs&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e82739c11d71a8003ef41c83171da34c9ed77dc6&lt;/p&gt;</comment>
                            <comment id="116108" author="gerrit" created="Thu, 21 May 2015 16:02:27 +0000"  >&lt;p&gt;Yang Sheng (yang.sheng@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/14910&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14910&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6030&quot; title=&quot;cleanup for ldiskfs patches&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6030&quot;&gt;&lt;del&gt;LU-6030&lt;/del&gt;&lt;/a&gt; ldiskfs: Remove alloc-policy patch&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 75b029d8b52a11db4238c2dab36d76a9396a1988&lt;/p&gt;</comment>
                            <comment id="117536" author="gerrit" created="Fri, 5 Jun 2015 01:52:51 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/14299/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14299/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6030&quot; title=&quot;cleanup for ldiskfs patches&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6030&quot;&gt;&lt;del&gt;LU-6030&lt;/del&gt;&lt;/a&gt; ldiskfs: Remove alloc-policy patch&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 0932c4e400be315bf608a553d3ad2463e7923d4a&lt;/p&gt;</comment>
                            <comment id="117990" author="gerrit" created="Wed, 10 Jun 2015 02:54:41 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/14264/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14264/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6030&quot; title=&quot;cleanup for ldiskfs patches&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6030&quot;&gt;&lt;del&gt;LU-6030&lt;/del&gt;&lt;/a&gt; ldiskfs: split pdirop patch&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 953e97987426bcc43a74be5b14f3a71319b33825&lt;/p&gt;</comment>
                            <comment id="117991" author="gerrit" created="Wed, 10 Jun 2015 02:55:03 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/14490/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14490/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6030&quot; title=&quot;cleanup for ldiskfs patches&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6030&quot;&gt;&lt;del&gt;LU-6030&lt;/del&gt;&lt;/a&gt; ldiskfs: further cleanup patches of ldiskfs&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: f0756c16892e854e58d06627252d390c91ef5f94&lt;/p&gt;</comment>
                            <comment id="118037" author="simmonsja" created="Wed, 10 Jun 2015 14:31:10 +0000"  >&lt;p&gt;The patch that split pdirops breaks ldiskfs for RHEL6.5 &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="118042" author="gerrit" created="Wed, 10 Jun 2015 14:51:00 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/15196&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/15196&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6030&quot; title=&quot;cleanup for ldiskfs patches&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6030&quot;&gt;&lt;del&gt;LU-6030&lt;/del&gt;&lt;/a&gt; ldiskfs: support pdirop split for RHEL6.5&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: d5ac1fe260e5108abe2f1121a1ea9e94f858678a&lt;/p&gt;</comment>
                            <comment id="118327" author="gerrit" created="Fri, 12 Jun 2015 07:36:34 +0000"  >&lt;p&gt;Andreas Dilger (andreas.dilger@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/15196/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/15196/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6030&quot; title=&quot;cleanup for ldiskfs patches&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6030&quot;&gt;&lt;del&gt;LU-6030&lt;/del&gt;&lt;/a&gt; ldiskfs: support pdirop split for RHEL6.5&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 4c25ec609bc2ecc31d014689c2498c4df60dddd2&lt;/p&gt;</comment>
                            <comment id="118497" author="ys" created="Mon, 15 Jun 2015 02:05:52 +0000"  >&lt;p&gt;Patches landed. So close this ticket.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="25769">LU-5424</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="28577">LU-6215</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="31417">LU-6978</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="28519">LU-6201</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="28587">LU-6220</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="12593">LU-896</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="28276">LU-6141</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|hzx2l3:</customfieldvalue>

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