<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:47:09 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-4939] Need to be able to sanely query and change MGS configuration information</title>
                <link>https://jira.whamcloud.com/browse/LU-4939</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Is there a sane way to determine what NIDs a server is configured with as determined by the MGS?&lt;/p&gt;

&lt;p&gt;I know there&apos;s &lt;tt&gt;lctl list_nids&lt;/tt&gt;, but that&apos;s not what I want. I need to determine which NIDs the MGS has for a given server, as I think the MGS is handing a client a non-existent NID for a server.&lt;/p&gt;</description>
                <environment></environment>
        <key id="24319">LU-4939</key>
            <summary>Need to be able to sanely query and change MGS configuration information</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</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="niu">Niu Yawei</assignee>
                                    <reporter username="prakash">Prakash Surya</reporter>
                        <labels>
                            <label>llnl</label>
                            <label>patch</label>
                    </labels>
                <created>Tue, 22 Apr 2014 01:21:57 +0000</created>
                <updated>Thu, 18 Jul 2019 19:25:16 +0000</updated>
                            <resolved>Fri, 2 Nov 2018 10:52:58 +0000</resolved>
                                                    <fixVersion>Lustre 2.12.0</fixVersion>
                    <fixVersion>Lustre 2.10.7</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>12</watches>
                                                                            <comments>
                            <comment id="82160" author="rread" created="Tue, 22 Apr 2014 16:39:54 +0000"  >&lt;p&gt;Is there a (sane) way to query the configuration stored on the MGS in general?&lt;/p&gt;</comment>
                            <comment id="82228" author="prakash" created="Wed, 23 Apr 2014 01:20:48 +0000"  >&lt;p&gt;Sigh.. hex editor it is???&lt;/p&gt;</comment>
                            <comment id="82231" author="rread" created="Wed, 23 Apr 2014 01:26:52 +0000"  >&lt;p&gt;lol!&lt;/p&gt;</comment>
                            <comment id="82270" author="niu" created="Wed, 23 Apr 2014 13:29:06 +0000"  >&lt;p&gt;Hi, Prakash. llog_reader can read the config file on MGS (mount MGS device as ldiskfs or dump out the config files by debugfs first), is this what you want?&lt;/p&gt;</comment>
                            <comment id="82292" author="cliffw" created="Wed, 23 Apr 2014 16:05:58 +0000"  >&lt;p&gt;Would lctl get_param osc.*.import give you what you what? &lt;br/&gt;
It lists the nids that are in use. See the &apos;connection&apos; section.&lt;/p&gt;

&lt;p&gt; connection:&lt;br/&gt;
       failover_nids: &lt;span class=&quot;error&quot;&gt;&amp;#91;192.168.120.13@o2ib&amp;#93;&lt;/span&gt;&lt;br/&gt;
       current_connection: 192.168.120.13@o2ib&lt;/p&gt;</comment>
                            <comment id="82294" author="rread" created="Wed, 23 Apr 2014 16:41:13 +0000"  >&lt;p&gt;Cliff, that might work, but I suspect he would like to validate the configuration on the MGS before he starts the filesystem with a potentially broken config.&lt;/p&gt;</comment>
                            <comment id="82299" author="prakash" created="Wed, 23 Apr 2014 17:30:00 +0000"  >&lt;p&gt;This client can&apos;t mount the MDS, so I&apos;m not sure the &lt;tt&gt;lctl get_param&lt;/tt&gt; will work.&lt;/p&gt;

&lt;p&gt;Just to give a little more info on my actual problem..&lt;/p&gt;

&lt;p&gt;From looking at the client lustre log, I see these two lines:&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;00000020:00000080:18.0:1398123825.044168:0:18652:0:(obd_config.c:1079:class_process_config()) adding mapping from uuid 10.1.1.212@o2ib9 to nid 0x500090a0101d4 (10.1.1.212@o2ib9)

