<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:06:25 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-377] POSIX: chmod.5: chown(&quot;chmod-t.5&quot;, 1001, 1000) failed - errno 1 (EPERM)</title>
                <link>https://jira.whamcloud.com/browse/LU-377</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Here is the result of running the &lt;a href=&quot;http://www.opengroup.org/infosrv/lsb/ogdeliverables/LSB-VSX2.0-1/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;LSB-VSX POSIX test suite&lt;/a&gt; (lts_vsx-pcts2.0beta2.tgz):&lt;br/&gt;
&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/f610526e-8b52-11e0-aab9-52540025f9af&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/f610526e-8b52-11e0-aab9-52540025f9af&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The baseline is ext4.&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;
FAILURE DESCRIPTIONS:

####################################################
Test Name: chmod.5 Unresolved

	Test Description:
If the implementation supports the setting of S_ISUID and S_ISGID,
then a successful call to chmod(path, mode), when the effective user
ID matches the user ID of the file, sets S_ISUID, S_ISGID, and the
file permission bits of the named file according to the bit pattern
contained in the argument mode and returns a value of zero.
In FIPS, XPG4 and UNIX modes, setting of S_ISUID and S_ISGID must be
supported.
Posix Ref: Component CHMOD Assertion 5.6.4.2-27(C)

	Test Information:
deletion reason: chown(&quot;chmod-t.5&quot;, 1001, 1000) failed - errno 1 (EPERM)

&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment>&lt;br/&gt;
Lustre Branch: b1_8&lt;br/&gt;
Lustre Build: &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/61/&quot;&gt;http://newbuild.whamcloud.com/job/lustre-b1_8/61/&lt;/a&gt;&lt;br/&gt;
Distro/Arch: CentOS5.6/x86_64(OFED 1.5.3, ext4)&lt;br/&gt;
</environment>
        <key id="11076">LU-377</key>
            <summary>POSIX: chmod.5: chown(&quot;chmod-t.5&quot;, 1001, 1000) failed - errno 1 (EPERM)</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="1">Fixed</resolution>
                                        <assignee username="wc-triage">WC Triage</assignee>
                                    <reporter username="yujian">Jian Yu</reporter>
                        <labels>
                    </labels>
                <created>Tue, 31 May 2011 02:37:34 +0000</created>
                <updated>Tue, 30 May 2017 18:59:50 +0000</updated>
                            <resolved>Tue, 30 May 2017 18:59:50 +0000</resolved>
                                    <version>Lustre 1.8.8</version>
                    <version>Lustre 1.8.7</version>
                    <version>Lustre 1.8.6</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="15332" author="adilger" created="Tue, 31 May 2011 12:11:25 +0000"  >&lt;p&gt;Does the MDS have the group_upcall configured, and /etc/passwd and /etc/group modified to match the users and groups configured on the client?  Do you know if this (and other POSIX tests) passed with 1.8.5?&lt;/p&gt;</comment>
                            <comment id="15354" author="yujian" created="Wed, 1 Jun 2011 06:23:40 +0000"  >&lt;blockquote&gt;&lt;p&gt;Does the MDS have the group_upcall configured, and /etc/passwd and /etc/group modified to match the users and groups configured on the client?&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Yes.&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;# lctl get_param mds.*.group_upcall
mds.lustre-MDT0000.group_upcall=/usr/sbin/l_getgroups
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;blockquote&gt;&lt;p&gt;Do you know if this (and other POSIX tests) passed with 1.8.5?&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;All of the tests also failed on Lustre 1.8.4: &lt;a href=&quot;https://bugzilla.lustre.org/show_bug.cgi?id=23359&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;bug 23359&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It seems that the POSIX compliance testing was not run on Lustre 1.8.5.&lt;/p&gt;
</comment>
                            <comment id="16522" author="yujian" created="Fri, 17 Jun 2011 07:05:23 +0000"  >&lt;p&gt;Lustre Branch: v1_8_6_RC2&lt;br/&gt;
