mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-21 04:18:05 +08:00
Update volume_grpc_erasure_coding.go (#6073)
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user