Bug 1348904
Summary: | [geo-rep]: If the data is copied from .snaps directory to the master, it doesn't get sync to slave [First Copy] | |||
---|---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Kotresh HR <khiremat> | |
Component: | geo-replication | Assignee: | Kotresh HR <khiremat> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | ||
Severity: | urgent | Docs Contact: | ||
Priority: | unspecified | |||
Version: | mainline | CC: | avishwan, bmohanra, bugs, csaba, rcyriac, rhinduja, storage-qa-internal | |
Target Milestone: | --- | Keywords: | ZStream | |
Target Release: | --- | |||
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | v3.10.0 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | 1344908 | |||
: | 1349271 1349274 (view as bug list) | Environment: | ||
Last Closed: | 2017-03-08 09:30:20 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: | 1344908 | |||
Bug Blocks: | 1349271, 1349274 |
Description
Kotresh HR
2016-06-22 09:38:39 UTC
REVIEW: http://review.gluster.org/14773 (feature/gfid-access: Fix nameless lookup on ".gfid") posted (#1) for review on master by Kotresh HR (khiremat) COMMIT: http://review.gluster.org/14773 committed in master by Raghavendra G (rgowdapp) ------ commit b37c6d9088851b2ef83ce4e28af642892e5fd268 Author: Kotresh HR <khiremat> Date: Wed Jun 22 13:05:10 2016 +0530 feature/gfid-access: Fix nameless lookup on ".gfid" Problem: In geo-replication, if the data copied from .snaps directory to the master, the first set of copy after uss is enabled doesn't get sync to slave. Cause: Enabling uss results in graph switch. So when the lookup comes on "0x00...0d/gfid1" on new graph, ("0x00...0d' being the gfid of virtual directory ".gfid"), it fails as gfid-access xlator doesn't handle it. Fix: Handle nameless lookup on ".gfid" in gfid-access xlator. Change-Id: I32be0064e8fd58068646dbf662432f4a3da14e77 BUG: 1348904 Signed-off-by: Kotresh HR <khiremat> Reviewed-on: http://review.gluster.org/14773 Smoke: Gluster Build System <jenkins.org> NetBSD-regression: NetBSD Build System <jenkins.org> CentOS-regression: Gluster Build System <jenkins.org> Reviewed-by: Raghavendra G <rgowdapp> |