Update volume_grpc_erasure_coding.go (#6073)

This commit is contained in:
coffeecloudgit
2024-09-27 22:02:30 +08:00
committed by GitHub
parent aa61824442
commit 6cbce110d5

View File

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