<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:09:30 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-692] error setting xattrs moving read-only files</title>
                <link>https://jira.whamcloud.com/browse/LU-692</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;When moving (or cp&apos;ing with --preserver=all) read-only files out of a lustre filesystem, errors are produced as follows&lt;/p&gt;

&lt;p&gt;% touch /p/lscratcha/bass6/asdf&lt;br/&gt;
% chmod 400 /p/lscratcha/bass6/asdf&lt;br/&gt;
% mv /p/lscratcha/bass6/asdf /tmp&lt;br/&gt;
mv: setting attribute `lustre.lov&apos; for `lustre.lov&apos;: Permission denied&lt;br/&gt;
mv: setting attribute `lustre.lov&apos; for `lustre.lov&apos;: Permission denied&lt;/p&gt;

&lt;p&gt;This isn&apos;t really a bug, but rather an unfortunate consequence of the design decision to use the &apos;lustre&apos; namespace for extended attributes.  If Lustre instead used the conventional &apos;system&apos; namespace then the utilities wouldn&apos;t try to preserve them and the errors would be avoided.  While harmless, the errors do cause some alarm to users who then wonder if their files have been corrupted.  It would be nice to handle this more gracefully in future designs.&lt;/p&gt;</description>
                <environment></environment>
        <key id="11856">LU-692</key>
            <summary>error setting xattrs moving read-only files</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</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="adilger">Andreas Dilger</assignee>
                                    <reporter username="nedbass">Ned Bass</reporter>
                        <labels>
                    </labels>
                <created>Tue, 20 Sep 2011 13:24:33 +0000</created>
                <updated>Mon, 31 Oct 2011 10:22:53 +0000</updated>
                            <resolved>Mon, 31 Oct 2011 10:22:53 +0000</resolved>
                                    <version>Lustre 1.8.6</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="20360" author="adilger" created="Tue, 20 Sep 2011 16:06:32 +0000"  >&lt;p&gt;The root of this issue is that /tmp has gained xattrs, but it isn&apos;t happy with the lustre.* attributes.  Is this related to read-only files at all?  If yes, then it would seem to be an error in the cp/mv utility to try and set the xattrs after the file is changed read-only.&lt;/p&gt;

&lt;p&gt;Using the &quot;system.&lt;b&gt;&quot; namespace is troublesome, because it cannot be accessed from userspace at all, and this would make it impossible to backup/restore the file layout with tar --xattr.  We originally just used the &quot;trusted.&lt;/b&gt;&quot; namespace (which allows both userspace and kernel xattr access), but it is limited to root only so regular users could not use tar (in RHEL6 or lustre-patched to save/restore xattrs first) to backup/restore their files and maintain striping.&lt;/p&gt;</comment>
                            <comment id="20362" author="nedbass" created="Tue, 20 Sep 2011 16:15:45 +0000"  >&lt;p&gt;&amp;gt; The root of this issue is that /tmp has gained xattrs, but it isn&apos;t happy with the lustre.* attributes.&lt;/p&gt;

&lt;p&gt;I should have mentioned the same error occurs if read-only files are moved between different Lustre filesystems as well.&lt;/p&gt;

&lt;p&gt;&amp;gt; Is this related to read-only files at all?&lt;/p&gt;

&lt;p&gt;Yes, if the file is writeable the lsetxattr() call instead returns EOPNOTSUPP, but the error is not reported back to the user.&lt;/p&gt;

&lt;p&gt; % strace -e lsetxattr mv /p/lscratcha/bass6/asdf /tmp&lt;br/&gt;
 lsetxattr(&quot;/tmp/asdf&quot;, &quot;lustre.lov&quot;, &quot;\xd0\x0b\xd1\x0b\x01\x00\x00\x00\x89\x08\x01\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x10\x00\x02\x00\x00\x00\x95\x86\xdc\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00^\x00\x00\x00&amp;amp;\xf1\xd7\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xf9\x00\x00&quot;, 80, 0) = -1 EOPNOTSUPP (Operation not supported)&lt;/p&gt;</comment>
                            <comment id="20484" author="nedbass" created="Fri, 23 Sep 2011 18:12:33 +0000"  >&lt;p&gt;Andreas, I noticed on our 2.1 test filesystem the following EAs are set&lt;/p&gt;

