same logic as grpc assign

fix https://github.com/seaweedfs/seaweedfs/issues/5213
This commit is contained in:
chrislu
2024-01-23 19:39:59 -08:00
parent 439377b7a0
commit 49fcb48e04
3 changed files with 0 additions and 13 deletions

View File

@@ -29,7 +29,6 @@ This package is created to resolve these replica placement issues:
type VolumeGrowRequest struct {
Option *VolumeGrowOption
Count int
ErrCh chan error
}
type VolumeGrowOption struct {