From 81d3267630dd1ed1d78e9cc635a4607556fcf0e8 Mon Sep 17 00:00:00 2001 From: tlbl Date: Thu, 21 Aug 2025 14:08:08 +0800 Subject: [PATCH] debug support cloud Signed-off-by: l30052632 --- appdata-sandbox.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/appdata-sandbox.json b/appdata-sandbox.json index 73706695..faef4e59 100644 --- a/appdata-sandbox.json +++ b/appdata-sandbox.json @@ -1108,6 +1108,12 @@ "sandbox-flags": ["bind", "rec"], "mount-shared-flag": "true", "check-action-status": "false" + }, { + "src-path" : "/mnt/hmdfs//cloud/data/", + "sandbox-path" : "/data/storage/el2/cloud", + "sandbox-flags": ["bind", "rec"], + "mount-shared-flag": "true", + "check-action-status": "false" } ] }], -- Gitee