Bug 1158621
Summary: | syncops do not pass xdata for many calls | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Jeff Darcy <jdarcy> |
Component: | core | Assignee: | Raghavendra Talur <rtalur> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | mainline | CC: | atumball, bugs, rtalur |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-08-11 12:39:30 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: |
Description
Jeff Darcy
2014-10-29 18:03:21 UTC
REVIEW: http://review.gluster.org/8769 (core/api: add xdata support) posted (#2) for review on master by Jeff Darcy (jdarcy) REVIEW: http://review.gluster.org/8769 (core/api: add xdata support) posted (#3) for review on master by Jeff Darcy (jdarcy) REVIEW: http://review.gluster.org/9859 (libglusterfs/syncop: Add xdata to all syncop calls) posted (#3) for review on master by Raghavendra Talur (rtalur) REVIEW: http://review.gluster.org/9859 (libglusterfs/syncop: Add xdata to all syncop calls) posted (#4) for review on master by Raghavendra Talur (rtalur) REVIEW: http://review.gluster.org/9859 (libglusterfs/syncop: Add xdata to all syncop calls) posted (#5) for review on master by Raghavendra Talur (rtalur) REVIEW: http://review.gluster.org/9859 (libglusterfs/syncop: Add xdata to all syncop calls) posted (#6) for review on master by Raghavendra Talur (rtalur) REVIEW: http://review.gluster.org/9859 (libglusterfs/syncop: Add xdata to all syncop calls) posted (#7) for review on master by Raghavendra Talur (rtalur) REVIEW: http://review.gluster.org/9859 (libglusterfs/syncop: Add xdata to all syncop calls) posted (#8) for review on master by Raghavendra Talur (rtalur) REVIEW: http://review.gluster.org/9859 (libglusterfs/syncop: Add xdata to all syncop calls) posted (#9) for review on master by Raghavendra Talur (rtalur) COMMIT: http://review.gluster.org/9859 committed in master by Vijay Bellur (vbellur) ------ commit 346e64e578573296028efa516cd93cfaf2b17b8f Author: Raghavendra Talur <rtalur> Date: Wed Mar 11 18:36:01 2015 +0530 libglusterfs/syncop: Add xdata to all syncop calls This patch adds support for xdata in both the request and response path of syncops. Few calls like lookup already had the support; have renamed variables in few places to maintain uniformity. xdata passed downwards is known as xdata_in and xdata passed upwards is known as xdata_out. There is an old patch by Jeff Darcy at http://review.gluster.org/#/c/8769/3 which does the same for some selected calls. It also brings in xdata support at gfapi level. xdata support at gfapi level would be introduced in subsequent patches. Change-Id: I340e94ebaf2a38e160e65bc30732e8fe1c532dcc BUG: 1158621 Signed-off-by: Raghavendra Talur <rtalur> Reviewed-on: http://review.gluster.org/9859 Tested-by: Gluster Build System <jenkins.com> Reviewed-by: Vijay Bellur <vbellur> A new bug has been filed for tracking xdata support in gfapi. Changing summary of this bug to limit request for xdata support in syncop. |