[Swift-commit] r2250 - trunk/libexec

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Fri Oct 3 08:39:40 CDT 2008


Author: benc
Date: 2008-10-03 08:39:38 -0500 (Fri, 03 Oct 2008)
New Revision: 2250

Modified:
   trunk/libexec/vdl-int.k
Log:
stageout destination directory needs to be created using same destination host and provider as the actual stageout.

Modified: trunk/libexec/vdl-int.k
===================================================================
--- trunk/libexec/vdl-int.k	2008-09-23 19:29:16 UTC (rev 2249)
+++ trunk/libexec/vdl-int.k	2008-10-03 13:39:38 UTC (rev 2250)
@@ -241,7 +241,7 @@
 					log(LOG:DEBUG, "FILE_STAGE_OUT_START srcname={bname} srcdir={rdir} srchost={host} ",
 							"destdir={ldir} desthost={dhost} provider={provider}")
 					//make sure we do have the directory on the client side
-					dir:make(ldir)
+					dir:make(ldir, host=dhost, provider=provider)
 					restartOnError(".*", 2
 					    task:transfer(srchost=host, srcfile=bname,
 					        srcdir=rdir, destdir=ldir, desthost=dhost, destprovider=provider)




More information about the Swift-commit mailing list