<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:13:00 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-14811] Modified time affected by tar extraction for files with extended acls</title>
                <link>https://jira.whamcloud.com/browse/LU-14811</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;lustre-client-2.12.6-1 has a bug the when paired with extended acls. When you extract a tarball to a directory with default extended acls, the modified time on the extracted files change to the time of extraction.&lt;/p&gt;

&lt;p&gt;Without the extended acls, the tarball extraction works as intended. We have reverted to 2.12.5-1 which also works as intended.&lt;/p&gt;</description>
                <environment></environment>
        <key id="64975">LU-14811</key>
            <summary>Modified time affected by tar extraction for files with extended acls</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="1" iconUrl="https://jira.whamcloud.com/images/icons/statuses/open.png" description="The issue is open and ready for the assignee to start work on it.">Open</status>
                    <statusCategory id="2" key="new" colorName="default"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="wc-triage">WC Triage</assignee>
                                    <reporter username="kingda">David King</reporter>
                        <labels>
                    </labels>
                <created>Sat, 3 Jul 2021 13:59:29 +0000</created>
                <updated>Thu, 5 Aug 2021 21:02:19 +0000</updated>
                                            <version>Lustre 2.12.6</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="306168" author="pjones" created="Sat, 3 Jul 2021 14:00:10 +0000"  >
&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;
[root@hydro39 kingda]# uname -a
Linux hydro39.internal.ncsa.edu 4.18.0-193.56.1.el8_2.x86_64 #1 SMP Wed May 12 08:59:44 EDT 2021 x86_64 x86_64 x86_64 GNU/Linux
[root@hydro39 kingda]# rpm -qa|grep lustre
lustre-client-dkms-2.12.6-1.el8.noarch
lustre-client-2.12.6-1.el8.x86_64
 
[root@hydro39 kingda]# getfacl .
# file: .
# owner: kingda
# group: bw_staff
# flags: -s-
user::rwx
user:jenos:rwx
group::rwx
mask::rwx
other::r-x
&lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt;:user::rwx
&lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt;:user:kingda:rwx
&lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt;:group::rwx
&lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt;:mask::rwx
&lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt;:other::r-x
 
[root@hydro39 kingda]# tar -xzvf EasyBuild-8.2/sources/m/M4/m4-1.4.18.tar.gz
&#8230;
&#8230;
[root@hydro39 kingda]# ls -alrt m4-1.4.18/
total 472
drwxrwxr-x+  2 root   root       20480 Jul  2 11:11 tests
-rw-rw-r--+  1 root   root       63687 Jul  2 11:11 maint.mk
-rw-rw-r--+  1 root   root      195907 Jul  2 11:11 ChangeLog-2014
-rw-rw-r--+  1 root   root        3912 Jul  2 11:11 ChangeLog
-rw-rw-r--+  1 root   root        2590 Jul  2 11:11 BACKLOG
-rw-rw-r--+  1 root   root       69156 Jul  2 11:11 aclocal.m4
 
[kingda@hydro40 ~]$ uname -a
Linux hydro40.internal.ncsa.edu 4.18.0-193.56.1.el8_2.x86_64 #1 SMP Wed May 12 08:59:44 EDT 2021 x86_64 x86_64 x86_64 GNU/Linux
 
[root@hydro40 ~]# rpm -qa |grep lustre
lustre-client-dkms-2.12.5-1.el8.noarch
lustre-client-2.12.5-1.el8.x86_64
 
[kingda@hydro40 ~]$ cd /projects/staff/kingda/
[kingda@hydro40 kingda]$ getfacl .
# file: .
# owner: kingda
# group: bw_staff
# flags: -s-
user::rwx
user:jenos:rwx
group::rwx
mask::rwx
other::r-x
&lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt;:user::rwx
&lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt;:user:kingda:rwx
&lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt;:group::rwx
&lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt;:mask::rwx
&lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt;:other::r-x
 
[kingda@hydro40 kingda]$ pwd
/projects/staff/kingda
[kingda@hydro40 kingda]$ ls
condor_jobs  m4-1.4.18  software  vfyproj
[kingda@hydro40 kingda]$ rm -rf m4-1.4.18/
 
[kingda@hydro40 kingda]$ tar -xvzf /hysw/EasyBuild-8.2/sources/m/M4/m4-1.4.18.tar.gz
&#8230; 
&#8230;
[kingda@hydro40 kingda]$ ls -alrt m4-1.4.18/
total 1908
-rw-rw-r--+  1 kingda bw_staff   15293 Dec 29  2016 c-boxes.el
-rw-rw-r--+  1 kingda bw_staff     869 Dec 29  2016 acinclude.m4
-rw-rw-r--+  1 kingda bw_staff    2068 Dec 29  2016 TODO
-rw-rw-r--+  1 kingda bw_staff    6574 Dec 29  2016 THANKS
-rw-rw-r--+  1 kingda bw_staff    3989 Dec 29  2016 README
 

&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="309409" author="kingda" created="Thu, 5 Aug 2021 21:02:19 +0000"  >&lt;p&gt;I believe this issue was caused by a configuration issue for the node. The timezone was not set in the node image but the time was correct.&#160; Different nodes were acting differently with the same image (some correctly and others not.&lt;/p&gt;

&lt;p&gt;Either way, this can be closed. The issue seems to resolved on my end and I have tried to replicate the issue and cannot.&#160;&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|i01yg7:</customfieldvalue>

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