Bug 1254451
Summary: | Data Tiering : Some tier xlator_fops translate to the default fops | |||
---|---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Nithya Balachandran <nbalacha> | |
Component: | tiering | Assignee: | Nithya Balachandran <nbalacha> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | bugs <bugs> | |
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | mainline | CC: | bugs | |
Target Milestone: | --- | Keywords: | Reopened | |
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | glusterfs-3.8rc2 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1254468 (view as bug list) | Environment: | ||
Last Closed: | 2016-06-16 13:32:25 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: | ||||
Bug Blocks: | 1254468, 1260923 |
Description
Nithya Balachandran
2015-08-18 07:47:11 UTC
REVIEW: http://review.gluster.org/11948 (cluster/tier : Use dht_* versions for xlator_fops) posted (#1) for review on master by N Balachandran (nbalacha) This causes issues during file migration as the tier dht layer does not call the dht_* for some fops, because of which the dht specific processing to never happens at the tier layer. REVIEW: http://review.gluster.org/11948 (cluster/tier : Use dht_* versions for xlator_fops) posted (#2) for review on master by N Balachandran (nbalacha) COMMIT: http://review.gluster.org/11948 committed in master by Dan Lambright (dlambrig) ------ commit a4bbb71e91744ed387606dd4eb5bee55cf86b079 Author: N Balachandran <nbalacha> Date: Tue Aug 18 13:37:12 2015 +0530 cluster/tier : Use dht_* versions for xlator_fops The tier xlator was using the default_* versions for some xlator_fops. Changed to use the dht_* versions for all xlator_fops Change-Id: I8252fb3911b8a48a55e9eee42b89bd66bbacf799 BUG: 1254451 Signed-off-by: N Balachandran <nbalacha> Reviewed-on: http://review.gluster.org/11948 Reviewed-by: Dan Lambright <dlambrig> Tested-by: Dan Lambright <dlambrig> Fix for this BZ is already present in a GlusterFS release. You can find clone of this BZ, fixed in a GlusterFS release and closed. Hence closing this mainline BZ as well. This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.8.0, please open a new bug report. glusterfs-3.8.0 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution. [1] http://blog.gluster.org/2016/06/glusterfs-3-8-released/ [2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user |