<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:56:06 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-5972] LustreError: 64093:0:(vvp_io.c:1088:vvp_io_commit_write()) ...  failed -28 </title>
                <link>https://jira.whamcloud.com/browse/LU-5972</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;There are time when a number of clients get these errors but no errors are logged on the server.&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;Nov 27 00:02:32 r449i3n15 kernel: [1417075352.632650] LustreError: 64093:0:(vvp_io.c:1088:vvp_io_commit_write()) Write page 656291709 of inode ffff88046f5fcbf8 failed -28
Nov 27 00:02:32 r449i3n15 kernel: [1417075352.648650] LustreError: 64093:0:(vvp_io.c:1088:vvp_io_commit_write()) Skipped 592 previous similar messages
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;


</description>
                <environment></environment>
        <key id="27768">LU-5972</key>
            <summary>LustreError: 64093:0:(vvp_io.c:1088:vvp_io_commit_write()) ...  failed -28 </summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <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="5">Cannot Reproduce</resolution>
                                        <assignee username="ys">Yang Sheng</assignee>
                                    <reporter username="mhanafi">Mahmoud Hanafi</reporter>
                        <labels>
                    </labels>
                <created>Wed, 3 Dec 2014 01:44:36 +0000</created>
                <updated>Thu, 10 Mar 2016 22:03:00 +0000</updated>
                            <resolved>Thu, 10 Mar 2016 22:03:00 +0000</resolved>
                                    <version>Lustre 2.4.3</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                            <comments>
                            <comment id="100542" author="johann" created="Wed, 3 Dec 2014 06:08:28 +0000"  >&lt;p&gt;-28 is ENOSPC, so writes failed due to lack of available space. We should probably quiet this message on the client nodes since it is a legitimate error.&lt;/p&gt;</comment>
                            <comment id="100617" author="pjones" created="Thu, 4 Dec 2014 00:50:20 +0000"  >&lt;p&gt;Yang Sheng&lt;/p&gt;

&lt;p&gt;Could you please assist with this issue?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="100664" author="ys" created="Thu, 4 Dec 2014 14:10:15 +0000"  >&lt;p&gt;Hi, Johann, I suppose we quite this message via CDEBUG or just ignore this message in ENOSPC case. &lt;/p&gt;</comment>
                            <comment id="100667" author="johann" created="Thu, 4 Dec 2014 14:34:12 +0000"  >&lt;p&gt;Hey YangSheng,&lt;/p&gt;

&lt;p&gt;Yes, i think we should quiet this message (use CDEBUG) in the case of legitimate errors like ENOSPC.&lt;br/&gt;
That said, i cannot find this function any more on master ...&lt;/p&gt;</comment>
                            <comment id="100674" author="ys" created="Thu, 4 Dec 2014 15:38:11 +0000"  >&lt;p&gt;Looks like customer use 2.4.3. So we need a fix for b2_4 first.&lt;/p&gt;</comment>
                            <comment id="100724" author="mhanafi" created="Thu, 4 Dec 2014 19:20:10 +0000"  >&lt;p&gt;There should be some logging done on the server side. In this case where was nothing reported on the server.&lt;/p&gt;
</comment>
                            <comment id="100795" author="ys" created="Fri, 5 Dec 2014 04:02:53 +0000"  >&lt;p&gt;Hi, Mahmoud, We tend to think ENOSPC is not a system error but a normal case. The lustre log most use to record some failures relate to lustre self. If encountered a ENOSPC in client, Use lustre tools may help figure out which server out of space. Do we really need a lustre log in server side?&lt;/p&gt;</comment>
                            <comment id="102057" author="gerrit" created="Fri, 19 Dec 2014 15:10:06 +0000"  >&lt;p&gt;Yang Sheng (yang.sheng@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/13151&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13151&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5972&quot; title=&quot;LustreError: 64093:0:(vvp_io.c:1088:vvp_io_commit_write()) ...  failed -28 &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5972&quot;&gt;&lt;del&gt;LU-5972&lt;/del&gt;&lt;/a&gt; llite: quiet ENOSPC message&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_5&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e7915da894589413bf185b7c8a626d3570de136f&lt;/p&gt;</comment>
                            <comment id="133093" author="ys" created="Tue, 10 Nov 2015 01:31:02 +0000"  >&lt;p&gt;Patch port on b2_5_fe &lt;a href=&quot;http://review.whamcloud.com//16911/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com//16911/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="145181" author="mhanafi" created="Thu, 10 Mar 2016 20:12:59 +0000"  >&lt;p&gt;No longer an issue. Please close&lt;/p&gt;</comment>
                    </comments>
                    <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|hzx1rb:</customfieldvalue>

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