display the source file path in the log messages to determine specifically
authorStephen Soltesz <soltesz@cs.princeton.edu>
Mon, 24 Mar 2008 16:33:36 +0000 (16:33 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Mon, 24 Mar 2008 16:33:36 +0000 (16:33 +0000)
which 'bootstrapfs' was downloaded, since we're using different directories to
differentiate nodegroup images.

source/steps/InstallBootstrapFS.py

index 12c4371..3bff207 100644 (file)
@@ -144,7 +144,7 @@ def Run( vars, log ):
 
         # 30 is the connect timeout, 14400 is the max transfer time in
         # seconds (4 hours)
-        log.write( "downloading %s\n" % tarball )
+        log.write( "downloading %s\n" % source_file )
         result= bs_request.DownloadFile( source_file, None, None,
                                          1, 1, dest_file,
                                          30, 14400)