<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:17:20 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-8414] DNE: Setting of remote_dir_gid parameter not persistent</title>
                <link>https://jira.whamcloud.com/browse/LU-8414</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Error occured during soak testing of build &apos;20160713&apos; (see &lt;a href=&quot;https://wiki.hpdd.intel.com/display/Releases/Soak+Testing+on+Lola#SoakTestingonLola-20160713&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://wiki.hpdd.intel.com/display/Releases/Soak+Testing+on+Lola#SoakTestingonLola-20160713&lt;/a&gt;). MDSes have been configured using &lt;em&gt;ldiskfs&lt;/em&gt;, OSTs using &lt;em&gt;zfs&lt;/em&gt;. Test environment consist of 4 MDSes with 1 MDT each, 6 OSSes with 4 OSTs each. MDS and OSS nodes are configured in active-active HA configuration. &lt;br/&gt;
Roles: &lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;lola-8          MGS/MDS&lt;/li&gt;
	&lt;li&gt;lola-&lt;span class=&quot;error&quot;&gt;&amp;#91;9-11&amp;#93;&lt;/span&gt;   MDS&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;DNE has been enabled using the command sequence (see Lustre manual page 96):&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;pdsh -g mds &apos;lctl set_param mdt.*.enable_remote_dir=1&apos;
pdsh -g mds &apos;lctl set_param mdt.*.enable_remote_dir_gid=-1&apos;
especially
pdsh -w lola-8 &apos;lctl set_param -P mdt.*.enable_remote_dir=1&apos;
pdsh -w lola-8 &apos;lctl set_param -P mdt.*.enable_remote_dir_git=-1&apos;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;(The later two commands only work on MGS node). &lt;br/&gt;
Problem occur after each of the node &lt;tt&gt;lola-&lt;span class=&quot;error&quot;&gt;&amp;#91;9-11&amp;#93;&lt;/span&gt;&lt;/tt&gt; have been restarted or resourcres had been failover / failedback. &lt;br/&gt;
While  parameter &apos;&lt;tt&gt;enable_remote_dir&lt;/tt&gt;&apos; is persistent on the non MGS MDSes, the parameter &apos;&lt;tt&gt;enable_remote_dir_gid&lt;/tt&gt;&apos; isn&apos;t.&lt;br/&gt;
Therefore the command:&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;[soaktest@lola-16 ~]$ lfs setdirstripe -c 4 -i 1  /mnt/soaked/soaktest/hsm_rbh/
error on LL_IOC_LMV_SETSTRIPE &apos;/mnt/soaked/soaktest/hsm_rbh/&apos; (3): Operation not permitted
error: setdirstripe: create stripe dir &apos;/mnt/soaked/soaktest/hsm_rbh/&apos; failed

---------------
--&amp;gt; Remote dir setting:
----------------
lola-8
----------------
Remote dir_gid setting soaked-MDT0000: -1
----------------
lola-9
----------------
Remote dir_gid setting soaked-MDT0001: 0
----------------
lola-10
----------------
Remote dir_gid setting soaked-MDT0002: -1
----------------
lola-11
----------------
Remote dir_gid setting soaked-MDT0003: 0
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;failed. This will break all test (slurm) jobs that rely on this functionality.&lt;/p&gt;

&lt;p&gt;After setting the parameters on the nodes again the command &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;[soaktest@lola-16 ~]$ lfs setdirstripe -c 4 -i 1  /mnt/soaked/soaktest/hsm_rbh/
^A2[soaktest@lola-16 ~]$ lfs setdirstripe -c 4 -i 1  -D /mnt/soaked/soaktest/hsm_rbh/
[soaktest@lola-16 ~]$ lfs getdirstripe  /mnt/soaked/soaktest/hsm_rbh/
/mnt/soaked/soaktest/hsm_rbh/
[soaktest@lola-16 ~]$ lfs getdirstripe  /mnt/soaked/soaktest/hsm_rbh/
/mnt/soaked/soaktest/hsm_rbh/
lmv_stripe_count: 4 lmv_stripe_offset: 1
mdtidx           FID[seq:oid:ver]
     1           [0x240007160:0x3:0x0]
     2           [0x28000d714:0x3:0x0]
     3           [0x2c000a810:0x1:0x0]
     0           [0x20000fe01:0x3:0x0]
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;end successful.&lt;/p&gt;
</description>
                <environment>lola&lt;br/&gt;