&lt;p&gt;trusted.lma&lt;br/&gt;
trusted.link&lt;br/&gt;
trusted.lov&lt;br/&gt;
lustre.lov&lt;/p&gt;

&lt;p&gt;whereas on 1.8 only lustre.lov is. Are the trusted attributes supposed to be there or is this a regression?&lt;/p&gt;</comment>
                            <comment id="20500" author="adilger" created="Sun, 25 Sep 2011 01:22:51 +0000"  >&lt;p&gt;I believe that this is a regression, as described in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-532&quot; title=&quot;2.1 does not filter extended attributes list based on permissions, showing entire list at all times&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-532&quot;&gt;&lt;del&gt;LU-532&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="21796" author="hudson" created="Mon, 24 Oct 2011 12:05:11 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/149/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,el5,inkernel #149&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-692&quot; title=&quot;error setting xattrs moving read-only files&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-692&quot;&gt;&lt;del&gt;LU-692&lt;/del&gt;&lt;/a&gt; ptlrpc: don&apos;t LASSERT on larger ptlrpc_body&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=1cf716f1521a2beacafd0d24c4deac0c9d7af662&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;1cf716f1521a2beacafd0d24c4deac0c9d7af662&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/utils/wirecheck.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/pack_generic.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/wiretest.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="21797" author="pjones" created="Mon, 24 Oct 2011 12:09:23 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#change,1584&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,1584&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="21798" author="hudson" created="Mon, 24 Oct 2011 12:09:27 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/149/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,el5,ofa #149&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-692&quot; title=&quot;error setting xattrs moving read-only files&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-692&quot;&gt;&lt;del&gt;LU-692&lt;/del&gt;&lt;/a&gt; ptlrpc: don&apos;t LASSERT on larger ptlrpc_body&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=1cf716f1521a2beacafd0d24c4deac0c9d7af662&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;1cf716f1521a2beacafd0d24c4deac0c9d7af662&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/wirecheck.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/pack_generic.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/utils/wiretest.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="21799" author="hudson" created="Mon, 24 Oct 2011 12:13:44 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/149/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,el6,inkernel #149&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-692&quot; title=&quot;error setting xattrs moving read-only files&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-692&quot;&gt;&lt;del&gt;LU-692&lt;/del&gt;&lt;/a&gt; ptlrpc: don&apos;t LASSERT on larger ptlrpc_body&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=1cf716f1521a2beacafd0d24c4deac0c9d7af662&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;1cf716f1521a2beacafd0d24c4deac0c9d7af662&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/wirecheck.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/pack_generic.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="21800" author="hudson" created="Mon, 24 Oct 2011 12:14:43 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/149/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,server,el5,ofa #149&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-692&quot; title=&quot;error setting xattrs moving read-only files&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-692&quot;&gt;&lt;del&gt;LU-692&lt;/del&gt;&lt;/a&gt; ptlrpc: don&apos;t LASSERT on larger ptlrpc_body&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=1cf716f1521a2beacafd0d24c4deac0c9d7af662&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;1cf716f1521a2beacafd0d24c4deac0c9d7af662&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/wirecheck.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/pack_generic.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="21801" author="hudson" created="Mon, 24 Oct 2011 12:14:44 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/149/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el5,inkernel #149&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-692&quot; title=&quot;error setting xattrs moving read-only files&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-692&quot;&gt;&lt;del&gt;LU-692&lt;/del&gt;&lt;/a&gt; ptlrpc: don&apos;t LASSERT on larger ptlrpc_body&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=1cf716f1521a2beacafd0d24c4deac0c9d7af662&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;1cf716f1521a2beacafd0d24c4deac0c9d7af662&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/wirecheck.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/pack_generic.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="21802" author="hudson" created="Mon, 24 Oct 2011 12:15:28 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/149/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el5,ofa #149&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-692&quot; title=&quot;error setting xattrs moving read-only files&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-692&quot;&gt;&lt;del&gt;LU-692&lt;/del&gt;&lt;/a&gt; ptlrpc: don&apos;t LASSERT on larger ptlrpc_body&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=1cf716f1521a2beacafd0d24c4deac0c9d7af662&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;1cf716f1521a2beacafd0d24c4deac0c9d7af662&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/utils/wirecheck.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/pack_generic.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="21803" author="hudson" created="Mon, 24 Oct 2011 12:15:42 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/149/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,server,el5,inkernel #149&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-692&quot; title=&quot;error setting xattrs moving read-only files&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-692&quot;&gt;&lt;del&gt;LU-692&lt;/del&gt;&lt;/a&gt; ptlrpc: don&apos;t LASSERT on larger ptlrpc_body&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=1cf716f1521a2beacafd0d24c4deac0c9d7af662&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;1cf716f1521a2beacafd0d24c4deac0c9d7af662&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/pack_generic.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/wirecheck.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="21804" author="hudson" created="Mon, 24 Oct 2011 12:16:05 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/149/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,ubuntu1004,inkernel #149&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-692&quot; title=&quot;error setting xattrs moving read-only files&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-692&quot;&gt;&lt;del&gt;LU-692&lt;/del&gt;&lt;/a&gt; ptlrpc: don&apos;t LASSERT on larger ptlrpc_body&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=1cf716f1521a2beacafd0d24c4deac0c9d7af662&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;1cf716f1521a2beacafd0d24c4deac0c9d7af662&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/pack_generic.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/utils/wirecheck.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="21805" author="hudson" created="Mon, 24 Oct 2011 12:17:33 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/149/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el6,inkernel #149&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-692&quot; title=&quot;error setting xattrs moving read-only files&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-692&quot;&gt;&lt;del&gt;LU-692&lt;/del&gt;&lt;/a&gt; ptlrpc: don&apos;t LASSERT on larger ptlrpc_body&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=1cf716f1521a2beacafd0d24c4deac0c9d7af662&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;1cf716f1521a2beacafd0d24c4deac0c9d7af662&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/pack_generic.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/utils/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/wirecheck.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="21806" author="hudson" created="Mon, 24 Oct 2011 12:44:38 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/149/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,server,el5,ofa #149&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-692&quot; title=&quot;error setting xattrs moving read-only files&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-692&quot;&gt;&lt;del&gt;LU-692&lt;/del&gt;&lt;/a&gt; ptlrpc: don&apos;t LASSERT on larger ptlrpc_body&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=1cf716f1521a2beacafd0d24c4deac0c9d7af662&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;1cf716f1521a2beacafd0d24c4deac0c9d7af662&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/utils/wirecheck.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/pack_generic.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/wiretest.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="21807" author="hudson" created="Mon, 24 Oct 2011 12:45:04 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/149/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,server,el5,inkernel #149&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-692&quot; title=&quot;error setting xattrs moving read-only files&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-692&quot;&gt;&lt;del&gt;LU-692&lt;/del&gt;&lt;/a&gt; ptlrpc: don&apos;t LASSERT on larger ptlrpc_body&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=1cf716f1521a2beacafd0d24c4deac0c9d7af662&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;1cf716f1521a2beacafd0d24c4deac0c9d7af662&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/wirecheck.c&lt;/li&gt;
	&lt;li&gt;lustre/utils/wiretest.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_idl.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/pack_generic.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/wiretest.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="21823" author="adilger" created="Tue, 25 Oct 2011 02:26:12 +0000"  >&lt;p&gt;My mistake - the above patch should have been attributed to &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-694&quot; title=&quot;Job Stats&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-694&quot;&gt;&lt;del&gt;LU-694&lt;/del&gt;&lt;/a&gt; and not this bug.&lt;/p&gt;</comment>
                            <comment id="22221" author="pjones" created="Mon, 31 Oct 2011 10:22:53 +0000"  >&lt;p&gt;Duplicate of LU532&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|hzvy87:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9729</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>