From 7d69ff38d6293e46e3a99c01730657b3a5a94242 Mon Sep 17 00:00:00 2001 From: ychao_1983 Date: Fri, 8 Jul 2022 09:49:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/cloudbrain/cloudbrain.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cloudbrain/cloudbrain.go b/modules/cloudbrain/cloudbrain.go index 1e6e15d92..adb142504 100755 --- a/modules/cloudbrain/cloudbrain.go +++ b/modules/cloudbrain/cloudbrain.go @@ -287,7 +287,7 @@ func GenerateTask(req GenerateCloudBrainTaskReq) error { HostPath: models.StHostPath{ Path: req.ResultPath, MountPath: ResultPath, - ReadOnly: true, + ReadOnly: false, }, }, }