[Bugs] [Bug 1726175] New: CentOs 6 GlusterFS client creates files with time 01/01/1970
bugzilla at redhat.com
bugzilla at redhat.com
Tue Jul 2 09:35:06 UTC 2019
https://bugzilla.redhat.com/show_bug.cgi?id=1726175
Bug ID: 1726175
Summary: CentOs 6 GlusterFS client creates files with time
01/01/1970
Product: GlusterFS
Version: 6
Hardware: x86_64
OS: Linux
Status: NEW
Component: fuse
Severity: high
Assignee: bugs at gluster.org
Reporter: alexis.fernandez at altafonte.com
CC: bugs at gluster.org
Target Milestone: ---
Classification: Community
Description of problem:
CentOs 6 gluster client with glusterfs volume mounted creates files with time
creation "01/01/1970". Files created by user apache, or with user root with
vim, or nano, are created with bad date. But if create with touch, the date is
correct.
Version-Release number of selected component (if applicable):
glusterfs-fuse-6.3-1.el6.x86_64
How reproducible:
Create file in mountpoint with vim, or nano.
Steps to Reproduce:
1. yum install centos-release-gluster6
2. yum install glusterfs-client
3. mount -t glusterfs IP:/remotevol /mnt/localdir
4. cd /mnt/localdir
5. vim asdasdad
6. :wq!
7. ls -lah asdasdad
Actual results:
-rw-r--r-- 1 root root 0 ene 1 1970 test
Expected results:
-rw-r--r-- 1 root root 0 jul 1 2019 test
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the Bugs
mailing list