<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:47:56 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-5030] &quot;lctl {get,set}_param&quot; should also check in /sys/fs/{lnet,lustre}</title>
                <link>https://jira.whamcloud.com/browse/LU-5030</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;In the upstream Linux kernel there is a requ  irement to move files out of /proc/fs/lustre and into /sys/fs/lustre (lnet too). In order to facilitate this move it makes sense to start checking for files in /sys/fs/lustre in addition to the current glob that is used.&lt;/p&gt;

&lt;p&gt;This will allow moving incrementally (e.g. ET first&lt;/p&gt;</description>
                <environment></environment>
        <key id="24619">LU-5030</key>
            <summary>&quot;lctl {get,set}_param&quot; should also check in /sys/fs/{lnet,lustre}</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="1">Fixed</resolution>
                                        <assignee username="ys">Yang Sheng</assignee>
                                    <reporter username="adilger">Andreas Dilger</reporter>
                        <labels>
                            <label>usk</label>
                    </labels>
                <created>Thu, 8 May 2014 09:11:51 +0000</created>
                <updated>Fri, 31 Mar 2017 11:06:37 +0000</updated>
                            <resolved>Thu, 4 Feb 2016 13:57:25 +0000</resolved>
                                                    <fixVersion>Lustre 2.8.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>18</watches>
                                                                            <comments>
                            <comment id="83490" author="jhammond" created="Thu, 8 May 2014 12:13:42 +0000"  >&lt;p&gt;This reminds me that our e2fsprogs uses &quot;/proc/fs/lustre&quot; and has several &quot;/proc/fs/lustre&quot; paths hard coded in the source.&lt;/p&gt;</comment>
                            <comment id="83492" author="simmonsja" created="Thu, 8 May 2014 12:48:17 +0000"  >&lt;p&gt;Can I ask you a favor. The new guy I have been training at ORNL to be a Lustre developer has been working on this project. He is on vaction but should be back in the next few weeks. Is it okay for him to finish this work.&lt;/p&gt;</comment>
                            <comment id="83494" author="simmonsja" created="Thu, 8 May 2014 12:54:17 +0000"  >&lt;p&gt;The sysfs port work for LNET has already been done. Please link &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-2633&quot; title=&quot;Base sysfs support&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-2633&quot;&gt;&lt;del&gt;LU-2633&lt;/del&gt;&lt;/a&gt; to this one. &lt;/p&gt;</comment>
                            <comment id="83658" author="adilger" created="Fri, 9 May 2014 18:57:27 +0000"  >&lt;p&gt;James, that would be very much appreciated.&lt;/p&gt;

&lt;p&gt;I&apos;d ask that the patch to fix &quot;lctl get_param&quot; be done first, so it can go into the released versions earlier, and then the work to actually convert over to sysfs can be done on master and on upstream clients in parallel.&lt;/p&gt;</comment>
                            <comment id="83924" author="adilger" created="Mon, 12 May 2014 20:23:24 +0000"  >&lt;p&gt;This is a patch that I had partially completed in my tree, and is probably a good starting point for this work: &lt;a href=&quot;http://review.whamcloud.com/10300&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/10300&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="85265" author="simmonsja" created="Fri, 30 May 2014 16:31:34 +0000"  >&lt;p&gt;Do you want the work to be based on top of that patch or be added to this patch?&lt;/p&gt;

&lt;p&gt;This week I looked at the pros and cons of going to sysfs. The one con I see for going to sysfs is we end up with the one page for data issue that we had with the old proc handling. Going to seq_files now allows use to use more than one page for the data buffer.&lt;br/&gt;
Now we could work around this by using debugfs. The second con is the very nature of sysfs. Sysfs is designed with a single data item per file. Most of lustre can easily be converted over but we have things like import which would need to be broken up.&lt;/p&gt;

&lt;p&gt;Chao is back from vacation so I will be meeting with him today to discuss this work. He also has a patch that moves nearly all the test suite from accessing proc directly. The only test we could not port over is sanity 900 due to lctl not being able to handle setting multiple proc entries at the same time. This is the same issue &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-3970&quot; title=&quot;Add procfs interface for clearing lustre caches in parallel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-3970&quot;&gt;&lt;del&gt;LU-3970&lt;/del&gt;&lt;/a&gt; was created for but in that case it was to handle parallel access to ldlm drop_cache.&lt;/p&gt;</comment>
                            <comment id="85542" author="adilger" created="Tue, 3 Jun 2014 06:17:06 +0000"  >&lt;p&gt;I think the 10300 patch is a good starting point for changes to the lctl and liblustreapi code to consolidate pathname handling, instead of having it spread throughout the code.  Ideally, this would eventually result in usable llapi_get_param() and llapi_set_param() functions which can be used by lctl, lfs, and other applications that hide the details of the interface and the location of the files in /proc or /sys or /debugfs or whatever.&lt;/p&gt;

&lt;p&gt;As for sanity.sh test_900, I&apos;m not clear on why &lt;tt&gt;cancel_lru_locks()&lt;/tt&gt; is not usable for the MGC.  Ah, it seems that the filename is &lt;tt&gt;/proc/fs/lustre/ldlm/namespaces/MGC192.168.20.1@tcp/lru_size&lt;/tt&gt; which has &apos;.&apos; in the filename, which clashes with &lt;tt&gt;lctl get_param&lt;/tt&gt; and &lt;tt&gt;lctl set_param&lt;/tt&gt; using &apos;.&apos; as a separator.  One solution would be to have &quot;lctl get_param&quot; print these parameter names with the &apos;.&apos; escaped like &apos;&lt;br class=&quot;atl-forced-newline&quot; /&gt;.&apos; but that also can have problems if it is being evaluated multiple times (e.g. via remote shell).  Alternately, the MGC proc name could be printed without &apos;.&apos; in the filename, though that wouldn&apos;t be consistent with other /proc files that print a NID.&lt;/p&gt;</comment>
                            <comment id="85768" author="haasken" created="Wed, 4 Jun 2014 23:10:04 +0000"  >&lt;p&gt;Perhaps I&apos;m missing something, why does cancel_lru_locks in test-framework.sh do this:&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;for&lt;/span&gt; d in `lctl get_param -N ldlm.namespaces.*.lru_size | egrep -i $1`; &lt;span class=&quot;code-keyword&quot;&gt;do&lt;/span&gt;
        $LCTL set_param -n $d=clear
    done
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;instead of just doing an &quot;lctl set_param&quot; with a wildcard?  Like this:&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;$LCTL set_param ldlm.namespaces.*$1*.lru_size
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Sure, cancel_lru_locks would no longer be case insensitive, but is that really important?  If it is important, the input to cancel_lru_locks() could be coerced into the right letter case beforehand.&lt;/p&gt;</comment>
                            <comment id="86039" author="simmonsja" created="Fri, 6 Jun 2014 18:24:43 +0000"  >&lt;p&gt;I update the base patch but there is much more work to do. Currently I&apos;m thinking of using llapi_target_iterate as the base for llapi_&lt;span class=&quot;error&quot;&gt;&amp;#91;g|s&amp;#93;&lt;/span&gt;set_param. I&apos;m also looking at using it for get_param_obdvar.&lt;/p&gt;</comment>
                            <comment id="94236" author="ys" created="Wed, 17 Sep 2014 14:38:40 +0000"  >&lt;p&gt;Hi, James, Could you please give a status update for this ticket? TIA.&lt;/p&gt;</comment>
                            <comment id="94296" author="simmonsja" created="Wed, 17 Sep 2014 18:42:32 +0000"  >&lt;p&gt;In the latest version of patch 10300 the function llapi_get_param was defined. This function returns a 2D array of data the user can the parse for what he/she needs. This is a good step forward and can be used to define the needed functions for listing parameters and setting parameters. A few bugs remain in the patch which I have handed off to the other Lustre developer at ORNL, Chao. He will be carrying the rest of the work forward for me. Chao can you give a update were you are at?&lt;/p&gt;</comment>
                            <comment id="94380" author="chao" created="Thu, 18 Sep 2014 14:08:20 +0000"  >&lt;p&gt;There are some bugs with the latest patch (patch  set 7) of patch 10300 that I&apos;m working on right now. After these bugs are fixed, would work on the functions of llapi_set_param and llapi_list_param. After then, need to fix the hard-coded /proc/fs/lustre in a few .c files by replacing them with the calls to these new functions.&lt;/p&gt;</comment>
                            <comment id="114213" author="gerrit" created="Tue, 5 May 2015 13:01:19 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/14675&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14675&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5030&quot; title=&quot;&amp;quot;lctl {get,set}_param&amp;quot; should also check in /sys/fs/{lnet,lustre}&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5030&quot;&gt;&lt;del&gt;LU-5030&lt;/del&gt;&lt;/a&gt; utils: create a libcfs function to handle tunable paths&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: cd1cf0b72ddcdaaf32ef7687cd0061b3b860a33c&lt;/p&gt;</comment>
                            <comment id="115719" author="dmiter" created="Mon, 18 May 2015 21:06:51 +0000"  >&lt;p&gt;I revised &lt;a href=&quot;http://review.whamcloud.com/14675/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14675/&lt;/a&gt; patch. Now it should work with /proc, /sys and /sys/kernel/debug file systems. I think it&apos;s an intermediate step forward. This patch aggregates all information about proc tree in one function, but we also have other parameters that can not be reached for now. For example, &quot;/sys/module/libcfs/parameters/*&quot;. I&apos;d like to use them also but we have explicit name &quot;lnet/&quot; or &quot;lustre/&quot; in pattern for all requests to cfs_get_procpath(). While we elaborating 10300 patch could we take this into account and remove those names? Could we append those name always in llapi_get_param() or we should have a separate API for lustre and lnet parameters? Does it make sense to have a separate API for them at all or all parameters should be common? What do you think about this?&lt;/p&gt;</comment>
                            <comment id="116062" author="gerrit" created="Wed, 20 May 2015 21:07:25 +0000"  >&lt;p&gt;Dmitry Eremin (dmitry.eremin@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/14887&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14887&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5030&quot; title=&quot;&amp;quot;lctl {get,set}_param&amp;quot; should also check in /sys/fs/{lnet,lustre}&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5030&quot;&gt;&lt;del&gt;LU-5030&lt;/del&gt;&lt;/a&gt; utils: create llapi_get_param function&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: f8d7ae7a6e58a1fa870c320af53284287558bef9&lt;/p&gt;</comment>
                            <comment id="120184" author="simmonsja" created="Thu, 2 Jul 2015 18:00:01 +0000"  >&lt;p&gt;I started to work on this again. Will have a update in a few days.&lt;/p&gt;</comment>
                            <comment id="120359" author="green" created="Sun, 5 Jul 2015 18:40:54 +0000"  >&lt;p&gt;I tried the current patch &lt;a href=&quot;http://review.whamcloud.com/#/c/14675/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/14675/&lt;/a&gt; and it works with current staging tree.&lt;/p&gt;

&lt;p&gt;Due to the way llite/lov was reimplemented (it used to be llite/lov/common_name that contained lov name which is way too convluluted, so tha was replaced with llite/lov being a symlink to the proper lov dir) we either need to adopt this same change in our tree and update the test scripts or just update the test scripts with something like (this is what I am running now):&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;diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh
index 0a9e496..b25dd83 100644
--- a/lustre/tests/sanity.sh
+++ b/lustre/tests/sanity.sh
@@ -95,6 +95,10 @@ assert_DIR
 MDT0=$($LCTL get_param -n mdc.*.mds_server_uuid |
        awk &apos;{ gsub(/_UUID/,&quot;&quot;); print $1 }&apos; | head -n1)
 LOVNAME=$($LCTL get_param -n llite.*.lov.common_name | tail -n 1)
+if [ -z &quot;$LOVNAME&quot; ] ; then
+LOVNAME=$(readlink /sys/fs/lustre/llite/*/lov)
+LOVNAME=$(basename $LOVNAME)
+fi
 OSTCOUNT=$($LCTL get_param -n lov.$LOVNAME.numobd)
 STRIPECOUNT=$($LCTL get_param -n lov.$LOVNAME.stripecount)
 STRIPESIZE=$($LCTL get_param -n lov.$LOVNAME.stripesize)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;(similar patch is also needed for sanity-quota.sh)&lt;/p&gt;</comment>
                            <comment id="120390" author="simmonsja" created="Mon, 6 Jul 2015 13:27:56 +0000"  >&lt;p&gt;That is still a complicated way to do things. Plus if you have more than one file system LOVNAME might fetch the wrong one since only the first answer is respected.  Why not set LOVNAME=lov.$FSNAME-clilov-* or just plain LOVNAME=&quot;lov-&lt;b&gt;&lt;del&gt;clilov&lt;/del&gt;&lt;/b&gt;&quot; when you don&apos;t care about which file system. Looking at the proc/sys tree IMO I don&apos;t see a need for lov or lmv in the llite directory tree. The lov/lmv subdirectory in llite and llite&apos;s uuid all match. All we have it common_name which is unique but we can use wildcards to the lctl command to do the same thing. I can update my patch with this change.&lt;/p&gt;</comment>
                            <comment id="120408" author="simmonsja" created="Mon, 6 Jul 2015 15:01:08 +0000"  >&lt;p&gt;I updated the patch to remove the last bits of glob being used directly. This was especially true for lustre_cfg.c which defines the lctl &lt;span class=&quot;error&quot;&gt;&amp;#91;s|g&amp;#93;&lt;/span&gt;et_params functionality. Only place left to move away from glob is the perl script utilities. Also more clean ups can be done for the liblustreapi internal parameter helper functions. Also for some reason /sys/module/&amp;#42;/parameters/&amp;#42; still don&apos;t work. I&apos;m debugging to figure out why. Feedback welcomed.&lt;/p&gt;</comment>
                            <comment id="120439" author="green" created="Mon, 6 Jul 2015 16:58:08 +0000"  >&lt;p&gt;&quot;llite.*.lov.common_name&quot; would potentially match wrong fs too, I think, so it&apos;s ok to either way, no?&lt;/p&gt;

&lt;p&gt;Also don&apos;t bother with module parameters just yet - I am installing debugfs symlinks there so we should be fine (assuming this is accepted, see the patch series that just went to the lists).&lt;/p&gt;</comment>
                            <comment id="121267" author="green" created="Tue, 14 Jul 2015 18:18:05 +0000"  >&lt;p&gt;the symlinks pointing to module  parameters did get accepted&lt;/p&gt;

&lt;p&gt;So we can take them for granted assuming debugfs is enabled, and if it&apos;s not do we care enough about those configurations?&lt;/p&gt;</comment>
                            <comment id="130939" author="adilger" created="Tue, 20 Oct 2015 18:54:47 +0000"  >&lt;p&gt;I needed to update one of my MythTV clients to run the vanilla 4.2.3 kernel to support a new motherboard chipset/CPU.  The good news is that the vanilla 4.2.3 Lustre client mounts my 2.5.3 server w/o problem, the bad news is that this patch isn&apos;t landed yet so get/set the tunable parameters work, not even conf_param settings from the MGS config log, which is a bit strange (I didn&apos;t think &lt;tt&gt;lctl conf_param&lt;/tt&gt; tunables depended on &quot;lctl&quot; working, only &lt;tt&gt;lctl set_param -P&lt;/tt&gt; tunables?).  I&apos;ll be able to test this patch when I have some spare time.&lt;/p&gt;</comment>
                            <comment id="132114" author="simmonsja" created="Thu, 29 Oct 2015 23:50:14 +0000"  >&lt;p&gt;Sorry all our test resources have been devoted to DNE2 and 2.8 release testing. I&apos;m hoping a new test system will be brought up very soon so this work can be completed.&lt;/p&gt;</comment>
                            <comment id="132934" author="gerrit" created="Sat, 7 Nov 2015 01:32:51 +0000"  >&lt;p&gt;Andreas Dilger (andreas.dilger@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/17081&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17081&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5030&quot; title=&quot;&amp;quot;lctl {get,set}_param&amp;quot; should also check in /sys/fs/{lnet,lustre}&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5030&quot;&gt;&lt;del&gt;LU-5030&lt;/del&gt;&lt;/a&gt; utils: add -R parameter to lctl get_param&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: a86b456de9fd9232c34155a266447e88de937001&lt;/p&gt;</comment>
                            <comment id="132935" author="gerrit" created="Sat, 7 Nov 2015 01:32:52 +0000"  >&lt;p&gt;Andreas Dilger (andreas.dilger@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/17082&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17082&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5030&quot; title=&quot;&amp;quot;lctl {get,set}_param&amp;quot; should also check in /sys/fs/{lnet,lustre}&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5030&quot;&gt;&lt;del&gt;LU-5030&lt;/del&gt;&lt;/a&gt; tests: remove /proc paths from tests&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 6fcb5eeaef446ce2fc03ccc12256382038a66770&lt;/p&gt;</comment>
                            <comment id="135098" author="gerrit" created="Thu, 3 Dec 2015 16:46:39 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/17459&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17459&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5030&quot; title=&quot;&amp;quot;lctl {get,set}_param&amp;quot; should also check in /sys/fs/{lnet,lustre}&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5030&quot;&gt;&lt;del&gt;LU-5030&lt;/del&gt;&lt;/a&gt; libcfs: create cfs_get_paths() function&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 352e0c0d6e7ed879c3ae2310fe9aa8b3a096fc3e&lt;/p&gt;</comment>
                            <comment id="135108" author="gerrit" created="Thu, 3 Dec 2015 17:23:58 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/17462&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17462&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5030&quot; title=&quot;&amp;quot;lctl {get,set}_param&amp;quot; should also check in /sys/fs/{lnet,lustre}&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5030&quot;&gt;&lt;del&gt;LU-5030&lt;/del&gt;&lt;/a&gt; utils: migrate lustre utils to us cfs_get_paths()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 26f0ebd953be3d1c3b1dffa81bd83568c7c98ba7&lt;/p&gt;</comment>
                            <comment id="135126" author="gerrit" created="Thu, 3 Dec 2015 18:07:34 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/17465&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17465&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5030&quot; title=&quot;&amp;quot;lctl {get,set}_param&amp;quot; should also check in /sys/fs/{lnet,lustre}&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5030&quot;&gt;&lt;del&gt;LU-5030&lt;/del&gt;&lt;/a&gt; snmp: migrate lustre SNMP utilites to use cfs_get_paths()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: fadfc7e2159137933bd79b1bdd404af155f8bd78&lt;/p&gt;</comment>
                            <comment id="135147" author="gerrit" created="Thu, 3 Dec 2015 19:41:21 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/17466&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17466&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5030&quot; title=&quot;&amp;quot;lctl {get,set}_param&amp;quot; should also check in /sys/fs/{lnet,lustre}&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5030&quot;&gt;&lt;del&gt;LU-5030&lt;/del&gt;&lt;/a&gt; snmp: migrate lctl params functions to use cfs_get_paths()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 81c06b9fbf4c40971d7ace55764de77694a63547&lt;/p&gt;</comment>
                            <comment id="135151" author="gerrit" created="Thu, 3 Dec 2015 20:05:00 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/17468&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17468&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5030&quot; title=&quot;&amp;quot;lctl {get,set}_param&amp;quot; should also check in /sys/fs/{lnet,lustre}&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5030&quot;&gt;&lt;del&gt;LU-5030&lt;/del&gt;&lt;/a&gt; util: migrate liblusterapi to use cfs_get_paths()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 5d58eaf7da2f0aa7e46c2ef28ff927e4f778764b&lt;/p&gt;</comment>
                            <comment id="136662" author="gerrit" created="Thu, 17 Dec 2015 04:20:11 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/17081/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17081/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5030&quot; title=&quot;&amp;quot;lctl {get,set}_param&amp;quot; should also check in /sys/fs/{lnet,lustre}&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5030&quot;&gt;&lt;del&gt;LU-5030&lt;/del&gt;&lt;/a&gt; utils: add -R parameter to lctl get_param&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 8c63d9141c0556bf9c1bfe245a8ad68c1c1f4980&lt;/p&gt;</comment>
                            <comment id="137124" author="gerrit" created="Mon, 21 Dec 2015 23:33:14 +0000"  >&lt;p&gt;Andreas Dilger (andreas.dilger@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/17700&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17700&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5030&quot; title=&quot;&amp;quot;lctl {get,set}_param&amp;quot; should also check in /sys/fs/{lnet,lustre}&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5030&quot;&gt;&lt;del&gt;LU-5030&lt;/del&gt;&lt;/a&gt; tests: delete old quota test script&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 9acb182b4437511aea7358bdb0ffc54680e2abc0&lt;/p&gt;</comment>
                            <comment id="137885" author="gerrit" created="Tue, 5 Jan 2016 00:49:27 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/17700/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17700/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5030&quot; title=&quot;&amp;quot;lctl {get,set}_param&amp;quot; should also check in /sys/fs/{lnet,lustre}&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5030&quot;&gt;&lt;del&gt;LU-5030&lt;/del&gt;&lt;/a&gt; tests: delete old quota test script&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 36f730111b64cde8ccbcb0a528f17cee1c1194be&lt;/p&gt;</comment>
                            <comment id="138156" author="gerrit" created="Thu, 7 Jan 2016 00:56:38 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/17459/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17459/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5030&quot; title=&quot;&amp;quot;lctl {get,set}_param&amp;quot; should also check in /sys/fs/{lnet,lustre}&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5030&quot;&gt;&lt;del&gt;LU-5030&lt;/del&gt;&lt;/a&gt; libcfs: create cfs_get_paths() function&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 4aed5234f1123efc06c5c7e702085a461a8aae12&lt;/p&gt;</comment>
                            <comment id="138373" author="gerrit" created="Fri, 8 Jan 2016 20:34:49 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/17900&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17900&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5030&quot; title=&quot;&amp;quot;lctl {get,set}_param&amp;quot; should also check in /sys/fs/{lnet,lustre}&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5030&quot;&gt;&lt;del&gt;LU-5030&lt;/del&gt;&lt;/a&gt; utils: fix lnet/utils/debug.c compile issue&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 667afb125441e7b1f2f87fb74ee958f2b21131a0&lt;/p&gt;</comment>
                            <comment id="138404" author="gerrit" created="Fri, 8 Jan 2016 23:04:06 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/17904&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17904&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5030&quot; title=&quot;&amp;quot;lctl {get,set}_param&amp;quot; should also check in /sys/fs/{lnet,lustre}&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5030&quot;&gt;&lt;del&gt;LU-5030&lt;/del&gt;&lt;/a&gt; util: delete no longer functional lltrack_stats application&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 71c0199406aade8f0e6e8645262e276cab889f24&lt;/p&gt;</comment>
                            <comment id="138619" author="gerrit" created="Tue, 12 Jan 2016 02:44:45 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/14675/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14675/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5030&quot; title=&quot;&amp;quot;lctl {get,set}_param&amp;quot; should also check in /sys/fs/{lnet,lustre}&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5030&quot;&gt;&lt;del&gt;LU-5030&lt;/del&gt;&lt;/a&gt; tests: handle missing common_name for upstream client&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 9b09e38b5008af30c86854e77930fc85323079c5&lt;/p&gt;</comment>
                            <comment id="139156" author="gerrit" created="Mon, 18 Jan 2016 05:56:48 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/17900/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17900/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5030&quot; title=&quot;&amp;quot;lctl {get,set}_param&amp;quot; should also check in /sys/fs/{lnet,lustre}&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5030&quot;&gt;&lt;del&gt;LU-5030&lt;/del&gt;&lt;/a&gt; utils: fix lnet/utils/debug.c compile issue&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 6b06230e87aa939b33e70001e216028680c992a4&lt;/p&gt;</comment>
                            <comment id="139157" author="gerrit" created="Mon, 18 Jan 2016 05:56:55 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/17904/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17904/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5030&quot; title=&quot;&amp;quot;lctl {get,set}_param&amp;quot; should also check in /sys/fs/{lnet,lustre}&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5030&quot;&gt;&lt;del&gt;LU-5030&lt;/del&gt;&lt;/a&gt; util: delete no longer functional lltrack_stats application&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 832772079aa9bc16ae37524e74be04ef230ec1f0&lt;/p&gt;</comment>
                            <comment id="139186" author="gerrit" created="Mon, 18 Jan 2016 17:03:48 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/17468/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17468/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5030&quot; title=&quot;&amp;quot;lctl {get,set}_param&amp;quot; should also check in /sys/fs/{lnet,lustre}&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5030&quot;&gt;&lt;del&gt;LU-5030&lt;/del&gt;&lt;/a&gt; util: migrate liblustreapi to use cfs_get_paths()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 8813fdf2a4f2055e4867df653644f12ac4c78b15&lt;/p&gt;</comment>
                            <comment id="139538" author="gerrit" created="Thu, 21 Jan 2016 03:52:41 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/17082/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17082/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5030&quot; title=&quot;&amp;quot;lctl {get,set}_param&amp;quot; should also check in /sys/fs/{lnet,lustre}&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5030&quot;&gt;&lt;del&gt;LU-5030&lt;/del&gt;&lt;/a&gt; tests: remove /proc paths from tests&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 072d6b3156bf3b5d1738b43aadcba5c378c59ee9&lt;/p&gt;</comment>
                            <comment id="139855" author="gerrit" created="Mon, 25 Jan 2016 01:57:32 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/17462/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17462/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5030&quot; title=&quot;&amp;quot;lctl {get,set}_param&amp;quot; should also check in /sys/fs/{lnet,lustre}&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5030&quot;&gt;&lt;del&gt;LU-5030&lt;/del&gt;&lt;/a&gt; utils: migrate most lustre utils to use cfs_get_paths()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 81aa70a14c7dcadd593ed987d3f92bd05d120a0f&lt;/p&gt;</comment>
                            <comment id="139856" author="gerrit" created="Mon, 25 Jan 2016 01:57:38 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/17465/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17465/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5030&quot; title=&quot;&amp;quot;lctl {get,set}_param&amp;quot; should also check in /sys/fs/{lnet,lustre}&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5030&quot;&gt;&lt;del&gt;LU-5030&lt;/del&gt;&lt;/a&gt; snmp: migrate lustre SNMP utilites to use cfs_get_paths&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: ddb28333258d23bd40b21278901841499dd4f198&lt;/p&gt;</comment>
                            <comment id="141115" author="gerrit" created="Thu, 4 Feb 2016 04:45:25 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/17466/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17466/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5030&quot; title=&quot;&amp;quot;lctl {get,set}_param&amp;quot; should also check in /sys/fs/{lnet,lustre}&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5030&quot;&gt;&lt;del&gt;LU-5030&lt;/del&gt;&lt;/a&gt; util: migrate lctl params functions to use cfs_get_paths()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 85cbe1a3ee6940f7468884bca43cd736a5365694&lt;/p&gt;</comment>
                            <comment id="141151" author="jgmitter" created="Thu, 4 Feb 2016 13:57:25 +0000"  >&lt;p&gt;Landed all patches for 2.8.&lt;/p&gt;</comment>
                            <comment id="141153" author="simmonsja" created="Thu, 4 Feb 2016 14:09:42 +0000"  >&lt;p&gt;Kernel side /sys work will be done under &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4423&quot; title=&quot;Tracking of patches from upstream kernel to Lustre client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4423&quot;&gt;&lt;del&gt;LU-4423&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="141472" author="gerrit" created="Sat, 6 Feb 2016 04:17:51 +0000"  >&lt;p&gt;Andreas Dilger (andreas.dilger@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/18338&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/18338&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5030&quot; title=&quot;&amp;quot;lctl {get,set}_param&amp;quot; should also check in /sys/fs/{lnet,lustre}&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5030&quot;&gt;&lt;del&gt;LU-5030&lt;/del&gt;&lt;/a&gt; utils: continue on errors in lctl &lt;/p&gt;
{get,set}
&lt;p&gt;_param&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 38b6939a82949bc351db1098f4a0a26c3196a432&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="17207">LU-2633</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="28577">LU-6215</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="33164">LU-7437</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="23631">LU-4768</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="34554">LU-7757</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="25537">LU-5330</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                            <subtask id="25537">LU-5330</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_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzwm3r:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>13911</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>