Bug 788051
Summary: | [b708b18b833d1f2ba4da394884bc762a821ff56b]: self-heal failing due to invalid arguement | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Raghavendra Bhat <rabhat> |
Component: | replicate | Assignee: | Pranith Kumar K <pkarampu> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | mainline | CC: | gluster-bugs, shwetha.h.panduranga |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | glusterfs-3.4.0 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-07-24 17:43:59 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | glusterfs-3.3.0qa40 | Category: | --- |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 817967 |
Description
Raghavendra Bhat
2012-02-07 10:52:48 UTC
Not able to reproduce this bug. Johnny can you try once. CHANGE: http://review.gluster.com/3137 (libglusterfs: loc_copy should set name only if src->name is set) merged in master by Anand Avati (avati) Steps to recreate the bug:- -------------------------- 1) create a replicate volume (1X3).start the volume 2) create fuse mount 3) from the fuse mount, create a directory <dir1> and create 10 files in it. 4) unmount the fuse mount 5) delete 5 files from the backend on one of the bricks 6) create fuse mount 7) cd <dir1> ; execute 'ls' Checked with glusterfs-3.3.0qa40 and its fixed now. Followed the steps and did not get Invalid argument errors in log. [2012-05-08 18:42:04.451291] I [afr-common.c:1347:afr_launch_self_heal] 0-mirror-replicate-0: entry self-heal triggered. path: /dir, reason: checksums of directory differ [2012-05-08 18:42:04.476583] E [afr-self-heal-common.c:1011:afr_sh_common_lookup_resp_handler] 0-mirror-replicate-0: path /dir/9 on subvolume mirror-client-0 => -1 (No such file or directory) [2012-05-08 18:42:04.507030] E [afr-self-heal-common.c:1011:afr_sh_common_lookup_resp_handler] 0-mirror-replicate-0: path /dir/7 on subvolume mirror-client-0 => -1 (No such file or directory) [2012-05-08 18:42:04.526571] E [afr-self-heal-common.c:1011:afr_sh_common_lookup_resp_handler] 0-mirror-replicate-0: path /dir/8 on subvolume mirror-client-0 => -1 (No such file or directory) [2012-05-08 18:42:04.526772] E [afr-self-heal-common.c:1011:afr_sh_common_lookup_resp_handler] 0-mirror-replicate-0: path /dir/1 on subvolume mirror-client-0 => -1 (No such file or directory) [2012-05-08 18:42:04.526920] E [afr-self-heal-common.c:1011:afr_sh_common_lookup_resp_handler] 0-mirror-replicate-0: path /dir/5 on subvolume mirror-client-0 => -1 (No such file or directory) [2012-05-08 18:42:04.563085] I [afr-self-heal-common.c:2054:afr_self_heal_completion_cbk] 0-mirror-replicate-0: background entry self-heal completed on /dir |