<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:55:32 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-5906] Interop 2.6.0&lt;-&gt;master ost-pools test_1d: FAIL: pool_new failed lustre.testpool12345678</title>
                <link>https://jira.whamcloud.com/browse/LU-5906</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This issue was created by maloo for sarah &amp;lt;sarah@whamcloud.com&amp;gt;&lt;/p&gt;

&lt;p&gt;This issue relates to the following test suite run: &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/8190b56c-68ff-11e4-9444-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/8190b56c-68ff-11e4-9444-5254006e85c2&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The sub-test test_1d failed with the following error:&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;pool_new failed lustre.testpool12345678
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&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;CMD: onyx-44vm2.onyx.hpdd.intel.com lctl get_param -n lov.lustre-*.pools.testpool12345678         2&amp;gt;/dev/null || echo foo
Update not seen after 90s: wanted &apos;&apos; got &apos;foo&apos;
 ost-pools test_1d: @@@@@@ FAIL: pool_new failed lustre.testpool12345678 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Info required for matching: ost-pools 1d&lt;/p&gt;</description>
                <environment>server: 2.6.0&lt;br/&gt;
client: lustre-master build #2733</environment>
        <key id="27551">LU-5906</key>
            <summary>Interop 2.6.0&lt;-&gt;master ost-pools test_1d: FAIL: pool_new failed lustre.testpool12345678</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="3">Duplicate</resolution>
                                        <assignee username="wc-triage">WC Triage</assignee>
                                    <reporter username="maloo">Maloo</reporter>
                        <labels>
                    </labels>
                <created>Tue, 11 Nov 2014 19:34:43 +0000</created>
                <updated>Wed, 2 Sep 2015 18:14:36 +0000</updated>
                            <resolved>Tue, 26 May 2015 20:40:42 +0000</resolved>
                                    <version>Lustre 2.7.0</version>
                    <version>Lustre 2.5.3</version>
                    <version>Lustre 2.8.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="98987" author="adilger" created="Wed, 12 Nov 2014 18:17:55 +0000"  >&lt;p&gt;It looks like this failure is caused by the landing of the following patch on master:&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;commit 2305c36139a7deaf25a0dc737d412eed42ca54e9
Author: Li Xi &amp;lt;lixi@ddn.com&amp;gt;
Date:   Fri Oct 3 07:43:02 2014 +0800

    LU-5054 llite: enforce pool name length limit
    
    The pool related codes have some inconsistency about the length
    of pool name. Creating and setting a pool name of lenght 16
    to a directory will succeed. However, creating a file under
    that directory will fail.
    
    This patch disables any pool name which is longer or equal to
    16. And it changes LOV_MAXPOOLNAME from 16 to 15 which might
    cause some invalid LLOG records of OST pools with 16 byte names.
    It is not a problem since invalid LLOG records are just ignored.
    And OST pools with 16 byte names won&apos;t work well anyway on the
    old versions. There will be problem of inconsistency if part of
    the servers have this patch and part of the servers don&apos;t. But
    it would be safe to assume that this is not a normal
    configuration.
    
    Signed-off-by: Li Xi &amp;lt;lixi@ddn.com&amp;gt;
    Change-Id: I3672fb5414662120c3e6b8641002a6b76994cc77
    Reviewed-on: http://review.whamcloud.com/10306
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;I don&apos;t think this is something we will fix for b2_6, but it probably should be backported to b2_5 to avoid test failures there.&lt;/p&gt;</comment>
                            <comment id="116449" author="adilger" created="Tue, 26 May 2015 20:40:42 +0000"  >&lt;p&gt;This should be fixed in the b2_5 branch via &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6463&quot; title=&quot;Interop 2.5.3&amp;lt;-&amp;gt;master ost-pools test_1c: Pool creation of testpool12345678 failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6463&quot;&gt;&lt;del&gt;LU-6463&lt;/del&gt;&lt;/a&gt;, since we no longer test interop with 2.6.0.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="29498">LU-6463</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|hzx0qv:</customfieldvalue>

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