00000020:00000080:18.0:1398123825.044199:0:18652:0:(obd_config.c:1079:class_process_config()) adding mapping from uuid 10.1.1.212@o2ib9 to nid 0x200000a0101d4 (10.1.1.212@tcp)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The MDS is at NID &lt;tt&gt;10.1.1.212@o2ib9&lt;/tt&gt;, and NID &lt;tt&gt;10.1.1.212@tcp&lt;/tt&gt; doesn&apos;t even exist. The client is on the &lt;tt&gt;tcp0&lt;/tt&gt; network, and routed through to &lt;tt&gt;o2ib9&lt;/tt&gt;. We can &lt;tt&gt;lctl ping&lt;/tt&gt; from both: the client to the MDS, and the MDS to the client (so it doesn&apos;t look to be a routing issue).&lt;/p&gt;

&lt;p&gt;What I think is going on, is &lt;em&gt;somehow&lt;/em&gt; (we don&apos;t know how) the MGS has &quot;bad&quot; data regarding the MDS nids. I &lt;em&gt;think&lt;/em&gt; the MGS has the &lt;tt&gt;o2ib9&lt;/tt&gt; nid and the &lt;tt&gt;tcp&lt;/tt&gt; nid listed for the MDS. Thus when the &lt;tt&gt;tcp&lt;/tt&gt; client tries to mount, I think this occurs:&lt;/p&gt;

&lt;p&gt;    1. it connects to the MGS just fine&lt;br/&gt;
    2. get&apos;s the list of NIDs for the MDS (&lt;tt&gt;10.1.1.212o2ib9&lt;/tt&gt;, and &lt;tt&gt;10.1.1.212@tcp&lt;/tt&gt;)&lt;br/&gt;
    3. decides the &lt;tt&gt;10.1.1.212@tcp&lt;/tt&gt; NID is the &quot;best&quot; and tries to connect using that&lt;br/&gt;
    4. connect to &lt;tt&gt;10.1.1.212@tcp&lt;/tt&gt; fails because that NID doesn&apos;t exist&lt;/p&gt;

&lt;p&gt;Mounting from another client on another network (&lt;tt&gt;o2ib2&lt;/tt&gt;) works just fine. My guess, is that&apos;s because the &quot;good&quot; client just happens to ignore the &lt;tt&gt;10.1.1.212@tcp&lt;/tt&gt; NID and uses the valid NID of &lt;tt&gt;10.1.1.212@o2ib9&lt;/tt&gt;.&lt;/p&gt;

&lt;p&gt;Granted, this is just from poking at the lustre logs on the &quot;bad&quot; client. I&apos;d really like to dump the lustre MGS config data to know for sure, but obviously that&apos;s not easy to do. Sigh.&lt;/p&gt;</comment>
                            <comment id="82302" author="prakash" created="Wed, 23 Apr 2014 18:04:49 +0000"  >&lt;p&gt;We just did a &lt;tt&gt;--writeconf&lt;/tt&gt; on the servers to reset the NIDs and that has resolved the problem. The &lt;tt&gt;tcp0&lt;/tt&gt; client can mount the filesystem just fine now.&lt;/p&gt;

&lt;p&gt;Can I make a feature request for a tool to read the configuration information from the MGS? Perhaps the llog_reader is a good place to start (as Niu suggested), but mounting the MGS devices as ldiskfs doesn&apos;t seem like a &quot;correct&quot; solution. Proper and &quot;easy to use on a live filesystem&quot; administration tools are really lacking here.&lt;/p&gt;</comment>
                            <comment id="82307" author="prakash" created="Wed, 23 Apr 2014 18:37:00 +0000"  >&lt;p&gt;And just to highlight some of the usability issues that we sometimes face with Lustre.. In this particular instance:&lt;/p&gt;

