Skip to content

Commit

Permalink
corrrected tidb-lightning-ctl (#7905) (#7909)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Mar 23, 2022
1 parent 4b43563 commit e46aa8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tidb-lightning/tidb-lightning-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,15 +133,15 @@ If `tidb-lightning` abnormally exited, the cluster might be stuck in the "import
{{< copyable "shell-regular" >}}

```sh
tidb-lightning-ctl --fetch-mode
tidb-lightning-ctl --config tidb-lightning.toml --fetch-mode
```

You can force the cluster back to "normal mode" using the following command:

{{< copyable "shell-regular" >}}

```sh
tidb-lightning-ctl --switch-mode=normal
tidb-lightning-ctl --config tidb-lightning.toml --fetch-mode
```

## Can TiDB Lightning be used with 1-Gigabit network card?
Expand Down

0 comments on commit e46aa8d

Please sign in to comment.