coffeecloudgit
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
5 additions and
0 deletions
-
weed/server/volume_grpc_erasure_coding.go
|
|
@ -192,6 +192,11 @@ func (vs *VolumeServer) VolumeEcShardsCopy(ctx context.Context, req *volume_serv |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
if req.CopyEcxFile { //when location no volume before copy
|
|
|
|
glog.V(0).Infof("Re LoadNewVolumes: %v", req) |
|
|
|
vs.store.LoadNewVolumes() |
|
|
|
} |
|
|
|
|
|
|
|
return nil |
|
|
|
}) |
|
|
|
if err != nil { |
|
|
|