Bug 994347

Summary: cluster.nufa :- Rebalance migrates files according to hash value eventhough cluster.nufa is on
Product: [Red Hat Storage] Red Hat Gluster Storage Reporter: Rachana Patel <racpatel>
Component: distributeAssignee: Nithya Balachandran <nbalacha>
Status: CLOSED WONTFIX QA Contact: storage-qa-internal <storage-qa-internal>
Severity: high Docs Contact:
Priority: unspecified    
Version: 2.1CC: mzywusko, rhs-bugs, spalai, vbellur
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1234314 (view as bug list) Environment:
Last Closed: 2015-11-27 10:47:40 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:
Bug Depends On:    
Bug Blocks: 1234314    

Comment 2 Rachana Patel 2013-08-07 05:59:37 UTC
ignore previous description. It's typo

Description of problem:
cluster.nufa :- Rebalance migrates files according to hash value eventhough cluster.nufa  is on 

Version-Release number of selected component (if applicable):
3.4.0.15rhs-1.el6rhs.x86_64

How reproducible:
always

Steps to Reproduce:
1. create a Distribute volume and set cluster.nufa on
[root@flash ~]# gluster v info nufa
 
Volume Name: nufa
Type: Distribute
Volume ID: 07444534-2ebf-4115-899d-6dd191826dd8
Status: Started
Number of Bricks: 3
Transport-type: tcp
Bricks:
Brick1: 10.70.43.114:/rhs/brick1/n1
Brick2: 10.70.43.147:/rhs/brick1/n1
Brick3: 10.70.43.115:/rhs/brick1/n1
Options Reconfigured:
cluster.nufa: on

2. mount this volume on one of RHS node and on client(should not be RHS node)
RHS node:-
[root@baratheon ~]# mount | grep nufa
10.70.43.147:/nufa on /mnt/nufa1 type fuse.glusterfs (rw,default_permissions,allow_other,max_read=131072)
10.70.43.147:/nufa on /mnt/nufa1nfs type nfs (rw,addr=10.70.43.147)

client:-
mount -t glusterfs 10.70.43.147:/nufa /mnt/nufa1

3. create few files from both mount points

4.run rebalance.


Actual results:
rebalance migrates files which are created from RHS node- mount point

Expected results:
rebalance should not migrate files which are created from RHS node- mount point

Additional info:

Comment 3 Rachana Patel 2013-08-07 06:00:08 UTC
logs are attached to bug 994343