[Bugs] [Bug 1734303] New: Open fd heal should filter O_APPEND/O_EXCL
bugzilla at redhat.com
bugzilla at redhat.com
Tue Jul 30 08:15:27 UTC 2019
https://bugzilla.redhat.com/show_bug.cgi?id=1734303
Bug ID: 1734303
Summary: Open fd heal should filter O_APPEND/O_EXCL
Product: Red Hat Gluster Storage
Version: rhgs-3.5
Status: NEW
Component: disperse
Severity: medium
Priority: medium
Assignee: aspandey at redhat.com
Reporter: aspandey at redhat.com
QA Contact: nchilaka at redhat.com
CC: atumball at redhat.com, bugs at gluster.org,
pkarampu at redhat.com, rhs-bugs at redhat.com,
sankarshan at redhat.com, storage-qa-internal at redhat.com
Depends On: 1733935
Target Milestone: ---
Classification: Red Hat
+++ This bug was initially created as a clone of Bug #1733935 +++
Description of problem:
Problem:
when a file needs to be re-opened O_APPEND and O_EXCL
flags are not filtered in EC.
- O_APPEND should be filtered because EC doesn't send O_APPEND below EC for
open to make sure writes happen on the individual fragments instead of at
the
end of the file.
- O_EXCL should be filtered because shd could have created the file so even
without O_EXCL open should succeed.
Fix:
Filter out these two flags in reopen.
Version-Release number of selected component (if applicable):
How reproducible:
Found while reading code.
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
--- Additional comment from Amar Tumballi on 2019-07-30 05:25:19 UTC ---
https://review.gluster.org/#/c/glusterfs/+/23121/ posted.
--- Additional comment from Worker Ant on 2019-07-30 05:39:45 UTC ---
REVIEW: https://review.gluster.org/23121 (cluster/ec: Fix reopen flags to avoid
misbehavior) merged (#4) on master by Pranith Kumar Karampuri
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1733935
[Bug 1733935] Open fd heal should filter O_APPEND/O_EXCL
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Bugs
mailing list