From c57a7839ec931a662f791fb8b3da801cc1872615 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 28 Nov 2020 03:01:03 -0800 Subject: [PATCH] adjust comments --- weed/server/volume_grpc_erasure_coding.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weed/server/volume_grpc_erasure_coding.go b/weed/server/volume_grpc_erasure_coding.go index 33d7c1149..2a7076e04 100644 --- a/weed/server/volume_grpc_erasure_coding.go +++ b/weed/server/volume_grpc_erasure_coding.go @@ -26,7 +26,7 @@ import ( Steps to apply erasure coding to .dat .idx files 0. ensure the volume is readonly 1. client call VolumeEcShardsGenerate to generate the .ecx and .ec00 ~ .ec13 files -2. client ask master for possible servers to hold the ec files, at least 4 servers +2. client ask master for possible servers to hold the ec files 3. client call VolumeEcShardsCopy on above target servers to copy ec files from the source server 4. target servers report the new ec files to the master 5. master stores vid -> [14]*DataNode