Bug 765316 (GLUSTER-3584)

Summary: if rebalance is successful, no error logs should be present in rebalance client log file
Product: [Community] GlusterFS Reporter: shylesh <shylesh>
Component: coreAssignee: shishir gowda <sgowda>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: pre-releaseCC: gluster-bugs, nsathyan
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description shylesh 2011-09-19 08:33:58 UTC
1. Create a distribute volume with two bricks
2. Create some files on this volume through mount point
3. Now initiate reblance on this volume

Bug
----
Rebalance completes as expected but client log file says something else.

[2011-09-19 13:32:43.149942] W [fuse-bridge.c:847:fuse_err_cbk] 0-glusterfs-fuse: 2128: SETXATTR() /937 => -1 (Operation not supported)
[2011-09-19 13:32:43.150425] W [fuse-bridge.c:847:fuse_err_cbk] 0-glusterfs-fuse: 2129: SETXATTR() /695 => -1 (Operation not supported)
[2011-09-19 13:32:43.150896] W [fuse-bridge.c:847:fuse_err_cbk] 0-glusterfs-fuse: 2130: SETXATTR() /234 => -1 (Operation not supported)
[2011-09-19 13:32:43.151387] C [fuse-bridge.c:876:fuse_setxattr_cbk] 0-glusterfs-fuse: extended attribute not supported by the backend storage
[2011-09-19 13:32:43.151472] W [fuse-bridge.c:847:fuse_err_cbk] 0-glusterfs-fuse: 2131: SETXATTR() /293 => -1 (Operation not supported)
[2011-09-19 13:32:43.163867] W [fuse-bridge.c:847:fuse_err_cbk] 0-glusterfs-fuse: 2156: SETXATTR() /597 => -1 (Operation not supported)
[2011-09-19 13:32:43.164331] W [fuse-bridge.c:847:fuse_err_cbk] 0-glusterfs-fuse: 2157: SETXATTR() /688 => -1 (Operation not supported)
[2011-09-19 13:32:43.164740] W [fuse-bridge.c:847:fuse_err_cbk] 0-glusterfs-fuse: 2158: SETXATTR() /162 => -1 (Operation not supported)
[2011-09-19 13:32:43.165226] W [fuse-bridge.c:847:fuse_err_cbk] 0-glusterfs-fuse: 2159: SETXATTR() /16 => -1 (Operation not supported)
[2011-09-19 13:32:43.167016] W [fuse-bridge.c:847:fuse_err_cbk] 0-glusterfs-fuse: 2162: SETXATTR() /708 => -1 (Operation not supported)
[2011-09-19 13:32:43.167485] W [fuse-bridge.c:847:fuse_err_cbk] 0-glusterfs-fuse: 2163: SETXATTR() /563 => -1 (Operation not supported)
[2011-09-19 13:32:43.167954] W [fuse-bridge.c:847:fuse_err_cbk] 0-glusterfs-fuse: 2164: SETXATTR() /839 => -1 (Operation not supported)
[2011-09-19 13:32:43.168413] W [fuse-bridge.c:847:fuse_err_cbk] 0-glusterfs-fuse: 2165: SETXATTR() /71 => -1 (Operation not supported)
[2011-09-19 13:32:43.168866] W [fuse-bridge.c:847:fuse_err_cbk] 0-glusterfs-fuse: 2166: SETXATTR() /557 => -1 (Operation not supported)
[2011-09-19 13:32:43.169337] W [fuse-bridge.c:847:fuse_err_cbk] 0-glusterfs-fuse: 2167: SETXATTR() /650 => -1 (Operation not supported)
[2011-09-19 13:32:43.169769] W [fuse-bridge.c:847:fuse_err_cbk] 0-glusterfs-fuse: 2168: SETXATTR() /857 => -1 (Operation not supported)
[2011-09-19 13:32:43.379213] I [fuse-bridge.c:3238:fuse_thread_proc] 0-fuse: unmounting /etc/glusterd/mount/two-brick

Comment 1 shishir gowda 2011-09-29 02:21:59 UTC
commit dd400b5c5c49f1479db668b185a81fd434f7b219 in master fixes this issue