From 43c448a75b214bfb4b46032ab1d62d62c5d0742c Mon Sep 17 00:00:00 2001 From: clinx Date: Thu, 25 Dec 2025 11:04:50 +0800 Subject: [PATCH] fix(flash): change the reserved space of flashnode with: #1000568547 Signed-off-by: clinx --- remotecache/flashnode/flashnode_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/remotecache/flashnode/flashnode_test.go b/remotecache/flashnode/flashnode_test.go index cc80b766e..47df533f0 100644 --- a/remotecache/flashnode/flashnode_test.go +++ b/remotecache/flashnode/flashnode_test.go @@ -135,6 +135,7 @@ func testConfig(t *testing.T) { {`"cachePercent":0.2,`, `"cacheTotal":1024,`}, {fmt.Sprintf("\"diskDataPath\":[\"%s\"],", "/cfs/tmpfs:0"), `"diskDataPath":[],`}, {`"disableTmpfs": true,`}, + {`"reservedSpace":1,`}, {fmt.Sprintf("\"masterAddr\":[\"%s\"],", masterAddr), `"masterAddr":[],`}, } { for _, line := range lines[1:] {