Bug 1979936 - Rebalance: [No data available] error may appear in Rebalance/Brick logs
Summary: Rebalance: [No data available] error may appear in Rebalance/Brick logs
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Gluster Storage
Classification: Red Hat Storage
Component: posix
Version: rhgs-3.5
Hardware: Unspecified
OS: Unspecified
low
medium
Target Milestone: ---
: ---
Assignee: Mohit Agrawal
QA Contact:
URL:
Whiteboard:
: 2000581 (view as bug list)
Depends On:
Blocks: 2000581
TreeView+ depends on / blocked
 
Reported: 2021-07-07 13:04 UTC by Tamar Shacked
Modified: 2022-07-08 04:27 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-06-27 06:24:05 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github gluster glusterfs pull 2600 0 None open posix: Make posix entry creation atomic 2022-03-30 08:56:54 UTC
Red Hat Bugzilla 1815462 1 low CLOSED [RHEL 8.1] Migration error may appear during remove-brick 2021-10-05 07:56:39 UTC

Internal Links: 1815462

Description Tamar Shacked 2021-07-07 13:04:04 UTC
Describe the issue:

While doing rebalance after add-brick on a 4X3 volume with heterogenous replica sets, the below error may appear in rebalance.log 

E [MSGID: 114031] [client-rpc-fops_v2.c:150:client4_0_mknod_cbk] 0-dist_repl_c-client-9: remote operation failed. Path: /zile250 [No data available]


Provide version-Release number of selected component (if applicable):
RHGS build info : 6.0-57
 
Is this issue reproducible? sometimes 


Steps to Reproduce:
1. Create a 3X3 (all replica sets have 20G bricks) volume and start it.
2. Mount the volume using FUSE.
3. Perform following IO on the mount point (on volume root):
# for i in {1..500}; do dd if=/dev/urandom of=file$i bs=100K count=1; chmod 755 file$i; ln file$i hfile$i; setfattr -n user.test -v "foobar" file$i; chmod +t file$i; chmod +s file$i; mv -vf file$i zile$i; done
4. Add-brick to the volume (a replica set with 50G bricks).
5. Triggered rebalance

 
Actual results:
Failures in  brick / rebalance logs
Brick:
# grep zile250 bricks-brick1-brick9.log
W [MSGID: 113096] [posix-handle.c:795:posix_handle_hard] 0-dist_repl_c-posix: mismatching ino/dev between file /bricks/brick1/brick9/zile250 (214/64787) and handle /bricks/brick1/brick9/.glusterfs/dc/90/dc904fe5-1ebf-40c3-88a6-21f0a598fb9f (213/64787)
E [MSGID: 113020] [posix-entry-ops.c:554:posix_mknod] 0-dist_repl_c-posix: setting gfid on /bricks/brick1/brick9/zile250 failed [No data available]

Rebalance:
E [MSGID: 114031] [client-rpc-fops_v2.c:150:client4_0_mknod_cbk] 0-dist_repl_c-client-9: remote operation failed. Path: /zile250 [No data available]

Expected results:
----------------
There should not be ERROR in rebalance log.

Comment 6 Tamar Shacked 2022-06-19 12:29:03 UTC
*** Bug 2000581 has been marked as a duplicate of this bug. ***


Note You need to log in before you can comment on or make changes to this bug.