<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:47:02 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-4924] /usr/bin/touch removes the setgid bit on directories</title>
                <link>https://jira.whamcloud.com/browse/LU-4924</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;MDS/OSS are running Centos 6.4 and Lustre 2.4.2.  Clients also running 2.4.2.&lt;/p&gt;

&lt;p&gt;Calling &quot;touch -a&quot; to update the atime on a directory clears the setgid bit from that directory.&lt;/p&gt;

&lt;p&gt;Example:&lt;/p&gt;

&lt;p&gt;$ mkdir foo&lt;br/&gt;
$ ls -ld foo&lt;br/&gt;
drwxrwx--x 2 user user 4096 Apr 17 11:47 foo&lt;br/&gt;
$ chgrp group foo&lt;br/&gt;
ls -ld foo&lt;br/&gt;
drwxrwx--x 2 user group 4096 Apr 17 11:47 foo&lt;br/&gt;
$ chmod g+s foo&lt;br/&gt;
$ ls -ld foo&lt;br/&gt;
drwxrws--x 2 user group 4096 Apr 17 11:47 foo&lt;br/&gt;
$ touch -a foo&lt;br/&gt;
$ ls -ld foo&lt;br/&gt;
drwxrwx--x 2 user group 4096 Apr 17 11:47 foo&lt;/p&gt;




&lt;p&gt;This is unexpected behavior, and seems like a bug.  I don&apos;t get this behavior on local or NFS filesystems.  If it&apos;s relevant, our identity_upcall setting is &quot;NONE&quot;&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Peter&lt;/p&gt;</description>
                <environment>Centos 6.5/Debian 6 clients, DDN Exascaler servers.</environment>
        <key id="24273">LU-4924</key>
            <summary>/usr/bin/touch removes the setgid bit on directories</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.whamcloud.com/images/icons/priorities/critical.svg">Critical</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="utopiabound">Nathaniel Clark</assignee>
                                    <reporter username="orentas">Oz Rentas</reporter>
                        <labels>
                            <label>mn4</label>
                    </labels>
                <created>Thu, 17 Apr 2014 15:51:58 +0000</created>
                <updated>Tue, 27 May 2014 15:48:31 +0000</updated>
                            <resolved>Tue, 13 May 2014 19:26:07 +0000</resolved>
                                    <version>Lustre 2.6.0</version>
                    <version>Lustre 2.4.2</version>
                                    <fixVersion>Lustre 2.6.0</fixVersion>
                    <fixVersion>Lustre 2.5.2</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>10</watches>
                                                                            <comments>
                            <comment id="81855" author="jlevi" created="Thu, 17 Apr 2014 17:46:06 +0000"  >&lt;p&gt;Nathaniel,&lt;br/&gt;
Could you please have a look at this one?&lt;br/&gt;
Thank you!&lt;/p&gt;</comment>
                            <comment id="81856" author="adilger" created="Thu, 17 Apr 2014 17:46:09 +0000"  >&lt;p&gt;I tested this locally on 2.4.2 and master with the default identity_upcall, and the problem is present in both versions.&lt;/p&gt;</comment>
                            <comment id="81857" author="adilger" created="Thu, 17 Apr 2014 17:47:11 +0000"  >&lt;p&gt;strace of &quot;&lt;tt&gt;touch -a /mnt/testfs/foo&lt;/tt&gt;&quot; on master:&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;open(&quot;/mnt/testfs/foo&quot;, O_WRONLY|O_CREAT|O_NOCTTY|O_NONBLOCK, 0666) = -1 EISDIR (Is a directory)
stat(&quot;/mnt/testfs/foo&quot;, {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
utimensat(AT_FDCWD, &quot;/mnt/testfs/foo&quot;, {UTIME_NOW, {1397756585, 0}}, 0) = 0
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="82211" author="orentas" created="Tue, 22 Apr 2014 21:50:23 +0000"  >&lt;p&gt;Is there any new information to report back to the customer on this one?  Thanks!&lt;/p&gt;</comment>
                            <comment id="82335" author="utopiabound" created="Wed, 23 Apr 2014 21:49:59 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/10071&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/10071&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="82772" author="adilger" created="Tue, 29 Apr 2014 18:08:49 +0000"  >&lt;p&gt;Patch 10071 was landed because it was marked Maloo +1, but this was unfortunately a lie due to TEI-1508, and it was actually failing its own test 100% of the time because the test script was missing from lustre/tests/Makefile.am, so was immediately reverted.  Could you please submit a replacement patch (I suspect it will need to use a new ChangeId).&lt;/p&gt;</comment>
                            <comment id="82801" author="utopiabound" created="Tue, 29 Apr 2014 20:27:56 +0000"  >&lt;p&gt;With the Makefile.am change this time:&lt;br/&gt;
 &lt;a href=&quot;http://review.whamcloud.com/10153&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/10153&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="84044" author="utopiabound" created="Tue, 13 May 2014 19:26:07 +0000"  >&lt;p&gt;Fix landed to master&lt;/p&gt;</comment>
                            <comment id="84646" author="bogl" created="Wed, 21 May 2014 20:28:24 +0000"  >&lt;p&gt;backport to b2_5:&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/10405&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/10405&lt;/a&gt;&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|hzwkh3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>13611</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10023"><![CDATA[4]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>