<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:19:50 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-8703] rework CPU partition code</title>
                <link>https://jira.whamcloud.com/browse/LU-8703</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;KNL systems have two NUMA nodes but only one node have CPUs.&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;# numactl -H                                                                    
available: 2 nodes (0-1)
node 0 cpus: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255
node 0 size: 98200 MB
node 0 free: 93543 MB
node 1 cpus:
node 1 size: 16384 MB
node 1 free: 15927 MB
node distances:
node   0   1 
  0:  10  31 
  1:  31  10 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;So, this brings fail &lt;tt&gt;&quot;LNetError: 288641:0:(linux-cpu.c:1102:cfs_cpu_init()) Failed to create cptab from pattern N&quot;&lt;/tt&gt; during libcfs load.&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-object&quot;&gt;int&lt;/span&gt; cfs_cpt_set_cpumask(struct cfs_cpt_table *cptab, &lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt; cpt, cpumask_t *mask)
{
	&lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt;	i;

	&lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (cpumask_weight(mask) == 0 ||  &amp;lt;== *** HERE ***
	    cpumask_any_and(mask, cpu_online_mask) &amp;gt;= nr_cpu_ids) {
		CDEBUG(D_INFO, &lt;span class=&quot;code-quote&quot;&gt;&quot;No online CPU is found in the CPU mask &quot;&lt;/span&gt;
			       &lt;span class=&quot;code-quote&quot;&gt;&quot;&lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; CPU partition %d\n&quot;&lt;/span&gt;, cpt);
		&lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; 0;
	}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&lt;tt&gt;cpumask_weight(mask)&lt;/tt&gt; for node 1 is zero!&lt;/p&gt;</description>
                <environment></environment>
        <key id="40573">LU-8703</key>
            <summary>rework CPU partition code</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="dmiter">Dmitry Eremin</assignee>
                                    <reporter username="dmiter">Dmitry Eremin</reporter>
                        <labels>
                    </labels>
                <created>Thu, 13 Oct 2016 12:19:21 +0000</created>
                <updated>Sun, 11 Feb 2018 17:06:29 +0000</updated>
                            <resolved>Wed, 19 Jul 2017 03:50:22 +0000</resolved>
                                                    <fixVersion>Lustre 2.10.1</fixVersion>
                    <fixVersion>Lustre 2.11.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>16</watches>
                                                                            <comments>
                            <comment id="170084" author="gerrit" created="Tue, 18 Oct 2016 14:57:49 +0000"  >&lt;p&gt;Dmitry Eremin (dmitry.eremin@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/23222&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/23222&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8703&quot; title=&quot;rework CPU partition code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8703&quot;&gt;&lt;del&gt;LU-8703&lt;/del&gt;&lt;/a&gt; libcfs: rework CPU partition code&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c20768e9f7d61ab996476245845b97493a6a1c19&lt;/p&gt;</comment>
                            <comment id="170093" author="dmiter" created="Tue, 18 Oct 2016 15:05:32 +0000"  >&lt;p&gt;Proposed patch can be treated as temporary workable solution. In general current CPU affinity and partition approach should be significantly elaborated.&lt;/p&gt;</comment>
                            <comment id="170576" author="dmiter" created="Fri, 21 Oct 2016 13:23:06 +0000"  >&lt;p&gt;I will split this patch into the sequence of several small patches. So, rename ticket name for following work.&lt;/p&gt;</comment>
                            <comment id="170577" author="gerrit" created="Fri, 21 Oct 2016 13:28:54 +0000"  >&lt;p&gt;Dmitry Eremin (dmitry.eremin@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/23303&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/23303&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8703&quot; title=&quot;rework CPU partition code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8703&quot;&gt;&lt;del&gt;LU-8703&lt;/del&gt;&lt;/a&gt; libcfs: remove usless CPU partition code&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 749f12fd45789b7567d62354134383d6f8dbd67b&lt;/p&gt;</comment>
                            <comment id="170582" author="gerrit" created="Fri, 21 Oct 2016 14:08:31 +0000"  >&lt;p&gt;Dmitry Eremin (dmitry.eremin@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/23304&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/23304&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8703&quot; title=&quot;rework CPU partition code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8703&quot;&gt;&lt;del&gt;LU-8703&lt;/del&gt;&lt;/a&gt; libcfs: use int type for CPU identification.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 64a25ef0d2fe4454996a98c1142ff8d60329a360&lt;/p&gt;</comment>
                            <comment id="170591" author="gerrit" created="Fri, 21 Oct 2016 15:17:25 +0000"  >&lt;p&gt;Dmitry Eremin (dmitry.eremin@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/23306&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/23306&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8703&quot; title=&quot;rework CPU partition code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8703&quot;&gt;&lt;del&gt;LU-8703&lt;/del&gt;&lt;/a&gt; libcfs: rework CPU pattern parsing code&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 4c8bfd503e20eaa1b14993e8d09b49ef99ff664d&lt;/p&gt;</comment>
                            <comment id="170597" author="simmonsja" created="Fri, 21 Oct 2016 15:44:07 +0000"  >&lt;p&gt;Thanks Dmitry for breaking it up.&lt;/p&gt;</comment>
                            <comment id="170600" author="gerrit" created="Fri, 21 Oct 2016 15:55:59 +0000"  >&lt;p&gt;Dmitry Eremin (dmitry.eremin@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/23307&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/23307&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8703&quot; title=&quot;rework CPU partition code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8703&quot;&gt;&lt;del&gt;LU-8703&lt;/del&gt;&lt;/a&gt; libcfs: fix error messages&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: de8deb74fbe7eac4da0bef8e6ab4fea5a0ab0450&lt;/p&gt;</comment>
                            <comment id="177459" author="gerrit" created="Mon, 12 Dec 2016 17:32:56 +0000"  >&lt;p&gt;Dmitry Eremin (dmitry.eremin@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/24304&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/24304&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8703&quot; title=&quot;rework CPU partition code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8703&quot;&gt;&lt;del&gt;LU-8703&lt;/del&gt;&lt;/a&gt; libcfs: change CPT estimate algorithm&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 5a928f213bfb24a6c7e5ae353bc7872528e32a1d&lt;/p&gt;</comment>
                            <comment id="178212" author="gerrit" created="Sat, 17 Dec 2016 05:42:03 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/23307/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/23307/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8703&quot; title=&quot;rework CPU partition code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8703&quot;&gt;&lt;del&gt;LU-8703&lt;/del&gt;&lt;/a&gt; libcfs: fix error messages&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 20c748658000f5454f38576af506643e370bb1bc&lt;/p&gt;</comment>
                            <comment id="181851" author="gerrit" created="Tue, 24 Jan 2017 05:22:38 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/23303/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/23303/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8703&quot; title=&quot;rework CPU partition code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8703&quot;&gt;&lt;del&gt;LU-8703&lt;/del&gt;&lt;/a&gt; libcfs: remove usless CPU partition code&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: c96c0043e9794c6e7e72c241d11908381b9fbbc3&lt;/p&gt;</comment>
                            <comment id="181884" author="gerrit" created="Tue, 24 Jan 2017 12:53:13 +0000"  >&lt;p&gt;Dmitry Eremin (dmitry.eremin@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/25048&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/25048&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8703&quot; title=&quot;rework CPU partition code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8703&quot;&gt;&lt;del&gt;LU-8703&lt;/del&gt;&lt;/a&gt; libcfs: remove usless abstraction&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 204666bbd750a577500c2d9c9d2d31e0bc1c4544&lt;/p&gt;</comment>
                            <comment id="185895" author="gerrit" created="Thu, 23 Feb 2017 02:06:44 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/25048/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/25048/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8703&quot; title=&quot;rework CPU partition code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8703&quot;&gt;&lt;del&gt;LU-8703&lt;/del&gt;&lt;/a&gt; libcfs: remove usless abstraction&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 40fe3cd7283dfd1cee5f989483c517601ac773f8&lt;/p&gt;</comment>
                            <comment id="192624" author="gerrit" created="Wed, 19 Apr 2017 04:45:53 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/23304/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/23304/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8703&quot; title=&quot;rework CPU partition code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8703&quot;&gt;&lt;del&gt;LU-8703&lt;/del&gt;&lt;/a&gt; libcfs: use int type for CPT identification.&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: bcb737a19433e3e32df6a826f29d15a3666f54d8&lt;/p&gt;</comment>
                            <comment id="198810" author="gerrit" created="Sat, 10 Jun 2017 02:49:39 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/23222/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/23222/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8703&quot; title=&quot;rework CPU partition code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8703&quot;&gt;&lt;del&gt;LU-8703&lt;/del&gt;&lt;/a&gt; libcfs: make tolerant to offline CPUs and empty NUMA nodes&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 42bf19a573a5c967e54302cc08c7b51effac3dd9&lt;/p&gt;</comment>
                            <comment id="198827" author="pjones" created="Sat, 10 Jun 2017 12:45:35 +0000"  >&lt;p&gt;Landed for 2.10&lt;/p&gt;</comment>
                            <comment id="198838" author="simmonsja" created="Sun, 11 Jun 2017 06:09:57 +0000"  >&lt;p&gt;Actually their are two patches left.&lt;/p&gt;</comment>
                            <comment id="199612" author="gerrit" created="Mon, 19 Jun 2017 16:28:22 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/23306/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/23306/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8703&quot; title=&quot;rework CPU partition code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8703&quot;&gt;&lt;del&gt;LU-8703&lt;/del&gt;&lt;/a&gt; libcfs: rework CPU pattern parsing code&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 62bc3afea210eed59dd25fa4cf0fd5ecd083a7ae&lt;/p&gt;</comment>
                            <comment id="202587" author="gerrit" created="Wed, 19 Jul 2017 03:29:24 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/24304/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/24304/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8703&quot; title=&quot;rework CPU partition code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8703&quot;&gt;&lt;del&gt;LU-8703&lt;/del&gt;&lt;/a&gt; libcfs: change CPT estimate algorithm&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 02dea319b2ef21868b3fa3fad7b3f5cab7eb244e&lt;/p&gt;</comment>
                            <comment id="202644" author="pjones" created="Wed, 19 Jul 2017 03:50:22 +0000"  >&lt;p&gt;Now everything has landed for 2.11&lt;/p&gt;</comment>
                            <comment id="202754" author="gerrit" created="Wed, 19 Jul 2017 15:03:20 +0000"  >&lt;p&gt;James Simmons (uja.ornl@yahoo.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/28111&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/28111&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8703&quot; title=&quot;rework CPU partition code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8703&quot;&gt;&lt;del&gt;LU-8703&lt;/del&gt;&lt;/a&gt; libcfs: change CPT estimate algorithm&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: f44a81459d9409f0572b120a186d933825dbb5f5&lt;/p&gt;</comment>
                            <comment id="204378" author="gerrit" created="Thu, 3 Aug 2017 21:32:57 +0000"  >&lt;p&gt;John L. Hammond (john.hammond@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/28111/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/28111/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8703&quot; title=&quot;rework CPU partition code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8703&quot;&gt;&lt;del&gt;LU-8703&lt;/del&gt;&lt;/a&gt; libcfs: change CPT estimate algorithm&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 3c5d093308bf7103cdd87cec1d7170b61482e9c9&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="40690">LU-8710</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="46897">LU-9715</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="45860">LU-9448</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="47758">LU-9859</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|hzyrpr:</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>