Bug 1395133
Summary: | Rename is failing with ENOENT while remove-brick start operation is in progress | |||
---|---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Prasad Desala <tdesala> | |
Component: | distribute | Assignee: | Nithya Balachandran <nbalacha> | |
Status: | CLOSED WONTFIX | QA Contact: | Prasad Desala <tdesala> | |
Severity: | medium | Docs Contact: | ||
Priority: | high | |||
Version: | rhgs-3.2 | CC: | amukherj, moagrawa, nbalacha, rhinduja, rhs-bugs, spalai, storage-qa-internal | |
Target Milestone: | --- | Keywords: | ZStream | |
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | dht-rename-file | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1398554 (view as bug list) | Environment: | ||
Last Closed: | 2019-09-30 05:09:09 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: | 1286127, 1395217 | |||
Bug Blocks: | 1398554 |
Description
Prasad Desala
2016-11-15 09:08:14 UTC
Looks like the same issue as reported by BZ 1286127. Marking it depends on 1286127 for now. RCA of rename failing with ENOENT is same as mentioned in BZ 1286127. rename is failing with ENOENT because file is not available on cached_subvol that has changed during migration process. To resolve it pass a new rename fops(dht_rename2) (in case of failure) to dht_rebalance_complete_check ,it will call dht_rename2 after complete migration process. |