From 993f4072874ee5cdce93ec9b6525e1fa3ebda4c8 Mon Sep 17 00:00:00 2001 From: John Howard Date: Thu, 3 Aug 2017 15:48:53 -0700 Subject: [PATCH] LCOW: Move toolsScratchPath to /tmp Signed-off-by: John Howard --- daemon/graphdriver/lcow/lcow.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/daemon/graphdriver/lcow/lcow.go b/daemon/graphdriver/lcow/lcow.go index e2b311dd47..979681d4cb 100644 --- a/daemon/graphdriver/lcow/lcow.go +++ b/daemon/graphdriver/lcow/lcow.go @@ -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_"