Browse code

Merge pull request #34396 from Microsoft/jjh/movescratch

LCOW: Move toolsScratchPath to /tmp

Sebastiaan van Stijn authored on 2017/08/05 19:37:15
Showing 1 changed files
... ...
@@ -96,8 +96,7 @@ const (
96 96
 
97 97
 	// toolsScratchPath is a location in a service utility VM that the tools can use as a
98 98
 	// scratch space to avoid running out of memory.
99
-	// TODO @jhowardmsft. I really dislike this path! But needs a platform change or passing parameters to the tools.
100
-	toolsScratchPath = "/mnt/gcs/LinuxServiceVM/scratch"
99
+	toolsScratchPath = "/tmp/scratch"
101 100
 
102 101
 	// svmGlobalID is the ID used in the serviceVMs map for the global service VM when running in "global" mode.
103 102
 	svmGlobalID = "_lcow_global_svm_"