mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
fix: warning for decommissioned pool while start (#20019)
This commit is contained in:
@@ -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,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user