Browse Source

Update volume_grpc_erasure_coding.go (#6073)

pull/6077/head
coffeecloudgit 3 months ago
committed by GitHub
parent
commit
6cbce110d5
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 5
      weed/server/volume_grpc_erasure_coding.go

5
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 {

Loading…
Cancel
Save