Bug 927274

Summary: Code Hygiene - Redundant GlusterFileSystem.getReplication() method
Product: [Community] GlusterFS Reporter: Steve Watt <swatt>
Component: gluster-hadoopAssignee: Bradley Childs <bchilds>
Status: CLOSED UPSTREAM QA Contact: hcfs-gluster-bugs
Severity: unspecified Docs Contact:
Priority: medium    
Version: mainlineCC: aavati, eboyd, matt, mkudlej, rhs-bugs, vbellur
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-05-13 13:23:14 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: 947153, 1057253    

Description Steve Watt 2013-03-25 14:33:18 UTC
Description of problem:

It seems we could clean up the code by removing the getReplication() method and moving its logic under getDefaultReplication().

Comment 2 Bradley Childs 2013-04-26 19:13:09 UTC
Here's the change:

https://github.com/gluster/hadoop-glusterfs/pull/28