Skip to content

Commit

Permalink
Merge pull request moby#34396 from Microsoft/jjh/movescratch
Browse files Browse the repository at this point in the history
LCOW: Move toolsScratchPath to /tmp
  • Loading branch information
thaJeztah authored Aug 5, 2017
2 parents 80f2c05 + 993f407 commit d4f6db8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions daemon/graphdriver/lcow/lcow.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,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_"
Expand Down

0 comments on commit d4f6db8

Please sign in to comment.