build: &lt;a href=&quot;https://build.hpdd.intel.com/job/lustre-master/3406&quot;&gt;https://build.hpdd.intel.com/job/lustre-master/3406&lt;/a&gt;</environment>
        <key id="38267">LU-8414</key>
            <summary>DNE: Setting of remote_dir_gid parameter not persistent</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.whamcloud.com/images/icons/priorities/critical.svg">Critical</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="5">Cannot Reproduce</resolution>
                                        <assignee username="laisiyao">Lai Siyao</assignee>
                                    <reporter username="heckes">Frank Heckes</reporter>
                        <labels>
                            <label>soak</label>
                    </labels>
                <created>Tue, 19 Jul 2016 13:47:48 +0000</created>
                <updated>Thu, 13 Oct 2016 17:25:31 +0000</updated>
                            <resolved>Thu, 13 Oct 2016 17:25:31 +0000</resolved>
                                    <version>Lustre 2.9.0</version>
                                    <fixVersion>Lustre 2.9.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="159207" author="heckes" created="Tue, 19 Jul 2016 13:51:42 +0000"  >&lt;p&gt;To state this explicit. The usage for setdirstripe commands works &lt;em&gt;without&lt;/em&gt; problems in case all &apos;enabled_remote_dir_gid&apos; - parameters are set to -1 on all MDS nodes.&lt;/p&gt;</comment>
                            <comment id="162202" author="cliffw" created="Wed, 17 Aug 2016 16:04:19 +0000"  >&lt;p&gt;We are still seeing this issue with current tip of master&lt;/p&gt;</comment>
                            <comment id="164914" author="laisiyao" created="Mon, 5 Sep 2016 15:14:52 +0000"  >&lt;p&gt;I tested remount 2 mdt on 2 mds servers, and see both parameters are persistent.&lt;/p&gt;

&lt;p&gt;Besides in your test maybe both parameters were not persistent, but because remote_dir_gid default value is 1, so it looks like it&apos;s persistent.&lt;/p&gt;

&lt;p&gt;Could you get debug log on non-MGS mds&apos;s during failover or restart?&lt;/p&gt;</comment>
                            <comment id="165362" author="adilger" created="Thu, 8 Sep 2016 18:12:19 +0000"  >&lt;p&gt;Frank, instead of using &lt;tt&gt;lctl set_param -P&lt;/tt&gt;, which is known to have some problems (&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7004&quot; title=&quot;fix &amp;quot;lctl set_param -P&amp;quot; to allow deprecation of &amp;quot;lctl conf_param&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7004&quot;&gt;&lt;del&gt;LU-7004&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7183&quot; title=&quot;lctl set_param -P does not work for sptlrpc flavor&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7183&quot;&gt;&lt;del&gt;LU-7183&lt;/del&gt;&lt;/a&gt;) can you please try:&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;lctl conf_param myth.mdt.enable_remote_dir=1
