<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:22:28 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-2113] ENOSPC sometimes incorrectly reported as file too bigin lfs setstripe</title>
                <link>https://jira.whamcloud.com/browse/LU-2113</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Lately I seem to see a lot of reports of Not enough space being actally reported as file too big.&lt;br/&gt;
Here&apos;s a sample:&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;== sanity test 27o: create file with all full OSTs (should error) ====== 17:17:23 (1349731043)
fail_loc=0
OSTIDX=0 MDSIDX=1
osc.lustre-OST0000-osc-MDT0000.prealloc_last_id=387
osc.lustre-OST0000-osc-MDT0000.prealloc_next_id=387
osc.lustre-OST0000-osc-MDT0000.prealloc_reserved=0
osc.lustre-OST0000-osc-MDT0000.prealloc_status=-28
osc.lustre-OST0001-osc-MDT0000.prealloc_last_id=131
osc.lustre-OST0001-osc-MDT0000.prealloc_next_id=103
osc.lustre-OST0001-osc-MDT0000.prealloc_reserved=0
osc.lustre-OST0001-osc-MDT0000.prealloc_status=0
fail_val=-1
fail_loc=0x215
Creating to objid 387 on ost lustre-OST0000...
total: 2 creates in 0.00 seconds: 1212.75 creates/second
osc.lustre-OST0000-osc-MDT0000.prealloc_last_id=387
osc.lustre-OST0000-osc-MDT0000.prealloc_next_id=387
osc.lustre-OST0000-osc-MDT0000.prealloc_reserved=0
osc.lustre-OST0000-osc-MDT0000.prealloc_status=-28
osc.lustre-OST0001-osc-MDT0000.prealloc_last_id=131
osc.lustre-OST0001-osc-MDT0000.prealloc_next_id=103
osc.lustre-OST0001-osc-MDT0000.prealloc_reserved=0
osc.lustre-OST0001-osc-MDT0000.prealloc_status=0
fail_loc=0x215
OSTIDX=1 MDSIDX=1
osc.lustre-OST0000-osc-MDT0000.prealloc_last_id=387
osc.lustre-OST0000-osc-MDT0000.prealloc_next_id=387
osc.lustre-OST0000-osc-MDT0000.prealloc_reserved=0
osc.lustre-OST0000-osc-MDT0000.prealloc_status=-28
osc.lustre-OST0001-osc-MDT0000.prealloc_last_id=131
osc.lustre-OST0001-osc-MDT0000.prealloc_next_id=103
osc.lustre-OST0001-osc-MDT0000.prealloc_reserved=0
osc.lustre-OST0001-osc-MDT0000.prealloc_status=-28
fail_val=-1
fail_loc=0x215
Creating to objid 131 on ost lustre-OST0001...
open(/mnt/lustre/d0.sanity/d27/lustre-OST0001/f131) error: File too large
total: 28 creates in 0.02 seconds: 1181.39 creates/second
osc.lustre-OST0000-osc-MDT0000.prealloc_last_id=387
osc.lustre-OST0000-osc-MDT0000.prealloc_next_id=387
osc.lustre-OST0000-osc-MDT0000.prealloc_reserved=0
osc.lustre-OST0000-osc-MDT0000.prealloc_status=-28
osc.lustre-OST0001-osc-MDT0000.prealloc_last_id=131
osc.lustre-OST0001-osc-MDT0000.prealloc_next_id=131
osc.lustre-OST0001-osc-MDT0000.prealloc_reserved=0
osc.lustre-OST0001-osc-MDT0000.prealloc_status=-28
fail_loc=0x215
touch: cannot touch `/mnt/lustre/d0.sanity/d27/f.sanity.27o&apos;: No space left on device
fail_loc=0
Resetting fail_loc on all nodes...done.
PASS 27o (46s)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Another example&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;== sanity test 65k: validate manual striping works properly with deactivated OSCs == 17:27:39 (1349731659)
Check OST status: 
lustre-OST0000-osc-MDT0000 is activate
lustre-OST0001-osc-MDT0000 is activate
Deactivate:  lustre-OST0000-osc-MDT0000
/home/green/git/lustre-release/lustre/utils/lfs setstripe -i 0 -c 1 /mnt/lustre/d0.sanity/d65/0
/home/green/git/lustre-release/lustre/utils/lfs setstripe -i 1 -c 1 /mnt/lustre/d0.sanity/d65/1
lustre-OST0000-osc-MDT0000 is Activate.
Deactivate:  lustre-OST0001-osc-MDT0000
/home/green/git/lustre-release/lustre/utils/lfs setstripe -i 0 -c 1 /mnt/lustre/d0.sanity/d65/0
error on ioctl 0x4008669a &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; &lt;span class=&quot;code-quote&quot;&gt;&apos;/mnt/lustre/d0.sanity/d65/0&apos;&lt;/span&gt; (3): File too large
error: setstripe: create stripe file &lt;span class=&quot;code-quote&quot;&gt;&apos;/mnt/lustre/d0.sanity/d65/0&apos;&lt;/span&gt; failed
 sanity test_65k: @@@@@@ FAIL: setstripe should have succeeded 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="16283">LU-2113</key>
            <summary>ENOSPC sometimes incorrectly reported as file too bigin lfs setstripe</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="green">Oleg Drokin</reporter>
                        <labels>
                    </labels>
                <created>Mon, 8 Oct 2012 17:48:42 +0000</created>
                <updated>Wed, 28 Feb 2018 20:44:21 +0000</updated>
                            <resolved>Wed, 28 Feb 2018 20:44:21 +0000</resolved>
                                    <version>Lustre 2.4.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="109342" author="mdiep" created="Tue, 10 Mar 2015 15:09:10 +0000"  >&lt;p&gt;just hit this &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/522c85a0-c6fe-11e4-97e4-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/522c85a0-c6fe-11e4-97e4-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="49643">LU-10350</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|hzv9p3:</customfieldvalue>

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