Bug 1761932
| Summary: | ctime value is different from atime/mtime on a create of file | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Nag Pavan Chilakam <nchilaka> |
| Component: | core | Assignee: | Shwetha K Acharya <sacharya> |
| Status: | CLOSED ERRATA | QA Contact: | milind <mwaykole> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rhgs-3.5 | CC: | pasik, pprakash, puebele, rhs-bugs, rkothiya, sacharya, sheggodu, storage-qa-internal, vdas |
| Target Milestone: | --- | ||
| Target Release: | RHGS 3.5.z Batch Update 3 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | glusterfs-6.0-38 | Doc Type: | No Doc Update |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-12-17 04:50:17 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Nag Pavan Chilakam
2019-10-15 15:59:37 UTC
Do we have this test automated? Not yet automated(In reply to Yaniv Kaul from comment #4) > Do we have this test automated? Not yet automated
Steps used verify:
1. Create a volume , enable features.ctime, mount volume
2. Create a directory "dir1" and check the a|m|c times
3. Create a file "file1" and check the a|m|c times
4. Again create a new file "file2" as below
command>>> touch file2;stat file2;stat file2
5. Check the a|m|c times of "file2"
As ctime, mtime, atime are equal and the test-cases are passing
marking this bug as verified
Additional info :
=========
rpm -qa | grep -i glusterfs
glusterfs-6.0-45.el8rhgs.x86_64
glusterfs-fuse-6.0-45.el8rhgs.x86_64
glusterfs-api-6.0-45.el8rhgs.x86_64
glusterfs-selinux-1.0-1.el8rhgs.noarch
glusterfs-client-xlators-6.0-45.el8rhgs.x86_64
glusterfs-server-6.0-45.el8rhgs.x86_64
glusterfs-cli-6.0-45.el8rhgs.x86_64
glusterfs-libs-6.0-45.el8rhgs.x86_64
===============
rpm -qa | grep -i glusterfs
glusterfs-libs-6.0-45.el7rhgs.x86_64
glusterfs-events-6.0-45.el7rhgs.x86_64
glusterfs-client-xlators-6.0-45.el7rhgs.x86_64
glusterfs-cli-6.0-45.el7rhgs.x86_64
glusterfs-rdma-6.0-45.el7rhgs.x86_64
glusterfs-6.0-45.el7rhgs.x86_64
glusterfs-api-6.0-45.el7rhgs.x86_64
glusterfs-geo-replication-6.0-45.el7rhgs.x86_64
glusterfs-fuse-6.0-45.el7rhgs.x86_64
glusterfs-server-6.0-45.el7rhgs.x86_64
===================
test_consistent_timestamps_on_new_entries.py::ConsistentValuesAcrossTimeStamps_cplex_distributed-arbiter_glusterfs::test_time_stamps_on_create PASSED
test_consistent_timestamps_on_new_entries.py::ConsistentValuesAcrossTimeStamps_cplex_distributed-replicated_glusterfs::test_time_stamps_on_create PASSED
test_consistent_timestamps_on_new_entries.py::ConsistentValuesAcrossTimeStamps_cplex_distributed-dispersed_glusterfs::test_time_stamps_on_create PASSED
test_consistent_timestamps_on_new_entries.py::ConsistentValuesAcrossTimeStamps_cplex_replicated_glusterfs::test_time_stamps_on_create PASSED
test_consistent_timestamps_on_new_entries.py::ConsistentValuesAcrossTimeStamps_cplex_distributed_glusterfs::test_time_stamps_on_create PASSED
test_consistent_timestamps_on_new_entries.py::ConsistentValuesAcrossTimeStamps_cplex_dispersed_glusterfs::test_time_stamps_on_create PASSED
test_consistent_timestamps_on_new_entries.py::ConsistentValuesAcrossTimeStamps_cplex_arbiter_glusterfs::test_time_stamps_on_create PASSED
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (glusterfs bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:5603 |