<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:09:39 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-708] OSD Misc feature landing tracker</title>
                <link>https://jira.whamcloud.com/browse/LU-708</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Task to track landings of various small fixes and code cleanups from orion onto master.&lt;/p&gt;</description>
                <environment></environment>
        <key id="11889">LU-708</key>
            <summary>OSD Misc feature landing tracker</summary>
                <type id="6" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11315&amp;avatarType=issuetype">Story</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="bobijam">Zhenyu Xu</assignee>
                                    <reporter username="adilger">Andreas Dilger</reporter>
                        <labels>
                    </labels>
                <created>Thu, 22 Sep 2011 13:11:06 +0000</created>
                <updated>Thu, 25 Apr 2013 09:41:54 +0000</updated>
                            <resolved>Thu, 25 Apr 2013 09:41:54 +0000</resolved>
                                                    <fixVersion>Lustre 2.3.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="20434" author="adilger" created="Thu, 22 Sep 2011 16:32:00 +0000"  >&lt;p&gt;I&apos;m using &quot;More Actions-&amp;gt;Link Issue&quot; to link to ORI-300, another change that can land on master directly.  Hopefully this will be a useful way to track these changes for landing on master.&lt;/p&gt;</comment>
                            <comment id="20441" author="adilger" created="Fri, 23 Sep 2011 03:12:12 +0000"  >&lt;p&gt;The restructuring of the mkfs.lustre, tunefs.lustre and mount.lustre could be landed on master without affecting the functionality.&lt;/p&gt;</comment>
                            <comment id="22541" author="bobijam" created="Sat, 5 Nov 2011 04:31:53 +0000"  >&lt;p&gt;ORI-300 port to master patch tracking at &lt;a href=&quot;http://review.whamcloud.com/1653&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/1653&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="23670" author="bobijam" created="Mon, 5 Dec 2011 00:27:35 +0000"  >&lt;p&gt;refactor mkfs/tunefs/mount port to master patch tracking at &lt;a href=&quot;http://review.whamcloud.com/1762&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/1762&lt;/a&gt; (ORI-294)&lt;/p&gt;</comment>
                            <comment id="23801" author="johann" created="Wed, 7 Dec 2011 12:35:21 +0000"  >&lt;p&gt;This last patch seems to break mgs failover. Chris has been using this patch and is now unable to mount a lustre client with two mgs nids.&lt;/p&gt;
&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,flock 10.10.4.190@tcp0:10.10.4.194@tcp0:/lustre /mnt/lustre
mount.lustre: 10.10.4.190@tcp:10.10.4.194@tcp:/lustre has not been formatted with mkfs.lustre or the backend filesystem type is not supported by this tool
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;This error message is returned by parse_ldd() and from the code:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;        &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (!devname_is_client(mop.mo_usource)) {
                rc = parse_ldd(mop.mo_source, &amp;amp;mop, options);
                &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (rc)
                        &lt;span class=&quot;code-keyword&quot;&gt;goto&lt;/span&gt; out;
        }
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Obviously, parse_ldd() should not be executed for client mount, so somehow devname_is_client() failed to detect that we are trying to mount a lustre client. Then i ran mount.lustre directly to check the arguments:&lt;/p&gt;

&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.lustre -v -o user_xattr,acl,flock 10.10.4.190@tcp0:10.10.4.194@tcp0:/lustre /mnt/lustre
arg[0] = mount.lustre
arg[1] = -v
arg[2] = -o
arg[3] = user_xattr,acl,flock
arg[4] = 10.10.4.190@tcp0
arg[5] = /mnt/lustre
source = 10.10.4.190@tcp0 (10.10.4.190@tcp:10.10.4.194@tcp:/lustre)
target = /mnt/lustre
options = user_xattr,acl,flock
checking for existing Lustre data: not found
mount.lustre: 10.10.4.190@tcp:10.10.4.194@tcp:/lustre has not been formatted with mkfs.lustre or the backend filesystem type is not supported by this tool
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;As you can see, mop.mo_usource = 10.10.4.190@tcp0 instead of 10.10.4.190@tcp:10.10.4.194@tcp:/lustre. This explains why devname_is_client() fails.&lt;br/&gt;
However, i have no idea yet why mo_usource is truncated.&lt;br/&gt;
For the record, it works well with just one nid:&lt;/p&gt;
&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.lustre -v -o user_xattr,acl,flock 10.10.4.194@tcp0:/lustre /mnt/lustre
arg[0] = mount.lustre
arg[1] = -v
arg[2] = -o
arg[3] = user_xattr,acl,flock
arg[4] = 10.10.4.194@tcp0:/lustre
arg[5] = /mnt/lustre
source = 10.10.4.194@tcp0:/lustre (10.10.4.194@tcp:/lustre)
target = /mnt/lustre
options = user_xattr,acl,flock
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="23886" author="johann" created="Wed, 7 Dec 2011 18:05:32 +0000"  >&lt;p&gt;Actually, the problem is that convert_hostnames() modifies the string given as argument, so the following does not work:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;&lt;span class=&quot;code-comment&quot;&gt;/* convert nids part, but not fsname part */&lt;/span&gt;                                 
tmp = *ptr;                                                                  
*ptr = &lt;span class=&quot;code-quote&quot;&gt;&apos;\0&apos;&lt;/span&gt;;                                                                 
nids = convert_hostnames(mop-&amp;gt;mo_usource);
&lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (!nids)                                                                   
        usage(stderr);                                                       
