fix(flash): change the reserved space of flashnode

with: #1000568547

Signed-off-by: clinx <chenlin1@oppo.com>
This commit is contained in:
clinx 2025-12-25 11:04:50 +08:00 committed by chihe
parent 0424ada0fc
commit 43c448a75b

View File

@ -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:] {