diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-05-17 20:20:21 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-05-17 20:20:21 -0700 |
| commit | 75179544c35575be09f09f32103d5eb4562d28d1 (patch) | |
| tree | 527c1a0da468470a7695a1dfd0ed04a0c6e50bea | |
| parent | 91b91d6cb748d50ca8efef4361bec0e0a7ffa9ae (diff) | |
| download | seaweedfs-75179544c35575be09f09f32103d5eb4562d28d1.tar.xz seaweedfs-75179544c35575be09f09f32103d5eb4562d28d1.zip | |
logging
| -rw-r--r-- | weed/shell/command_ec_encode.go | 1 |
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) |