*ptr = tmp;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="23890" author="bobijam" created="Wed, 7 Dec 2011 22:02:03 +0000"  >&lt;p&gt;I think Orion also has this issue, the char *convert_hostnames(char *s1) has changed argument @s1 while it should not.&lt;/p&gt;

&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;        while ((left &amp;gt; 0) &amp;amp;&amp;amp; (s1 &amp;lt; end)) {
                s2 = strpbrk(s1, &quot;,:&quot;);
                if (s2 == NULL)
                        s2 = end;
                sep = *s2;
                *s2 = &apos;\0&apos;;
                nid = libcfs_str2nid(s1);
+               *s2 = sep;                             // Forget to put back the separator in s1.


&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="23892" author="johann" created="Thu, 8 Dec 2011 03:43:28 +0000"  >&lt;p&gt;Right, could you please push a fix to the orion branch too?&lt;/p&gt;</comment>
                            <comment id="23893" author="bobijam" created="Thu, 8 Dec 2011 04:25:32 +0000"  >&lt;p&gt;Ok, orion fix posted at &lt;a href=&quot;http://review.whamcloud.com/1821&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/1821&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="36263" author="hudson" created="Wed, 2 May 2012 14:53:10 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-dev/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; x86_64,client,el5,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-708&quot; title=&quot;OSD Misc feature landing tracker&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-708&quot;&gt;&lt;del&gt;LU-708&lt;/del&gt;&lt;/a&gt; utils: convert_hostnames() should not change its arg (Revision cf6b187c6fe73447455478998554f3662779e9e8)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Mikhail Pershin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=cf6b187c6fe73447455478998554f3662779e9e8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cf6b187c6fe73447455478998554f3662779e9e8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/mount_utils.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="36560" author="hudson" created="Wed, 2 May 2012 14:55:08 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-dev/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; i686,client,el6,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-708&quot; title=&quot;OSD Misc feature landing tracker&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-708&quot;&gt;&lt;del&gt;LU-708&lt;/del&gt;&lt;/a&gt; utils: convert_hostnames() should not change its arg (Revision cf6b187c6fe73447455478998554f3662779e9e8)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Mikhail Pershin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=cf6b187c6fe73447455478998554f3662779e9e8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cf6b187c6fe73447455478998554f3662779e9e8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/mount_utils.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="36857" author="hudson" created="Wed, 2 May 2012 14:58:21 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-dev/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; i686,server,el5,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-708&quot; title=&quot;OSD Misc feature landing tracker&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-708&quot;&gt;&lt;del&gt;LU-708&lt;/del&gt;&lt;/a&gt; utils: convert_hostnames() should not change its arg (Revision cf6b187c6fe73447455478998554f3662779e9e8)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Mikhail Pershin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=cf6b187c6fe73447455478998554f3662779e9e8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cf6b187c6fe73447455478998554f3662779e9e8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/mount_utils.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37155" author="hudson" created="Wed, 2 May 2012 15:14:00 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-dev/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; x86_64,server,el6,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-708&quot; title=&quot;OSD Misc feature landing tracker&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-708&quot;&gt;&lt;del&gt;LU-708&lt;/del&gt;&lt;/a&gt; utils: convert_hostnames() should not change its arg (Revision cf6b187c6fe73447455478998554f3662779e9e8)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Mikhail Pershin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=cf6b187c6fe73447455478998554f3662779e9e8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cf6b187c6fe73447455478998554f3662779e9e8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/mount_utils.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37452" author="hudson" created="Wed, 2 May 2012 15:14:51 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-dev/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; i686,client,el5,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-708&quot; title=&quot;OSD Misc feature landing tracker&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-708&quot;&gt;&lt;del&gt;LU-708&lt;/del&gt;&lt;/a&gt; utils: convert_hostnames() should not change its arg (Revision cf6b187c6fe73447455478998554f3662779e9e8)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Mikhail Pershin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=cf6b187c6fe73447455478998554f3662779e9e8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cf6b187c6fe73447455478998554f3662779e9e8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/mount_utils.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37750" author="hudson" created="Wed, 2 May 2012 15:19:48 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-dev/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; x86_64,server,el5,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-708&quot; title=&quot;OSD Misc feature landing tracker&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-708&quot;&gt;&lt;del&gt;LU-708&lt;/del&gt;&lt;/a&gt; utils: convert_hostnames() should not change its arg (Revision cf6b187c6fe73447455478998554f3662779e9e8)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Mikhail Pershin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=cf6b187c6fe73447455478998554f3662779e9e8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cf6b187c6fe73447455478998554f3662779e9e8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/mount_utils.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="38047" author="hudson" created="Wed, 2 May 2012 15:37:34 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-dev/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; x86_64,client,el6,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-708&quot; title=&quot;OSD Misc feature landing tracker&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-708&quot;&gt;&lt;del&gt;LU-708&lt;/del&gt;&lt;/a&gt; utils: convert_hostnames() should not change its arg (Revision cf6b187c6fe73447455478998554f3662779e9e8)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Mikhail Pershin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=cf6b187c6fe73447455478998554f3662779e9e8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;cf6b187c6fe73447455478998554f3662779e9e8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/mount_utils.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                                        </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                            <subtask id="11890">LU-709</subtask>
                            <subtask id="12007">LU-732</subtask>
                    </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_10070" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Project</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10031"><![CDATA[Orion]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzv5x3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4493</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10002" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>8.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>