lctl conf_param myth.mdt.enable_remote_dir_gid=-1
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;since this is the &quot;traditional&quot; way of setting permanent parameters and uses a different mechanism.  If this fixes your problem then we should also fix the manual.&lt;/p&gt;</comment>
                            <comment id="166070" author="heckes" created="Wed, 14 Sep 2016 19:55:16 +0000"  >&lt;p&gt;I&apos;ll check this tomorrow.&lt;/p&gt;</comment>
                            <comment id="166360" author="heckes" created="Mon, 19 Sep 2016 08:17:36 +0000"  >&lt;p&gt;I checked with tip of master (see &lt;a href=&quot;https://wiki.hpdd.intel.com/display/Releases/Soak+Testing+on+Lola#SoakTestingonLola-20160916&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://wiki.hpdd.intel.com/display/Releases/Soak+Testing+on+Lola#SoakTestingonLola-20160916&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;Usage of &lt;tt&gt;conf_param&lt;/tt&gt; had (has) no effect:&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;[root@lola-16 ~]# pdsh -g mds &apos;lctl conf_param mdt.*.enable_remote_dir=1 ; lctl conf_param mdt.*.enable_remote_dir_gid=-1&apos;
lola-11: No device found for name MGS: Invalid argument
lola-11: This command must be run on the MGS.
lola-11: error: conf_param: No such device
lola-11: No device found for name MGS: Invalid argument
lola-11: This command must be run on the MGS.
lola-11: error: conf_param: No such device
lola-8: error: conf_param: Invalid argument
lola-8: error: conf_param: Invalid argument
lola-10: No device found for name MGS: Invalid argument
lola-10: This command must be run on the MGS.
lola-10: error: conf_param: No such device
lola-10: No device found for name MGS: Invalid argument
lola-10: This command must be run on the MGS.
lola-10: error: conf_param: No such device
lola-9: No device found for name MGS: Invalid argument
lola-9: This command must be run on the MGS.
lola-9: error: conf_param: No such device
lola-9: No device found for name MGS: Invalid argument
lola-9: This command must be run on the MGS.
lola-9: error: conf_param: No such device
[root@lola-16 ~]# pdsh -g mds &apos;lctl get_param mdt.*.enable_remote_dir ; lctl get_param mdt.*.enable_remote_dir_gid&apos;
lola-11: mdt.soaked-MDT0003.enable_remote_dir=0
lola-11: mdt.soaked-MDT0003.enable_remote_dir_gid=0
lola-8: mdt.soaked-MDT0000.enable_remote_dir=0
lola-8: mdt.soaked-MDT0000.enable_remote_dir_gid=0
lola-9: mdt.soaked-MDT0001.enable_remote_dir=0
lola-9: mdt.soaked-MDT0001.enable_remote_dir_gid=0
lola-10: mdt.soaked-MDT0002.enable_remote_dir=0
lola-10: mdt.soaked-MDT0002.enable_remote_dir_gid=0 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Checking with &lt;tt&gt;set_param -P&lt;/tt&gt;:&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;[root@lola-16 ~]# pdsh -g mds &apos;lctl set_param -P mdt.*.enable_remote_dir=1 ; lctl set_param -P mdt.*.enable_remote_dir_gid=-1&apos;
lola-11: No device found for name MGS: Invalid argument
lola-11: This command must be run on the MGS.
lola-11: error: executing set_param: No such device
lola-11: No device found for name MGS: Invalid argument
lola-11: This command must be run on the MGS.
lola-11: error: executing set_param: No such device
lola-10: No device found for name MGS: Invalid argument
lola-10: This command must be run on the MGS.
lola-10: error: executing set_param: No such device
lola-10: No device found for name MGS: Invalid argument
lola-10: This command must be run on the MGS.
lola-10: error: executing set_param: No such device
lola-9: No device found for name MGS: Invalid argument
lola-9: This command must be run on the MGS.
lola-9: error: executing set_param: No such device
lola-9: No device found for name MGS: Invalid argument
lola-9: This command must be run on the MGS.
lola-9: error: executing set_param: No such device
[root@lola-16 ~]# pdsh -g mds &apos;lctl get_param mdt.*.enable_remote_dir ; lctl get_param mdt.*.enable_remote_dir_gid&apos;
lola-11: mdt.soaked-MDT0003.enable_remote_dir=1
lola-11: mdt.soaked-MDT0003.enable_remote_dir_gid=-1
lola-8: mdt.soaked-MDT0000.enable_remote_dir=1
lola-8: mdt.soaked-MDT0000.enable_remote_dir_gid=-1
lola-9: mdt.soaked-MDT0001.enable_remote_dir=1
lola-9: mdt.soaked-MDT0001.enable_remote_dir_gid=-1
lola-10: mdt.soaked-MDT0002.enable_remote_dir=1
lola-10: mdt.soaked-MDT0002.enable_remote_dir_gid=-1
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;After crash and remount of mdt-1 of lola-9 parameter turns out to be persistent configured:&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;[root@lola-16 ~]# date
Sun Sep 18 02:54:52 PDT 2016
[root@lola-16 ~]# pdsh -g mds &apos;lctl get_param mdt.*.enable_remote_dir ; lctl get_param mdt.*.enable_remote_dir_gid&apos;
lola-11: mdt.soaked-MDT0003.enable_remote_dir=1
lola-11: mdt.soaked-MDT0003.enable_remote_dir_gid=-1
lola-8: mdt.soaked-MDT0000.enable_remote_dir=1
lola-8: mdt.soaked-MDT0000.enable_remote_dir_gid=-1
lola-9: mdt.soaked-MDT0001.enable_remote_dir=1
lola-9: mdt.soaked-MDT0001.enable_remote_dir_gid=-1
lola-10: mdt.soaked-MDT0002.enable_remote_dir=1
lola-10: mdt.soaked-MDT0002.enable_remote_dir_gid=-1
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Checked after crash of lola-11 &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;Sun Sep 18 07:34:04 PDT 2016
[root@lola-16 ~]# pdsh -g mds &apos;lctl get_param mdt.*.enable_remote_dir ; lctl get_param mdt.*.enable_remote_dir_gid&apos;
lola-11: mdt.soaked-MDT0003.enable_remote_dir=1
lola-11: mdt.soaked-MDT0003.enable_remote_dir_gid=-1
lola-9: mdt.soaked-MDT0001.enable_remote_dir=1
lola-9: mdt.soaked-MDT0001.enable_remote_dir_gid=-1
lola-8: mdt.soaked-MDT0000.enable_remote_dir=1
lola-8: mdt.soaked-MDT0000.enable_remote_dir_gid=-1
lola-10: mdt.soaked-MDT0002.enable_remote_dir=1
lola-10: mdt.soaked-MDT0002.enable_remote_dir_gid=-1
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;So the &lt;tt&gt;set_param -P&lt;/tt&gt; - seems to work, but the non relevant error messages are confusing. (This is a similar problem as described in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8456&quot; title=&quot;HSM configuration not persitent for DNE&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8456&quot;&gt;&lt;del&gt;LU-8456&lt;/del&gt;&lt;/a&gt;)&lt;/p&gt;</comment>
                            <comment id="166367" author="adilger" created="Mon, 19 Sep 2016 09:57:21 +0000"  >&lt;p&gt;Frank, as shown in my previous comment, the format of conf_param and set_param are different. For conf_param you need to specify the filesystem name first instead of the device name:&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;lctl conf_param soaked.mdt.enable_remote_dir=1
lctl conf_param soaked.mdt.enable_remote_dir_gid=-1
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="166505" author="heckes" created="Tue, 20 Sep 2016 09:04:16 +0000"  >&lt;p&gt;Sorry I didn&apos;t read and thought carefully. Indeed &lt;tt&gt;conf_param&lt;/tt&gt; fixes the problem:&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;[root@lola-16 ~]# pdsh -g mds &apos;lctl get_param mdt.*.enable_remote_dir ; lctl get_param mdt.*.enable_remote_dir_gid&apos; | sort -k 2,2
lola-8: mdt.soaked-MDT0000.enable_remote_dir=0
lola-8: mdt.soaked-MDT0000.enable_remote_dir_gid=0
lola-9: mdt.soaked-MDT0001.enable_remote_dir=0
lola-9: mdt.soaked-MDT0001.enable_remote_dir_gid=0
lola-10: mdt.soaked-MDT0002.enable_remote_dir=0
lola-10: mdt.soaked-MDT0002.enable_remote_dir_gid=0
lola-11: mdt.soaked-MDT0003.enable_remote_dir=0
lola-11: mdt.soaked-MDT0003.enable_remote_dir_gid=0
[root@lola-16 ~]# ssh lola-8 &apos;lctl conf_param soaked.mdt.enable_remote_dir=1&apos;
[root@lola-16 ~]# pdsh -g mds &apos;lctl get_param mdt.*.enable_remote_dir ; lctl get_param mdt.*.enable_remote_dir_gid&apos; | sort -k 2,2
lola-8: mdt.soaked-MDT0000.enable_remote_dir=0
lola-8: mdt.soaked-MDT0000.enable_remote_dir_gid=0
lola-9: mdt.soaked-MDT0001.enable_remote_dir=1
lola-9: mdt.soaked-MDT0001.enable_remote_dir_gid=0
lola-10: mdt.soaked-MDT0002.enable_remote_dir=0
lola-10: mdt.soaked-MDT0002.enable_remote_dir_gid=0
lola-11: mdt.soaked-MDT0003.enable_remote_dir=1
lola-11: mdt.soaked-MDT0003.enable_remote_dir_gid=0
[root@lola-16 ~]# ssh lola-8 &apos;lctl conf_param soaked.mdt.enable_remote_dir_gid=-1&apos;
[root@lola-16 ~]# pdsh -g mds &apos;lctl get_param mdt.*.enable_remote_dir ; lctl get_param mdt.*.enable_remote_dir_gid&apos; | sort -k 2,2
lola-8: mdt.soaked-MDT0000.enable_remote_dir=1
lola-8: mdt.soaked-MDT0000.enable_remote_dir_gid=-1
lola-9: mdt.soaked-MDT0001.enable_remote_dir=1
lola-9: mdt.soaked-MDT0001.enable_remote_dir_gid=-1
lola-10: mdt.soaked-MDT0002.enable_remote_dir=1
lola-10: mdt.soaked-MDT0002.enable_remote_dir_gid=-1
lola-11: mdt.soaked-MDT0003.enable_remote_dir=1
lola-11: mdt.soaked-MDT0003.enable_remote_dir_gid=-1
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="166507" author="adilger" created="Tue, 20 Sep 2016 09:08:00 +0000"  >&lt;p&gt;Frank, can you please file an LUDOC ticket with details of what needs to be fixed in the manual so that this documented correctly.&lt;/p&gt;</comment>
                            <comment id="166520" author="heckes" created="Tue, 20 Sep 2016 11:32:05 +0000"  >&lt;p&gt;done (&lt;a href=&quot;https://jira.whamcloud.com/browse/LUDOC-355&quot; title=&quot;Correction for DNE configuration paragraphs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LUDOC-355&quot;&gt;&lt;del&gt;LUDOC-355&lt;/del&gt;&lt;/a&gt;). &lt;br/&gt;
I just wonder whether it is a use case, if customers would like to enable only a subset of the available remote MDTs. The fix enables all or nothing, so that the &apos;&lt;tt&gt;set_param -P&lt;/tt&gt; - procedure&apos; would need be executed.&lt;/p&gt;</comment>
                            <comment id="169482" author="cliffw" created="Thu, 13 Oct 2016 17:16:10 +0000"  >&lt;p&gt;On current tip of master, after 5 MDT failovers, remote dir is persistent&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;# lfs setdirstripe -c 4 -i 1 /mnt/soaked/bah
[root@lola-16 jobs]# lfs getdirstripe /mnt/soaked/bah
lmv_stripe_count: 4 lmv_stripe_offset: 1
mdtidx           FID[seq:oid:ver]
     1           [0x240002b10:0x21ad:0x0]
     2           [0x280001b74:0x21ad:0x0]
     3           [0x2c0003ac8:0x21ad:0x0]
     0           [0x200002b4f:0x21ad:0x0]
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="169485" author="pjones" created="Thu, 13 Oct 2016 17:25:31 +0000"  >&lt;p&gt;Closing as no longer appearing&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                                        </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="31474">LU-7004</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|hzyhun:</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>
                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>