From 9c54a2410111087022a5e5ab9d268d0ab85aaeae Mon Sep 17 00:00:00 2001 From: Anton Nikiforov Date: Mon, 22 May 2023 09:59:38 +0300 Subject: [PATCH] [#364] Fix trailing whitespace Signed-off-by: Anton Nikiforov --- docs/evacuation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/evacuation.md b/docs/evacuation.md index 7c8beb79..5befad16 100644 --- a/docs/evacuation.md +++ b/docs/evacuation.md @@ -85,8 +85,8 @@ Shard IDs: 54Y8aot9uc7BSadw2XtYr3. Evacuated 73 object out of 73, failed to evac ### Start evacuation and await it completes without progress notifications ```bash frostfs-cli control shards evacuation start --endpoint s01.frostfs.devenv:8081 --wallet ./../frostfs-dev-env/services/storage/wallet01.json --id 54Y8aot9uc7BSadw2XtYr3 --await --no-progress -Enter password > +Enter password > Shard evacuation has been successfully started. Shard evacuation has been completed. Shard IDs: 54Y8aot9uc7BSadw2XtYr3. Evacuated 73 object out of 73, failed to evacuate 0 objects. Started at: 2023-05-10T10:20:00Z UTC. Duration: 00:00:14. -``` \ No newline at end of file +```