[Pvfs2-cvs] commit by kunkel in pvfs2/src/io/bmi/bmi_tcp: bmi-tcp.c
CVS commit program
cvs at parl.clemson.edu
Sat Aug 26 09:37:47 EDT 2006
Update of /projects/cvsroot/pvfs2/src/io/bmi/bmi_tcp
In directory parlweb1:/tmp/cvs-serv11028/src/io/bmi/bmi_tcp
Modified Files:
Tag: kunkel-branch
bmi-tcp.c
Log Message:
Migration of datafiles between different servers works. Uses msgpairray.sm,
transfers only one datafile between two servers and rewrites metadata.
Todo: Adaption of request scheduler to ensure that migration and write
I/O do not happen concurrently on source dataserver.
Also allow users to specify command line parameter which supresses
transfer of pvfs2-hints.
Index: bmi-tcp.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/bmi/bmi_tcp/bmi-tcp.c,v
diff -p -u -r1.104.2.3 -r1.104.2.4
--- bmi-tcp.c 18 Aug 2006 05:12:05 -0000 1.104.2.3
+++ bmi-tcp.c 26 Aug 2006 13:37:46 -0000 1.104.2.4
@@ -3628,7 +3628,7 @@ static int payload_progress(int s, void
}
static void bmi_set_sock_buffers(int socket){
- //Set socket buffer sizes:
+ /*Set socket buffer sizes: */
gossip_debug(GOSSIP_BMI_DEBUG_TCP, "Default socket buffers send:%d receive:%d\n",
GET_SENDBUFSIZE(socket), GET_RECVBUFSIZE(socket));
gossip_debug(GOSSIP_BMI_DEBUG_TCP, "Setting socket buffer size for send:%d receive:%d \n",
More information about the Pvfs2-cvs
mailing list