Browse Source

always copy ecj files

pull/5512/merge
chrislu 6 months ago
parent
commit
182f6d00a9
  1. 2
      weed/shell/command_ec_rebuild.go

2
weed/shell/command_ec_rebuild.go

@ -224,7 +224,7 @@ func prepareDataToRecover(commandEnv *CommandEnv, rebuilder *EcNode, collection
Collection: collection,
ShardIds: []uint32{uint32(shardId)},
CopyEcxFile: needEcxFile,
CopyEcjFile: needEcxFile,
CopyEcjFile: true,
CopyVifFile: needEcxFile,
SourceDataNode: ecNodes[0].info.Id,
})

Loading…
Cancel
Save