mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-02-09 09:17:28 +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
|
return nil
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user