Bug 765456 (GLUSTER-3724)

Summary: rdd: enhancements in rdd
Product: [Community] GlusterFS Reporter: Raghavendra Bhat <rabhat>
Component: unclassifiedAssignee: Raghavendra Bhat <rabhat>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: mainlineCC: gluster-bugs, vijay
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: glusterfs-3.4.0 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-07-24 17:14:44 UTC Type: ---
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: 817967    

Description Raghavendra Bhat 2011-10-17 05:59:44 UTC
Currently rdd will copy the contents of an existing file to the new file. If the input file does not exist it will not copy. Changes are needed for rdd such that if the input file provided does not exist, then it will create the file and then does the random copy. File-size for the input file also should be given as an argument.

Comment 1 Anand Avati 2011-11-16 04:26:42 UTC
CHANGE: http://review.gluster.com/596 (rdd takes input file and copies the its data to the specified output) merged in master by Vijay Bellur (vijay)

Comment 2 Raghavendra Bhat 2012-02-20 05:54:22 UTC
Tested with glusterfs-3.3.0qa22. Now rdd creates the input file if the file does not exist and the filesize can also be given as an argument.