&lt;p&gt; 1. The client &lt;tt&gt;mount&lt;/tt&gt; command just hung without any helpful messages (maybe that&apos;s &quot;correct&quot; in this case).&lt;br/&gt;
 2. The client console logs had this to say (after ctrl-c to kill the hung mount command). To an admin, what does this all mean???&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;2014-04-21 14:17:54 LustreError: 17123:0:(lmv_obd.c:1292:lmv_statfs()) can&apos;t stat MDS #0 (lc2-MDT0000-mdc-ffff880d10805000), error -4
2014-04-21 14:17:54 LustreError: 16722:0:(lov_obd.c:937:lov_cleanup()) lov tgt 0 not cleaned! deathrow=0, lovrc=1
2014-04-21 14:17:54 LustreError: 16722:0:(lov_obd.c:937:lov_cleanup()) Skipped 26 previous similar messages
2014-04-21 14:17:54 Lustre: Unmounted lc2-client
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt; 3. lctl ping worked just fine from client to MDS, and from MDS to client&lt;br/&gt;
 4. lctl list_nids on the MDS listed &lt;b&gt;only&lt;/b&gt; the &quot;correct&quot; NID of the MDS&lt;br/&gt;
 5. lctl list_nids on the client listed the client&apos;s NID correctly&lt;/p&gt;

&lt;p&gt;So, even to a seasoned Lustre admin, everything &quot;seemed&quot; to be configured correctly (and actually worked depending on the client&apos;s network being used). The fact that I had to rely on my past 3 years of Lustre experience and the lustre debug logs to track this down, is troubling at best. I&apos;m not trying to bash Lustre here, I just want try and make my constant frustrations a little more known.&lt;/p&gt;</comment>
                            <comment id="82309" author="rread" created="Wed, 23 Apr 2014 18:49:01 +0000"  >&lt;p&gt;Actually, in this case trying Cliff&apos;s suggestion while the mount command was hung (though with &quot;mdc.*.import&quot; instead of osc) might have shown the bad NID.  &lt;/p&gt;

&lt;p&gt;I agree those error messages are unhelpful.  (Not sure I want to know what happens when deathrow=1.)&lt;/p&gt;</comment>
                            <comment id="82345" author="niu" created="Thu, 24 Apr 2014 01:47:24 +0000"  >&lt;blockquote&gt;
&lt;p&gt;Can I make a feature request for a tool to read the configuration information from the MGS? Perhaps the llog_reader is a good place to start (as Niu suggested), but mounting the MGS devices as ldiskfs doesn&apos;t seem like a &quot;correct&quot; solution. Proper and &quot;easy to use on a live filesystem&quot; administration tools are really lacking here.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;You can dump the client config file by debugfs on a live system. (debugfs -c -R &quot;dump CONFIGS/lustre-client tmpfile&quot; $mgs_device)&lt;/p&gt;
</comment>
                            <comment id="82426" author="morrone" created="Thu, 24 Apr 2014 18:58:05 +0000"  >&lt;blockquote&gt;&lt;p&gt;You can dump the client config file by debugfs on a live system. (debugfs -c -R &quot;dump CONFIGS/lustre-client tmpfile&quot; $mgs_device)&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;So the answer to Prakash&apos;s question is: &quot;no, there is no sane way to do that&quot;.&lt;/p&gt;

&lt;p&gt;You basically need to be a Lustre developer to figure anything out about how an existing filesystem is configured, and that is just not acceptable this far into Lustre&apos;s development.  It is going to make it very difficult for us to remain competitive with other filesystems if we don&apos;t start addressing the administration debt in Lustre.&lt;/p&gt;

