<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:07:49 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-517] e2fsprogs can&apos;t create a packages if lustre mounted on build host.</title>
                <link>https://jira.whamcloud.com/browse/LU-517</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;i tried to rebuild e2fsprogs from repo and hit a error.&lt;/p&gt;

&lt;p&gt;Size of struct ext2_super_block is 1024&lt;br/&gt;
LD_LIBRARY_PATH=../../lib DYLD_LIBRARY_PATH=../../lib ./tst_csum&lt;br/&gt;
csum0000: UUID 4f25e8cf-e797-4823-befa-a7884baeecdb(241f), grp 0(df47): d3a4=d3a4&lt;br/&gt;
csum0001: UUID 4f25e8cf-e797-4823-befa-a7884baeecdb(241f), grp 1(2346): 3ea5=3ea5&lt;br/&gt;
csumffff: UUID 4f25e8cf-e797-4823-befa-a7884baeecdb(241f), grp 2(6746): 49a5=49a5&lt;br/&gt;
csum_set: UUID 4f25e8cf-e797-4823-befa-a7884baeecdb(241f), grp 0(df47): d3a4=d3a4&lt;br/&gt;
new_uuid: UUID 30303030-3030-3030-3030-303030303030(766d), grp 0(76fd): a4ac=a4ac&lt;br/&gt;
csum_new: UUID 30303030-3030-3030-3030-303030303030(766d), grp 0(76fd): a4ac=a4ac&lt;br/&gt;
csum_blk: UUID 30303030-3030-3030-3030-303030303030(766d), grp 0(76fd): 2e14=2e14&lt;br/&gt;
LD_LIBRARY_PATH=../../lib DYLD_LIBRARY_PATH=../../lib ./tst_read_ea&lt;br/&gt;
(lustre)/dev/loop0:/mnt/mds1&lt;br/&gt;
mkstemp failed: Not a directory&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;: *** &lt;span class=&quot;error&quot;&gt;&amp;#91;check&amp;#93;&lt;/span&gt; Error 1&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;: Leaving directory `/root/rpmbuild/BUILD/e2fsprogs-1.41.90.wc3/lib/ext2fs&apos;&lt;br/&gt;
make: *** &lt;span class=&quot;error&quot;&gt;&amp;#91;check-recursive&amp;#93;&lt;/span&gt; Error 1&lt;br/&gt;
error: Bad exit status from /var/tmp/rpm-tmp.eLhD9Q (%check)&lt;/p&gt;

&lt;p&gt;that error removed when i stopped a lustre fs which a run on same test env.&lt;/p&gt;</description>
                <environment>RHEL6</environment>
        <key id="11361">LU-517</key>
            <summary>e2fsprogs can&apos;t create a packages if lustre mounted on build host.</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="6" iconUrl="https://jira.whamcloud.com/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="adilger">Andreas Dilger</assignee>
                                    <reporter username="shadow">Alexey Lyashkov</reporter>
                        <labels>
                    </labels>
                <created>Wed, 20 Jul 2011 02:30:41 +0000</created>
                <updated>Wed, 26 Oct 2011 19:52:44 +0000</updated>
                            <resolved>Thu, 1 Sep 2011 21:49:39 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                            <comments>
                            <comment id="18010" author="adilger" created="Wed, 20 Jul 2011 14:32:42 +0000"  >&lt;p&gt;This is probably due to hard coding /dev/loop0 into the test script, which is also used if you are testing Lustre with an &quot;llmount.sh&quot; setup. &lt;/p&gt;

&lt;p&gt;It seems the e2fsprogs test script should check if /dev/loop device is free before using it. &lt;/p&gt;</comment>
                            <comment id="19866" author="adilger" created="Thu, 1 Sep 2011 18:10:31 +0000"  >&lt;p&gt;Actually, it looks like the tst_read_ea test is checking for a filesystem with &quot;user_xattr&quot; as a mount option (which the MDS mountpoint matches) and then trying to create a temporary file in /mnt/mds via the VFS and read it back via libext2fs and verify the value.  Unfortunately, it is not possible to create files in /mnt/mds, so the test fails.&lt;/p&gt;

&lt;p&gt;Normally, a local ext3/4 filesystem should be found before the MDS mountpoint, so this has never previously been a problem.  I guess build host has no ext3/4 filesystem locally mounted?&lt;/p&gt;

