Bug 994347 - cluster.nufa :- Rebalance migrates files according to hash value eventhough cluster.nufa is on
Summary: cluster.nufa :- Rebalance migrates files according to hash value eventhough c...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Gluster Storage
Classification: Red Hat Storage
Component: distribute
Version: 2.1
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
: ---
Assignee: Nithya Balachandran
QA Contact: storage-qa-internal@redhat.com
URL:
Whiteboard:
Depends On:
Blocks: 1234314
TreeView+ depends on / blocked
 
Reported: 2013-08-07 05:49 UTC by Rachana Patel
Modified: 2015-11-27 10:47 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1234314 (view as bug list)
Environment:
Last Closed: 2015-11-27 10:47:40 UTC
Embargoed:


Attachments (Terms of Use)

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


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