<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:17:25 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-1526] interop 1.8,2.1 -&gt; 2.4 &quot;mkfs.lustre FATAL: The target index must be specified with --index&quot;</title>
                <link>https://jira.whamcloud.com/browse/LU-1526</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This issue was created by maloo for Andreas Dilger &amp;lt;adilger@whamcloud.com&amp;gt;&lt;/p&gt;

&lt;p&gt;This issue relates to the following test suite run:&lt;br/&gt;
&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/bcefb252-b038-11e1-9df1-52540035b04c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/bcefb252-b038-11e1-9df1-52540035b04c&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The sub-test lustre-initialization_1 failed with the following error:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;mkfs.lustre FATAL: The target index must be specified with --index&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Info required for matching: lustre-initialization-1 lustre-initialization_1&lt;/p&gt;

&lt;p&gt;The test-framework code for b1_8 and probably b2_1 need to start using &quot;--index&quot; to specify the device index.  This is not harmful for those earlier releases, but is required for orion (2.4).&lt;/p&gt;</description>
                <environment></environment>
        <key id="14934">LU-1526</key>
            <summary>interop 1.8,2.1 -&gt; 2.4 &quot;mkfs.lustre FATAL: The target index must be specified with --index&quot;</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="1" iconUrl="https://jira.whamcloud.com/images/icons/priorities/blocker.svg">Blocker</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="yujian">Jian Yu</assignee>
                                    <reporter username="maloo">Maloo</reporter>
                        <labels>
                            <label>MB</label>
                    </labels>
                <created>Fri, 15 Jun 2012 02:25:07 +0000</created>
                <updated>Tue, 28 Oct 2014 20:39:56 +0000</updated>
                            <resolved>Thu, 17 Jan 2013 10:36:02 +0000</resolved>
                                    <version>Lustre 2.4.0</version>
                    <version>Lustre 2.1.3</version>
                    <version>Lustre 2.1.4</version>
                    <version>Lustre 1.8.8</version>
                                    <fixVersion>Lustre 2.4.0</fixVersion>
                    <fixVersion>Lustre 2.1.4</fixVersion>
                    <fixVersion>Lustre 1.8.9</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>11</watches>
                                                                            <comments>
                            <comment id="40634" author="adilger" created="Fri, 15 Jun 2012 02:50:41 +0000"  >&lt;p&gt;Not a super critical problem, but we&apos;ll need it for testing interop on master in the next couple of months.  It would stop a steady flow of &quot;lustre-initialization_1&quot; failures for orion, and we can begin doing actual automated interop testing.&lt;/p&gt;</comment>
                            <comment id="46661" author="adilger" created="Wed, 17 Oct 2012 05:10:55 +0000"  >&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;mount -t lustre -o user_xattr,acl  /dev/lvm-MDS/P1 /mnt/mds
mount.lustre: /dev/mapper/lvm--MDS-P1 has no index assigned (probably formatted with old mkfs)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;I think it would be reasonable for mkfs_lustre.c to assume &quot;--index=0&quot; on an MDT if no index is specified.  I think it will be some time before DNE is so prevalent that we need to require an index for the MDT.  Also, it is misleading that even the 2.4 mkfs_lustre.c does no enforce an index for the MDT, but mount_lustre.c requires it.&lt;/p&gt;

&lt;p&gt;It also makes sense to patch the b2_1 test-framework.sh to always specify an index for the MDT, so that future interop testing continues to work.  We won&apos;t have 1.8-&amp;gt;2.5 interop testing, so that probably isn&apos;t necessary.&lt;/p&gt;</comment>
                            <comment id="46669" author="simmonsja" created="Wed, 17 Oct 2012 08:17:36 +0000"  >&lt;p&gt;What version was the index requirement for MDT introduced?&lt;/p&gt;</comment>
                            <comment id="46670" author="adilger" created="Wed, 17 Oct 2012 09:22:20 +0000"  >&lt;p&gt;So far only in the master branch, targeted for the 2.4 release. There is a requirement for specifying --index for the OSTs also, but that is less of a surprise, and there is a warning in the 2.3 mke2fs that it will be required. &lt;/p&gt;</comment>
                            <comment id="46676" author="simmonsja" created="Wed, 17 Oct 2012 11:51:59 +0000"  >&lt;p&gt;So a if [ $(lustre_version_code $facet) -gt $(version_code 2.3.50) ]; then would be fine in the test suite?&lt;/p&gt;</comment>
                            <comment id="46702" author="adilger" created="Wed, 17 Oct 2012 23:42:53 +0000"  >&lt;p&gt;Firstly, because the test-framework.sh script running on the client is from the old version (e.g. 1.8.8 or 2.1.3) which doesn&apos;t have that check, adding it into the master test-framework will not help.&lt;/p&gt;