&lt;p&gt;The fix I&apos;m going to commit is that if mkstemp() fails on the mountpoint (which could happen for a number of reasons such as permission problems, etc, just continue looking for another ext3/4 filesystem to run the test on.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/1321&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/1321&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="19874" author="adilger" created="Thu, 1 Sep 2011 21:49:39 +0000"  >&lt;p&gt;Fixed in the 1.41.90.wc4 build.&lt;/p&gt;</comment>
                            <comment id="19876" author="hudson" created="Thu, 1 Sep 2011 22:14:39 +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/e2fsprogs-master/./arch=i686,distro=el6/54/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e2fsprogs-master &#187; i686,el6 #54&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-517&quot; title=&quot;e2fsprogs can&amp;#39;t create a packages if lustre mounted on build host.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-517&quot;&gt;&lt;del&gt;LU-517&lt;/del&gt;&lt;/a&gt; tests: don&apos;t fail mkstemp() on Lustre fs&lt;/p&gt;

&lt;p&gt;Andreas Dilger : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=tools/e2fsprogs.git;a=commit;h=refs/heads/master-lustre&amp;amp;a=commit&amp;amp;h=7178b715eb0ba5d55ee9cf51b75765e5c19ba67c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7178b715eb0ba5d55ee9cf51b75765e5c19ba67c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;patches/e2fsprogs-attr_cleanup.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="19878" author="hudson" created="Thu, 1 Sep 2011 22:17:24 +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/e2fsprogs-master/./arch=x86_64,distro=el6/54/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e2fsprogs-master &#187; x86_64,el6 #54&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-517&quot; title=&quot;e2fsprogs can&amp;#39;t create a packages if lustre mounted on build host.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-517&quot;&gt;&lt;del&gt;LU-517&lt;/del&gt;&lt;/a&gt; tests: don&apos;t fail mkstemp() on Lustre fs&lt;/p&gt;

&lt;p&gt;Andreas Dilger : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=tools/e2fsprogs.git;a=commit;h=refs/heads/master-lustre&amp;amp;a=commit&amp;amp;h=7178b715eb0ba5d55ee9cf51b75765e5c19ba67c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7178b715eb0ba5d55ee9cf51b75765e5c19ba67c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;patches/e2fsprogs-attr_cleanup.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="19880" author="hudson" created="Thu, 1 Sep 2011 22:29:16 +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/e2fsprogs-master/./arch=x86_64,distro=el5/54/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e2fsprogs-master &#187; x86_64,el5 #54&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-517&quot; title=&quot;e2fsprogs can&amp;#39;t create a packages if lustre mounted on build host.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-517&quot;&gt;&lt;del&gt;LU-517&lt;/del&gt;&lt;/a&gt; tests: don&apos;t fail mkstemp() on Lustre fs&lt;/p&gt;

&lt;p&gt;Andreas Dilger : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=tools/e2fsprogs.git;a=commit;h=refs/heads/master-lustre&amp;amp;a=commit&amp;amp;h=7178b715eb0ba5d55ee9cf51b75765e5c19ba67c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7178b715eb0ba5d55ee9cf51b75765e5c19ba67c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;patches/e2fsprogs-attr_cleanup.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="19882" author="hudson" created="Thu, 1 Sep 2011 22:48:48 +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/e2fsprogs-master/./arch=i686,distro=el5/54/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e2fsprogs-master &#187; i686,el5 #54&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-517&quot; title=&quot;e2fsprogs can&amp;#39;t create a packages if lustre mounted on build host.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-517&quot;&gt;&lt;del&gt;LU-517&lt;/del&gt;&lt;/a&gt; tests: don&apos;t fail mkstemp() on Lustre fs&lt;/p&gt;

&lt;p&gt;Andreas Dilger : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=tools/e2fsprogs.git;a=commit;h=refs/heads/master-lustre&amp;amp;a=commit&amp;amp;h=7178b715eb0ba5d55ee9cf51b75765e5c19ba67c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7178b715eb0ba5d55ee9cf51b75765e5c19ba67c&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;patches/e2fsprogs-attr_cleanup.patch&lt;/li&gt;
&lt;/ul&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|hzvi33:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6579</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>
                                                                                                                                                    <customfield id="customfield_10002" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>