mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
LCOW: Move toolsScratchPath to /tmp
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
316b4ba9c2
commit
993f407287
1 changed files with 1 additions and 2 deletions
|
@ -60,8 +60,7 @@ const (
|
|||
|
||||
// toolsScratchPath is a location in a service utility VM that the tools can use as a
|
||||
// scratch space to avoid running out of memory.
|
||||
// TODO @jhowardmsft. I really dislike this path! But needs a platform change or passing parameters to the tools.
|
||||
toolsScratchPath = "/mnt/gcs/LinuxServiceVM/scratch"
|
||||
toolsScratchPath = "/tmp/scratch"
|
||||
|
||||
// svmGlobalID is the ID used in the serviceVMs map for the global service VM when running in "global" mode.
|
||||
svmGlobalID = "_lcow_global_svm_"
|
||||
|
|
Loading…
Add table
Reference in a new issue