&lt;p&gt;Secondly, I think this is a bit of a usability case as well.  It makes sense to allow the 2.4 mkfs_lustre.c provide a default index = 0 for the MDT, but print a warning message (as was already added for 2.3 on OSTs) that an index will be required for MDT0000 in the future.&lt;/p&gt;</comment>
                            <comment id="46723" author="simmonsja" created="Thu, 18 Oct 2012 08:28:09 +0000"  >&lt;p&gt;Patch at &lt;a href=&quot;http://review.whamcloud.com/#change,4293&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,4293&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="47060" author="sarah" created="Mon, 29 Oct 2012 14:40:00 +0000"  >&lt;p&gt;This issue blocks the interop testing on 1.8 and 2.1, change priority to major&lt;/p&gt;</comment>
                            <comment id="47409" author="pjones" created="Mon, 5 Nov 2012 14:27:20 +0000"  >&lt;p&gt;A fix was landed to master a week ago for this issue. Can it now be marked as resolved or is further work required?&lt;/p&gt;</comment>
                            <comment id="47411" author="simmonsja" created="Mon, 5 Nov 2012 14:40:57 +0000"  >&lt;p&gt;Andreas was hoping for a test to add to the test suite for this.&lt;/p&gt;</comment>
                            <comment id="47880" author="jay" created="Thu, 15 Nov 2012 15:36:07 +0000"  >&lt;p&gt;Another occurrence is at &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-2265&quot; title=&quot;Interop 1.8/2.1&amp;lt;-&amp;gt;2.4 Test failure on test suite lustre-initialization-1, subtest lustre-initialization_1&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-2265&quot;&gt;&lt;del&gt;LU-2265&lt;/del&gt;&lt;/a&gt;. Though MDT&apos;s index can be assigned to 0 by default, it will be hard to decide OST&apos;s index. Actually this is an issue of test env. I can&apos;t think of another way to solve it instead of changing test scripts for 1.8/2.1. Please let me know if you have any idea.&lt;/p&gt;</comment>
                            <comment id="48047" author="liwei" created="Mon, 19 Nov 2012 23:41:19 +0000"  >&lt;p&gt;This issue should not block 2.4.  If we want to do interoperability testing with clients from an older release and 2.4 servers, then the test scripts in the older release need to be updated to supply &quot;--index&quot; at format time.&lt;/p&gt;</comment>
                            <comment id="48048" author="liwei" created="Mon, 19 Nov 2012 23:44:22 +0000"  >&lt;p&gt;See also &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1647&quot; title=&quot;Port LU-1415 master patches to b2_1&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1647&quot;&gt;&lt;del&gt;LU-1647&lt;/del&gt;&lt;/a&gt;, which covers other test changes needed to drive 2.4 servers.&lt;/p&gt;</comment>
                            <comment id="48074" author="pjones" created="Tue, 20 Nov 2012 10:39:36 +0000"  >&lt;p&gt;Liwei&lt;/p&gt;

&lt;p&gt;We do need to do interoperability testing with older releases. We are working on 2.1.4 at the moment and could also do a 1.8.9 release to include any changes necessary for testing to run smoothly. We also need to test interop with 2.3 but no maintenance releases are planned for that. What is the least impactful way to get as much of the interop testing as possible running routinely?&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="48112" author="adilger" created="Tue, 20 Nov 2012 14:09:19 +0000"  >&lt;p&gt;Li Wei, we need to fix the automated interop testing in some manner.  The easiest way is to add &lt;tt&gt;-&lt;del&gt;index&lt;/tt&gt; support to b2_1 and b1_8, but this will not be &quot;active&quot; until we make a release on those branches.  Could you please work on porting or writing the patches needed to add &lt;tt&gt;&lt;/del&gt;-index&lt;/tt&gt; support to those branches.  The 2.1.4 release is planned to be out in the next month, so having a patch relatively soon will help speed the testing along.&lt;/p&gt;</comment>
                            <comment id="48155" author="liwei" created="Tue, 20 Nov 2012 21:24:51 +0000"  >&lt;p&gt;A simple patch adding &quot;--index&quot; support would diverge b1_8 and b2_1 test framework from master.  Also, it would not allow us to test older clients with new servers using ZFS-base targets.  Are you sure this is OK?&lt;/p&gt;

