From d3670856dd89a2a6280365123359db0affcbd8cb Mon Sep 17 00:00:00 2001 From: David Zhu Date: Thu, 22 Mar 2018 16:03:03 -0700 Subject: [PATCH] Added chmod a+x for local SSD when disk is created with NODE_LOCAL_SSDS --- cluster/gce/gci/configure-helper.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cluster/gce/gci/configure-helper.sh b/cluster/gce/gci/configure-helper.sh index e22392ff021..d0dc761df20 100644 --- a/cluster/gce/gci/configure-helper.sh +++ b/cluster/gce/gci/configure-helper.sh @@ -183,6 +183,7 @@ function safe-format-and-mount() { mkdir -p "${mountpoint}" echo "Mounting '${device}' at '${mountpoint}'" mount -o discard,defaults "${device}" "${mountpoint}" + chmod a+w "${mountpoint}" } # Gets a devices UUID and bind mounts the device to mount location in