<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:02:48 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-13620] pool_add_targets() defect</title>
                <link>https://jira.whamcloud.com/browse/LU-13620</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&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;
pool_add_targets()
                local list=$(seq $first $step $last)
 
        do_facet mgs $LCTL pool_add \
                        $FSNAME.$pool $FSNAME-OST[$first-$last/$step]
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;the function fails if number of osts &amp;gt;= 10 because lct expects numbers in hex&lt;/p&gt;</description>
                <environment></environment>
        <key id="59411">LU-13620</key>
            <summary>pool_add_targets() defect</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="egryaznova">Elena Gryaznova</assignee>
                                    <reporter username="egryaznova">Elena Gryaznova</reporter>
                        <labels>
                    </labels>
                <created>Tue, 2 Jun 2020 08:02:29 +0000</created>
                <updated>Fri, 26 Feb 2021 14:33:51 +0000</updated>
                            <resolved>Fri, 26 Feb 2021 14:33:51 +0000</resolved>
                                    <version>Lustre 2.14.0</version>
                                    <fixVersion>Lustre 2.15.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="271713" author="gerrit" created="Tue, 2 Jun 2020 08:08:49 +0000"  >&lt;p&gt;Elena Gryaznova (c17455@cray.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38803&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38803&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13620&quot; title=&quot;pool_add_targets() defect&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13620&quot;&gt;&lt;del&gt;LU-13620&lt;/del&gt;&lt;/a&gt; tests: tests: pool_add_targets() fix&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: ce749697b3e42009400c5c5390d55088df47db25&lt;/p&gt;</comment>
                            <comment id="285257" author="sergey" created="Mon, 16 Nov 2020 18:59:11 +0000"  >&lt;p&gt;Updated a patch solve following issue:&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;== sanity-quota test 73: bla bla ===================================================================== 21:26:51 (1605551211)
Creating new pool
Pool lustre.qpool created
add targets 1 1
Adding targets to pool
OST lustre-OST0001_UUID added to pool lustre.qpool
add target 0
Adding targets to pool
OST lustre-OST0000_UUID added to pool lustre.qpool
Waiting 90s for &apos;lustre-OST0000_UUID &apos;
Waiting 80s for &apos;lustre-OST0000_UUID &apos;
Waiting 70s for &apos;lustre-OST0000_UUID &apos;
Waiting 60s for &apos;lustre-OST0000_UUID &apos;
Waiting 50s for &apos;lustre-OST0000_UUID &apos;
Waiting 40s for &apos;lustre-OST0000_UUID &apos;
Waiting 30s for &apos;lustre-OST0000_UUID &apos;
Waiting 20s for &apos;lustre-OST0000_UUID &apos;
Waiting 10s for &apos;lustre-OST0000_UUID &apos;
Waiting 0s for &apos;lustre-OST0000_UUID &apos;
Update not seen after 90s: want &apos;lustre-OST0000_UUID &apos; got &apos;lustre-OST0000_UUID lustre-OST0001_UUID &apos;
 sanity-quota test_73: @@@@@@ FAIL: mds1: Add to pool failed 
&#160; Trace dump:
&#160; = ./../tests/test-framework.sh:6237:error_noexit()
&#160; = ./../tests/test-framework.sh:8999:pool_add_targets()
&#160; = ./sanity-quota.sh:4682:test_73()
&#160; = ./../tests/test-framework.sh:6557:run_one()
&#160; = ./../tests/test-framework.sh:6604:run_one_logged()
&#160; = ./../tests/test-framework.sh:6431:run_test()
&#160; = ./sanity-quota.sh:4686:main() &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;pool_add_targets couldn&apos;t add just new OST is there is already an OST in a pool.&lt;br/&gt;
patch set 2 solves this issue.&lt;/p&gt;</comment>
                            <comment id="293142" author="gerrit" created="Fri, 26 Feb 2021 08:21:13 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38803/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38803/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13620&quot; title=&quot;pool_add_targets() defect&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13620&quot;&gt;&lt;del&gt;LU-13620&lt;/del&gt;&lt;/a&gt; tests: pool_add_targets() fix&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 262b6f9c601448f7ed1e4936e390b35406866652&lt;/p&gt;</comment>
                            <comment id="293186" author="pjones" created="Fri, 26 Feb 2021 14:33:51 +0000"  >&lt;p&gt;Landed for 2.15&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="56268">LU-12506</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_10030" key="com.atlassian.jira.plugin.system.customfieldtypes:labels">
                        <customfieldname>Epic/Theme</customfieldname>
                        <customfieldvalues>
                                        <label>patch</label>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i011rb:</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>