[Swift-commit] r3204 - trunk/etc
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Thu Jan 21 15:37:33 CST 2010
Author: hategan
Date: 2010-01-21 15:37:33 -0600 (Thu, 21 Jan 2010)
New Revision: 3204
Modified:
trunk/etc/swift.properties
Log:
added staging setting
Modified: trunk/etc/swift.properties
===================================================================
--- trunk/etc/swift.properties 2010-01-21 21:32:32 UTC (rev 3203)
+++ trunk/etc/swift.properties 2010-01-21 21:37:33 UTC (rev 3204)
@@ -327,3 +327,11 @@
provenance.log=false
+# Controls whether file staging is done by swift or by the execution
+# provider. If set to false, the standard swift staging mechanism is
+# used. If set to true, swift does not stage files. Instead, the
+# execution provider is instructed to stage files in and out.
+# Provider staging is experimental and only working with a limited
+# number of providers (local and coaster).
+
+use.provider.staging=false
\ No newline at end of file
More information about the Swift-commit
mailing list