From 37b64a50b4da90637f3f17a2b4bd79f55cbd3098 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 28 Dec 2019 12:44:59 -0800 Subject: ec: generate and copy .vif file --- weed/shell/command_ec_common.go | 1 + 1 file changed, 1 insertion(+) (limited to 'weed/shell/command_ec_common.go') diff --git a/weed/shell/command_ec_common.go b/weed/shell/command_ec_common.go index 1d15a32cd..2beed4742 100644 --- a/weed/shell/command_ec_common.go +++ b/weed/shell/command_ec_common.go @@ -67,6 +67,7 @@ func oneServerCopyAndMountEcShardsFromSource(ctx context.Context, grpcDialOption ShardIds: shardIdsToCopy, CopyEcxFile: true, CopyEcjFile: true, + CopyVifFile: true, SourceDataNode: existingLocation, }) if copyErr != nil { -- cgit v1.2.3