&lt;p&gt;I changed the &quot;summary&quot; of this ticket to convert it from a question into a task that needs to be worked.  Seeing how our sysadmins couldn&apos;t answer this question, and even Prakash struggled to get the information is a really great example of where work is needed for those of us that have been working on Lustre a long time.&lt;/p&gt;</comment>
                            <comment id="82534" author="cliffw" created="Fri, 25 Apr 2014 18:42:58 +0000"  >&lt;p&gt;The command I mentioned should be run on the MGS, not on a client.  And I would agree with the comments above, we have needed a better way to get config information for quite awhile. &lt;/p&gt;</comment>
                            <comment id="171097" author="gerrit" created="Wed, 26 Oct 2016 13:42:41 +0000"  >&lt;p&gt;Ben Evans (bevans@cray.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/23395&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/23395&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4939&quot; title=&quot;Need to be able to sanely query and change MGS configuration information&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4939&quot;&gt;&lt;del&gt;LU-4939&lt;/del&gt;&lt;/a&gt; utils: Add scripts to output MGS config parameters&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: d908640381ef779c6c9f2abad1adb168130a88ee&lt;/p&gt;</comment>
                            <comment id="199316" author="adilger" created="Thu, 15 Jun 2017 09:44:54 +0000"  >&lt;p&gt;For whatever reason, I don&apos;t recall ever seeing this ticket, nor the patch that was pushed against it.&lt;/p&gt;

&lt;p&gt;There was a command added many years ago &quot;&lt;tt&gt;lctl --device %MGS llog_print \$&amp;lt;llog_name&amp;gt;&lt;/tt&gt;&quot; that will dump the current config llog (e.g.&#160;&lt;tt&gt;testfs-client&lt;/tt&gt; or&#160;&lt;tt&gt;testfs-OST0001&lt;/tt&gt;) from a running MGS.&#160; In 2.6 this was changed to dump the llog in YAML format, for ease of reading/parsing (the pre-2.6 format was a huge mess and mostly unusable) via patch &lt;a href=&quot;http://review.whamcloud.com/4254&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4254&lt;/a&gt; &quot;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-2149&quot; title=&quot;Make lctl llog commands to be used from scripts&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-2149&quot;&gt;&lt;del&gt;LU-2149&lt;/del&gt;&lt;/a&gt; llog: lctl to work with llogs from command line&quot;.&#160; In 2.10 the &lt;tt&gt;llog_print&lt;/tt&gt; command was simplified to allow &quot;&lt;tt&gt;lctl --device MGS llog_print &amp;lt;llog_name&amp;gt;&lt;/tt&gt;&quot; (i.e. without &apos;%&apos; before the device name, and without &apos;$&apos; before &lt;tt&gt;llog_name)&lt;/tt&gt; via patch &lt;a href=&quot;https://review.whamcloud.com/25468&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/25468&lt;/a&gt; &quot;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9153&quot; title=&quot;improve FID/config name specification for lctl llog_print and llog_info&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9153&quot;&gt;&lt;del&gt;LU-9153&lt;/del&gt;&lt;/a&gt; utils: improve llog name parsing&quot;.&lt;/p&gt;

&lt;p&gt;Ideally, the offline &lt;tt&gt;llog_reader&lt;/tt&gt; tool would be improved to also dump the config llogs in the same YAML format (possibly with a &lt;tt&gt;--yaml&lt;/tt&gt; flag to keep compatibility with the old format, if that is considered important).&lt;/p&gt;

&lt;p&gt;What is really needed at this point is to be able to take the YAML data as input and apply the tuning parameters to a system after a &lt;tt&gt;--writeconf&lt;/tt&gt; or if the filesystem was reformatted.&lt;/p&gt;</comment>
                            <comment id="223003" author="gerrit" created="Fri, 9 Mar 2018 20:56:29 +0000"  >&lt;p&gt;Ben Evans (bevans@cray.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/31620&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31620&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4939&quot; title=&quot;Need to be able to sanely query and change MGS configuration information&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4939&quot;&gt;&lt;del&gt;LU-4939&lt;/del&gt;&lt;/a&gt; obdclass: llog_print params file&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c2c410974cec3bcf1665b2c9bf9a85679e1e3a65&lt;/p&gt;</comment>
                            <comment id="224967" author="gerrit" created="Mon, 2 Apr 2018 17:23:52 +0000"  >&lt;p&gt;Ben Evans (bevans@cray.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/31846&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31846&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4939&quot; title=&quot;Need to be able to sanely query and change MGS configuration information&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4939&quot;&gt;&lt;del&gt;LU-4939&lt;/del&gt;&lt;/a&gt; utils: allow configuration through yaml files&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 27084dd994954bc3a9c9a139c67a071bb786c0ce&lt;/p&gt;</comment>
                            <comment id="225500" author="gerrit" created="Mon, 9 Apr 2018 19:50:19 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/31620/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31620/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4939&quot; title=&quot;Need to be able to sanely query and change MGS configuration information&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4939&quot;&gt;&lt;del&gt;LU-4939&lt;/del&gt;&lt;/a&gt; obdclass: llog_print params file&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 320e736191cce766cd0838ebbd5e76f1aefa1a6f&lt;/p&gt;</comment>
                            <comment id="225621" author="gerrit" created="Tue, 10 Apr 2018 14:55:20 +0000"  >&lt;p&gt;Ben Evans (bevans@cray.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/31931&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31931&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4939&quot; title=&quot;Need to be able to sanely query and change MGS configuration information&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4939&quot;&gt;&lt;del&gt;LU-4939&lt;/del&gt;&lt;/a&gt; tests: fix typo in sanity.sh&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 005206fd806c7bbc525ca34151f0442ad4a3f971&lt;/p&gt;</comment>
                            <comment id="226053" author="gerrit" created="Sat, 14 Apr 2018 12:24:16 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/31931/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31931/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4939&quot; title=&quot;Need to be able to sanely query and change MGS configuration information&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4939&quot;&gt;&lt;del&gt;LU-4939&lt;/del&gt;&lt;/a&gt; tests: fix typo in sanity.sh&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 47db24368d4191df91c80ad9ed60a62fa26922b5&lt;/p&gt;</comment>
                            <comment id="236204" author="gerrit" created="Fri, 2 Nov 2018 07:17:36 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/31846/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31846/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4939&quot; title=&quot;Need to be able to sanely query and change MGS configuration information&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4939&quot;&gt;&lt;del&gt;LU-4939&lt;/del&gt;&lt;/a&gt; utils: allow configuration through yaml files&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 8961f2d8e263c831ebebc47081d8e8ac61ffbcd9&lt;/p&gt;</comment>
                            <comment id="236225" author="pjones" created="Fri, 2 Nov 2018 10:52:58 +0000"  >&lt;p&gt;Landed for 2.12&lt;/p&gt;</comment>
                            <comment id="241924" author="gerrit" created="Wed, 13 Feb 2019 23:24:56 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34250&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34250&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4939&quot; title=&quot;Need to be able to sanely query and change MGS configuration information&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4939&quot;&gt;&lt;del&gt;LU-4939&lt;/del&gt;&lt;/a&gt; obdclass: llog_print params file&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: a0a13a6981bee02af102c00b2cf08717fd2f6bab&lt;/p&gt;</comment>
                            <comment id="242034" author="gerrit" created="Fri, 15 Feb 2019 01:37:41 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34250/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34250/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4939&quot; title=&quot;Need to be able to sanely query and change MGS configuration information&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4939&quot;&gt;&lt;del&gt;LU-4939&lt;/del&gt;&lt;/a&gt; obdclass: llog_print params file&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: fb77f09ac8907059552eb5d606e9f8bcab580426&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="53809">LU-11566</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="54074">LU-11684</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="56304">LU-12529</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10490" key="com.atlassian.jira.plugin.system.customfieldtypes:datepicker">
                        <customfieldname>End date</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 26 Jun 2014 01:21:57 +0000</customfieldvalue>

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

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

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10493" key="com.atlassian.jira.plugin.system.customfieldtypes:datepicker">
                        <customfieldname>Start date</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 22 Apr 2014 01:21:57 +0000</customfieldvalue>

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