This commit is contained in:
chrislu
2025-08-10 14:24:59 -07:00
parent 56d1ed77c1
commit e9033136aa
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -196,6 +196,7 @@ func collectEcShards(commandEnv *CommandEnv, nodeToEcIndexBits map[pb.ServerAddr
CopyEcjFile: true,
CopyVifFile: true,
SourceDataNode: string(loc),
Generation: 0, // shell commands operate on existing (generation 0) volumes
})
if copyErr != nil {
return fmt.Errorf("copy %d.%v %s => %s : %v\n", vid, needToCopyEcIndexBits.ShardIds(), loc, targetNodeLocation, copyErr)