Bug 1114033
Summary: | DHT :- file creation failed with 'Stale file handle' on nfs mount (all sub-volumes were up, parent Directory was not created on all sub-volumes) | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Rachana Patel <racpatel> |
Component: | distribute | Assignee: | Satish Mohan <smohan> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | rhgs-3.0 | CC: | mzywusko, rcyriac, rgowdapp, smohan, tdesala |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | triaged h | ||
Fixed In Version: | 3.7.9-10 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-01-02 15:19:56 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: | |||
Bug Depends On: | 1278399 | ||
Bug Blocks: |
Description
Rachana Patel
2014-06-27 13:52:29 UTC
Similar to bz 1278399. Fixed by: https://code.engineering.redhat.com/gerrit/#/c/61036/ Fixed in 3.1.2 This issue is not seen on gluster build: 3.7.9-10.el7rhgs.x86_64. Here are the steps that were followed, 1. Created a distributed replica 4x2 volume and mounted it on multiple clients (NFS & FUSE). 2. To reproduce race, kept break point at dht_mkdir_hashed_cbk from FUSE and started creating directory, mkdir test_fuse 3. From NFS mount, created a file inside the directory "test_fuse" touch test_fuse/f1 File is created from NFS mount without any issues/errors. Hence, marking this bug as Verified. |