aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_ec_encode.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-05-17 20:20:21 -0700
committerChris Lu <chris.lu@gmail.com>2020-05-17 20:20:21 -0700
commit75179544c35575be09f09f32103d5eb4562d28d1 (patch)
tree527c1a0da468470a7695a1dfd0ed04a0c6e50bea /weed/shell/command_ec_encode.go
parent91b91d6cb748d50ca8efef4361bec0e0a7ffa9ae (diff)
downloadseaweedfs-75179544c35575be09f09f32103d5eb4562d28d1.tar.xz
seaweedfs-75179544c35575be09f09f32103d5eb4562d28d1.zip
logging
Diffstat (limited to 'weed/shell/command_ec_encode.go')
-rw-r--r--weed/shell/command_ec_encode.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/shell/command_ec_encode.go b/weed/shell/command_ec_encode.go
index 8f11f8480..165809d05 100644
--- a/weed/shell/command_ec_encode.go
+++ b/weed/shell/command_ec_encode.go
@@ -191,6 +191,7 @@ func spreadEcShards(commandEnv *CommandEnv, volumeId needle.VolumeId, collection
// ask the source volume server to delete the original volume
for _, location := range existingLocations {
+ fmt.Printf("delete volume %d from %s\n", volumeId, location.Url)
err = deleteVolume(commandEnv.option.GrpcDialOption, volumeId, location.Url)
if err != nil {
return fmt.Errorf("deleteVolume %s volume %d: %v", location.Url, volumeId, err)