&lt;p&gt;(I&apos;m not optimistic that I&apos;ll have cycles to work on this soon.)&lt;/p&gt;</comment>
                            <comment id="48317" author="adilger" created="Fri, 23 Nov 2012 13:47:18 +0000"  >&lt;p&gt;Li Wei, this problem is a large number of tests to fail, and until we get interop testing to pass we are blocked from landing all new features onto master (DNE, etc), so it needs to be addressed with a high priority.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;A simple patch adding &quot;--index&quot; support would diverge b1_8 and b2_1 test framework from master. Also, it would not allow us to test older clients with new servers using ZFS-base targets. Are you sure this is OK?&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;I don&apos;t understand your concern, could you please explain further.  Adding support to the test framework in b2_1 (to be included in the 2.1.4 release) that always has t-f supply the --index would solve this problem.  Explicitly supplying --index works in these older releases, and is in fact what users actually do.&lt;/p&gt;

&lt;p&gt;I would be happy to discuss this in Skype if it will move it along more quickly.&lt;/p&gt;</comment>
                            <comment id="48531" author="yujian" created="Thu, 29 Nov 2012 05:03:56 +0000"  >&lt;p&gt;Let me port the &quot;--index&quot; stuff from &lt;a href=&quot;http://review.whamcloud.com/2907&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/2907&lt;/a&gt; to b2_1 and b1_8.&lt;/p&gt;</comment>
                            <comment id="48537" author="yujian" created="Thu, 29 Nov 2012 09:42:44 +0000"  >&lt;p&gt;Patch for b2_1 branch to add &quot;--index&quot; support is in &lt;a href=&quot;http://review.whamcloud.com/4710&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4710&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;With the above patch, the auster test suite can be performed on b2_1 clients with master servers.&lt;/p&gt;

