[Pvfs2-cvs] commit by sson in pvfs2/src/apps/admin: pvfs2-genconfig

CVS commit program cvs at parl.clemson.edu
Fri May 22 18:30:05 EDT 2009


Update of /projects/cvsroot/pvfs2/src/apps/admin
In directory parlweb1:/tmp/cvs-serv21440/src/apps/admin

Modified Files:
      Tag: as-branch
	pvfs2-genconfig 
Log Message:
Added the server to server communication module within pipeline.sm
to pull the small portion of data when the data is not aligned on strip boundaries.

Changed the default file stripe size to 256KB (originally 64KB) 
so that pipeline unit is equal to it.





Index: pvfs2-genconfig
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/apps/admin/pvfs2-genconfig,v
diff -p -u -r1.85 -r1.85.4.1
--- pvfs2-genconfig	22 Feb 2009 20:00:50 -0000	1.85
+++ pvfs2-genconfig	22 May 2009 22:30:05 -0000	1.85.4.1
@@ -68,6 +68,8 @@ my $IO_ENDPOINT   = 0x2;
 my $OUT = undef;
 my $term = undef;
 
+my $opt_stripe_size = 262144; # sson
+
 #$num_unexp_reqs = prompt_num("How many unexpected requests should we be prepared to receive?  ");
 my $num_unexp_reqs = 50;
 
@@ -359,6 +361,14 @@ sub emit_filesystem
     {
         print $target "\tFlowBuffersPerFlow $default_flow_buffer_count\n";
     }
+
+    ## sson 
+    print $target "\t<Distribution>\n";
+    print $target "\t\tName simple_stripe\n";
+    print $target "\t\tParam strip_size\n";
+    print $target "\t\tValue 262144\n";
+    print $target "\t</Distribution>\n";
+    ## sson
 
     print $target "</Filesystem>\n";
 }



More information about the Pvfs2-cvs mailing list