ec: generate and copy .vif file

This commit is contained in:
Chris Lu
2019-12-28 12:44:59 -08:00
parent c06f7eb48a
commit 37b64a50b4
8 changed files with 220 additions and 212 deletions

View File

@@ -67,6 +67,7 @@ func oneServerCopyAndMountEcShardsFromSource(ctx context.Context, grpcDialOption
ShardIds: shardIdsToCopy,
CopyEcxFile: true,
CopyEcjFile: true,
CopyVifFile: true,
SourceDataNode: existingLocation,
})
if copyErr != nil {