From e06adccb38f3dc91a4534232237e07589cd07426 Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Tue, 17 Nov 2015 17:01:47 +0530 Subject: cluster/ec: Mark self-heal fops as internal Change-Id: I8ae7af266d3e00460f0cfdc9389a926e5f2fee36 BUG: 1282761 Signed-off-by: Pranith Kumar K Reviewed-on: http://review.gluster.org/12598 Tested-by: Gluster Build System Tested-by: NetBSD Build System Reviewed-by: Xavier Hernandez --- xlators/mgmt/glusterd/src/glusterd-replace-brick.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/mgmt') diff --git a/xlators/mgmt/glusterd/src/glusterd-replace-brick.c b/xlators/mgmt/glusterd/src/glusterd-replace-brick.c index 4c59f0fe0f5..3ecb4f064f1 100644 --- a/xlators/mgmt/glusterd/src/glusterd-replace-brick.c +++ b/xlators/mgmt/glusterd/src/glusterd-replace-brick.c @@ -75,7 +75,7 @@ glusterd_handle_replicate_replace_brick (glusterd_volinfo_t *volinfo, DEFAULT_LOG_FILE_DIRECTORY"/%s-replace-brick-mount.log", volinfo->volname); - ret = gf_asprintf (&pid, "%d", GF_CLIENT_PID_AFR_SELF_HEALD); + ret = gf_asprintf (&pid, "%d", GF_CLIENT_PID_SELF_HEALD); if (ret < 0) goto out; -- cgit