Lustre Build: &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/80/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://newbuild.whamcloud.com/job/lustre-b1_8/80/&lt;/a&gt;&lt;br/&gt;
e2fsprogs Build: &lt;a href=&quot;http://newbuild.whamcloud.com/job/e2fsprogs-master/40/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://newbuild.whamcloud.com/job/e2fsprogs-master/40/&lt;/a&gt;&lt;br/&gt;
Distro/Arch: RHEL5/x86_64(OFED 1.5.3.1, kernel version: 2.6.18-238.12.1.el5_lustre)&lt;/p&gt;

&lt;p&gt;POSIX compliance testing report: &lt;a href=&quot;https://maloo.whamcloud.com/test_sets/2cd4d244-98d1-11e0-9a27-52540025f9af&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/2cd4d244-98d1-11e0-9a27-52540025f9af&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The baseline is ext4.&lt;/p&gt;</comment>
                            <comment id="21098" author="yujian" created="Tue, 11 Oct 2011 06:08:41 +0000"  >&lt;p&gt;Lustre Tag: v1_8_7_WC1_RC1&lt;br/&gt;
Lustre Build: &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/142/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://newbuild.whamcloud.com/job/lustre-b1_8/142/&lt;/a&gt;&lt;br/&gt;
e2fsprogs Build: &lt;a href=&quot;http://newbuild.whamcloud.com/job/e2fsprogs-master/65/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://newbuild.whamcloud.com/job/e2fsprogs-master/65/&lt;/a&gt;&lt;br/&gt;
Distro/Arch: RHEL5/x86_64(server, OFED 1.5.3.2, ext4-based ldiskfs), RHEL6/x86_64(client, in-kernel OFED)&lt;/p&gt;

&lt;p&gt;POSIX compliance testing report: &lt;a href=&quot;https://maloo.whamcloud.com/test_sets/30866dc0-f3ef-11e0-908b-52540025f9af&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/30866dc0-f3ef-11e0-908b-52540025f9af&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The baseline is ext4.&lt;/p&gt;</comment>
                            <comment id="38607" author="yujian" created="Fri, 11 May 2012 01:51:04 +0000"  >&lt;p&gt;Lustre Tag: v1_8_8_WC1_RC1&lt;br/&gt;
Lustre Build: &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/195/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://build.whamcloud.com/job/lustre-b1_8/195/&lt;/a&gt;&lt;br/&gt;
e2fsprogs Build: &lt;a href=&quot;http://build.whamcloud.com/job/e2fsprogs-master/278/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://build.whamcloud.com/job/e2fsprogs-master/278/&lt;/a&gt;&lt;br/&gt;
Distro/Arch: RHEL5.8/x86_64(server, ext4-based ldiskfs), RHEL6.2/x86_64(client)&lt;br/&gt;
Network: IB (in-kernel OFED)&lt;/p&gt;

&lt;p&gt;POSIX compliance testing report: &lt;a href=&quot;https://maloo.whamcloud.com/test_sets/99712946-9b2a-11e1-a0a0-52540035b04c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/99712946-9b2a-11e1-a0a0-52540035b04c&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The baseline is ext4.&lt;/p&gt;</comment>
                            <comment id="197330" author="adilger" created="Mon, 29 May 2017 02:21:34 +0000"  >&lt;p&gt;Does this test still fail with master, or should it be closed?&lt;/p&gt;</comment>
                            <comment id="197584" author="yujian" created="Tue, 30 May 2017 18:59:50 +0000"  >&lt;p&gt;posix test passed on master branch (build #3593):&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/ecf1cd8c-4408-11e7-b3fe-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/ecf1cd8c-4408-11e7-b3fe-5254006e85c2&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Let&apos;s close this ticket.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                    <customfield id="customfield_10020" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Bugzilla ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>23360.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <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|hzw11j:</customfieldvalue>

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