From fb9219af3961aa69c69e80a4526622ce637b0ddb Mon Sep 17 00:00:00 2001 From: Anton Nikiforov Date: Tue, 12 Mar 2024 11:02:14 +0300 Subject: [PATCH] [#976] Fix trailing whitespace and end of file Signed-off-by: Anton Nikiforov --- dev/empty_pass.yml | 2 +- docs/evacuation.md | 4 ++-- docs/shard-modes.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev/empty_pass.yml b/dev/empty_pass.yml index 2a088f952..1986cf9e4 100644 --- a/dev/empty_pass.yml +++ b/dev/empty_pass.yml @@ -1 +1 @@ -password: "" \ No newline at end of file +password: "" diff --git a/docs/evacuation.md b/docs/evacuation.md index 602e32e9b..9db514a9e 100644 --- a/docs/evacuation.md +++ b/docs/evacuation.md @@ -96,9 +96,9 @@ Shard IDs: 54Y8aot9uc7BSadw2XtYr3. Evacuated 618 objects out of 618, failed to e ### Start trees evacuation and await it completes ```bash frostfs-cli control shards evacuation start --id FxR6QujButNCHn7jjdhxGP --endpoint s01.frostfs.devenv:8081 --wallet ./../frostfs-dev-env/services/storage/wallet01.json --await --scope trees -Enter password > +Enter password > Shard evacuation has been successfully started. Progress will be reported every 5 seconds. Shard evacuation has been completed. Shard IDs: FxR6QujButNCHn7jjdhxGP. Evacuated 0 objects out of 0, failed to evacuate: 0, skipped: 0; evacuated 2 trees out of 2, failed to evacuate: 0. Started at: 2024-02-08T08:44:17Z UTC. Duration: 00:00:00. -``` \ No newline at end of file +``` diff --git a/docs/shard-modes.md b/docs/shard-modes.md index 3abc26a60..789a1c241 100644 --- a/docs/shard-modes.md +++ b/docs/shard-modes.md @@ -51,4 +51,4 @@ Shard can automatically switch to a `degraded-read-only` mode in 3 cases: To detach a shard use `frostfs-cli control shards detach` command. This command removes the shards from the storage engine and closes all resources associated with the shards. -Limitation: `SIGHUP` or storage node restart lead to detached shard will be again online. \ No newline at end of file +Limitation: `SIGHUP` or storage node restart lead to detached shard will be again online.