<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:26:37 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-9486] sanity test 27D failed with &apos;llapi_layout_test failed&apos; </title>
                <link>https://jira.whamcloud.com/browse/LU-9486</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;sanity test_27D fails when a default composite layout is set for the Lustre mount point with&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 test_27D: @@@@@@ FAIL: llapi_layout_test failed
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Looking at the test_log, we can see that sub tests 16 and 20 failed&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;test 15: Can&apos;t change striping attributes of existing file . pass
llapi_layout_test: llapi_layout_test.c:712: test16: assertion &apos;fcount == dcount&apos; failed: 1 != 1152921504606846979
 test 16: Default stripe attributes are applied as expected . fail (exit status 1)
 test 17: LLAPI_LAYOUT_WIDE is honored ...................... pass
 test 18: Setting pool with fsname.pool notation ............ pass
 test 19: Maximum length pool name is NULL-terminated ....... pass
llapi_layout_test: llapi_layout_test.c:891: test20: assertion &apos;fcount == dcount&apos; failed: 1 != 1152921504606846979
 test 20: LLAPI_LAYOUT_DEFAULT is honored ................... fail (exit status 1)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Looking at llapi_layout_test.c, it looks like the stripe count for the default layout does not match the count for the file layout&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; 692         rc = llapi_layout_stripe_count_get(deflayout, &amp;amp;dcount);
 693         ASSERTF(rc == 0, &lt;span class=&quot;code-quote&quot;&gt;&quot;errno = %d&quot;&lt;/span&gt;, errno);
 694 
 695         &lt;span class=&quot;code-comment&quot;&gt;/* First, with a &lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt; struct llapi_layout */&lt;/span&gt;
 696         filelayout = llapi_layout_alloc();
 697         ASSERTF(filelayout != NULL, &lt;span class=&quot;code-quote&quot;&gt;&quot;errno = %d&quot;&lt;/span&gt;, errno);
 698 
 699         fd = llapi_layout_file_create(path, 0, 0640, filelayout);
 700         ASSERTF(fd &amp;gt;= 0, &lt;span class=&quot;code-quote&quot;&gt;&quot;errno = %d&quot;&lt;/span&gt;, errno);
 701 
 702         rc = close(fd);
 703         ASSERTF(rc == 0, &lt;span class=&quot;code-quote&quot;&gt;&quot;errno = %d&quot;&lt;/span&gt;, errno);
 704 
 705         llapi_layout_free(filelayout);
 706 
 707         filelayout = llapi_layout_get_by_path(path, 0);
 708         ASSERTF(filelayout != NULL, &lt;span class=&quot;code-quote&quot;&gt;&quot;errno = %d&quot;&lt;/span&gt;, errno);
 709 
 710         rc = llapi_layout_stripe_count_get(filelayout, &amp;amp;fcount);
 711         ASSERTF(rc == 0, &lt;span class=&quot;code-quote&quot;&gt;&quot;errno = %d&quot;&lt;/span&gt;, errno);
 712         ASSERTF(fcount == dcount, &lt;span class=&quot;code-quote&quot;&gt;&quot;%&quot;&lt;/span&gt;PRIu64&lt;span class=&quot;code-quote&quot;&gt;&quot; != %&quot;&lt;/span&gt;PRIu64, fcount, dcount);

&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Log for recent failures are at&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/2e962ed8-3534-11e7-814a-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/2e962ed8-3534-11e7-814a-5254006e85c2&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/f5d085aa-357c-11e7-b0a8-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/f5d085aa-357c-11e7-b0a8-5254006e85c2&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="46010">LU-9486</key>
            <summary>sanity test 27D failed with &apos;llapi_layout_test failed&apos; </summary>
                <type id="7" iconUrl="https://jira.whamcloud.com/images/icons/issuetypes/task_agile.png">Technical task</type>
                            <parent id="45517">LU-9349</parent>
                                    <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</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="bobijam">Zhenyu Xu</assignee>
                                    <reporter username="jamesanunez">James Nunez</reporter>
                        <labels>
                            <label>pfl</label>
                    </labels>
                <created>Wed, 10 May 2017 15:33:44 +0000</created>
                <updated>Wed, 7 Jun 2017 20:57:40 +0000</updated>
                            <resolved>Wed, 7 Jun 2017 20:57:40 +0000</resolved>
                                    <version>Lustre 2.10.0</version>
                                    <fixVersion>Lustre 2.10.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="195289" author="bobijam" created="Wed, 10 May 2017 16:38:30 +0000"  >&lt;p&gt;1152921504606846979 == 0x1000000000000003 == LLAPI_LAYOUT_WIDE&lt;br/&gt;
/**             &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;When specified or returned as the value for stripe count, all&lt;/li&gt;
	&lt;li&gt;available OSTs will be used.&lt;br/&gt;
 */&lt;br/&gt;
#define LLAPI_LAYOUT_WIDE       (LLAPI_LAYOUT_INVALID + 2)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;When the default mount point layout contains -1 stripe_count, this value is returned as it&apos;s stripe_count.&lt;/p&gt;</comment>
                            <comment id="195411" author="gerrit" created="Thu, 11 May 2017 05:14:59 +0000"  >&lt;p&gt;Bobi Jam (bobijam@hotmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/27057&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/27057&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9486&quot; title=&quot;sanity test 27D failed with &amp;#39;llapi_layout_test failed&amp;#39; &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9486&quot;&gt;&lt;del&gt;LU-9486&lt;/del&gt;&lt;/a&gt; llapi-test: sanity test_27D failure&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: f9e054dd196b6b659281ed448b798e03ac56c429&lt;/p&gt;</comment>
                            <comment id="198523" author="gerrit" created="Wed, 7 Jun 2017 20:30:44 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/27057/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/27057/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9486&quot; title=&quot;sanity test 27D failed with &amp;#39;llapi_layout_test failed&amp;#39; &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9486&quot;&gt;&lt;del&gt;LU-9486&lt;/del&gt;&lt;/a&gt; llapi-test: sanity test_27D failure&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: f20aa2305067504185684946195e9e1bb1a68a49&lt;/p&gt;</comment>
                            <comment id="198550" author="pjones" created="Wed, 7 Jun 2017 20:57:40 +0000"  >&lt;p&gt;Landed for 2.10&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="28366">LU-6156</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="45439">LU-9324</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </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|hzzcdr:</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>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>