mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 02:00:56 +00:00
fix(flash): change the reserved space of flashnode
with: #1000568547 Signed-off-by: clinx <chenlin1@oppo.com>
This commit is contained in:
parent
0424ada0fc
commit
43c448a75b
@ -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:] {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user