&lt;p&gt;However, during the testing, I found more test script interop issues, like:&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;&quot;ENABLE_QUOTA=yes&quot; did not work (we need port the patch from &lt;a href=&quot;http://review.whamcloud.com/4031&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4031&lt;/a&gt;)&lt;/li&gt;
	&lt;li&gt;&quot;obdfilter&quot; procfs entries were not found (we need port the patch from &lt;a href=&quot;http://review.whamcloud.com/2934&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/2934&lt;/a&gt;)&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;and so on.&lt;/p&gt;</comment>
                            <comment id="48560" author="liwei" created="Thu, 29 Nov 2012 20:08:43 +0000"  >&lt;p&gt;To expect green results even just from LDiskFS testing, we might want to consider these in addition:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;&lt;a href=&quot;http://review.whamcloud.com/2982&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/2982&lt;/a&gt; (OST_DESTROYs from MDS)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://review.whamcloud.com/2978&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/2978&lt;/a&gt; (Grant)  Not 100% sure if this is required.&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="48564" author="yujian" created="Fri, 30 Nov 2012 00:13:08 +0000"  >&lt;p&gt;Thanks Li Wei for pointing out the necessary patches. Let me port them along with testing.&lt;/p&gt;</comment>
                            <comment id="48865" author="yujian" created="Thu, 6 Dec 2012 11:33:54 +0000"  >&lt;p&gt;After the patch of &lt;a href=&quot;http://review.whamcloud.com/4031&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4031&lt;/a&gt; (test framework changes for new quota) was cherry-picked to b2_1 branch, I found that version_code() and lustre_version_code() were not added to b2_1 branch. Here is the patch to fix that: &lt;a href=&quot;http://review.whamcloud.com/4754&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4754&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The patch contains the fixes ported from:&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;&lt;a href=&quot;http://review.whamcloud.com/2441&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/2441&lt;/a&gt; (support version_code and lustre_version_code)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://review.whamcloud.com/4681&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4681&lt;/a&gt; (read quota_type from MDS instead of MGS)&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;More porting/testing works are in progress.&lt;/p&gt;</comment>
                            <comment id="48899" author="yujian" created="Fri, 7 Dec 2012 05:13:29 +0000"  >&lt;blockquote&gt;&lt;p&gt;It seems &lt;a href=&quot;http://review.whamcloud.com/4040&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4040&lt;/a&gt; (new sanity-quota tests) is also needed for 2.1.4&amp;lt;-&amp;gt;2.4.0 interop testing.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;The patch for b2_1 branch is in &lt;a href=&quot;http://review.whamcloud.com/4767&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4767&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="48960" author="yujian" created="Mon, 10 Dec 2012 02:29:06 +0000"  >&lt;blockquote&gt;&lt;p&gt;The patch of &lt;a href=&quot;http://review.whamcloud.com/2934&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/2934&lt;/a&gt; (Handle OFD procfs changes) is being ported.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;The patch for b2_1 branch is in &lt;a href=&quot;http://review.whamcloud.com/4783&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4783&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="48962" author="yujian" created="Mon, 10 Dec 2012 02:59:12 +0000"  >&lt;blockquote&gt;&lt;p&gt;We also need port &lt;a href=&quot;http://review.whamcloud.com/1425&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/1425&lt;/a&gt; (Fix OST index errors in test suite).&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;The patch for b2_1 branch is in &lt;a href=&quot;http://review.whamcloud.com/4821&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4821&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="49191" author="yujian" created="Thu, 13 Dec 2012 09:00:07 +0000"  >&lt;blockquote&gt;&lt;p&gt;The patch of &lt;a href=&quot;http://review.whamcloud.com/2982&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/2982&lt;/a&gt; (OST_DESTROYs from MDS) is being ported.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;The patch for b2_1 branch is in &lt;a href=&quot;http://review.whamcloud.com/4832&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4832&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="49561" author="jlevi" created="Fri, 21 Dec 2012 13:57:53 +0000"  >&lt;p&gt;Has everything landed for this and can this be closed?&lt;/p&gt;</comment>
                            <comment id="49580" author="yujian" created="Fri, 21 Dec 2012 19:50:04 +0000"  >&lt;blockquote&gt;&lt;p&gt;Has everything landed for this and can this be closed?&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Hi Jodi, the patches also need to be backported to b1_8 branch.&lt;/p&gt;</comment>
                            <comment id="49682" author="jlevi" created="Wed, 26 Dec 2012 12:57:52 +0000"  >&lt;p&gt;Is a new patch needed for b1_8 or can Oleg cherry pick to land this to b1_8?&lt;/p&gt;</comment>
                            <comment id="49699" author="yujian" created="Wed, 26 Dec 2012 22:48:15 +0000"  >&lt;blockquote&gt;&lt;p&gt;Is a new patch needed for b1_8 or can Oleg cherry pick to land this to b1_8?&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;I&apos;ve tried to apply the patches directly on b1_8 branch but hit conflicts. So, backporting is still needed.&lt;/p&gt;</comment>
                            <comment id="49702" author="yujian" created="Thu, 27 Dec 2012 00:00:33 +0000"  >&lt;p&gt;Here are the patches backported to b1_8 branch:&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/4893&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4893&lt;/a&gt; (add --index support to the test framework)&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/4897&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4897&lt;/a&gt; (t-f changes for new quota)&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/4915&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4915&lt;/a&gt; (new sanity-quota tests)&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/4958&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4958&lt;/a&gt; (Handle OFD procfs changes)&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/4959&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4959&lt;/a&gt; (Support for MDS-initiated OST_DESTROYs)&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/4986&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4986&lt;/a&gt; (Adapt oos to the new grant and osd-zfs behavior)&lt;/p&gt;</comment>
                            <comment id="50669" author="yujian" created="Thu, 17 Jan 2013 10:36:02 +0000"  >&lt;p&gt;The patches have been landed on b2_1 and b1_8 branches separately.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="16552">LU-2265</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="16995">LU-2512</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="16282">LU-2112</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="16388">LU-2202</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="16552">LU-2265</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|hzvcg7:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5602</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[3]]></customfieldvalue>

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