fix: warning for decommissioned pool while start (#20019)

This commit is contained in:
jiuker
2024-07-01 22:38:46 +08:00
committed by GitHub
parent f736702da8
commit f7ff19cb18
2 changed files with 2 additions and 2 deletions

View File

@@ -134,7 +134,7 @@ func TestPoolMetaValidate(t *testing.T) {
meta: nmeta1,
pools: pools,
name: "Invalid-Completed-Pool-Not-Removed",
expectedErr: true,
expectedErr: false,
expectedUpdate: false,
},
{