Skip to content

Commit

Permalink
Update rfcs/2021-02-22-disk-migrater.md
Browse files Browse the repository at this point in the history
Co-authored-by: Wu Tao <[email protected]>
  • Loading branch information
foreverneverer and Wu Tao authored Mar 2, 2021
1 parent 2898a85 commit 80c63f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rfcs/2021-02-22-disk-migrater.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ In the process of migration, the original replica and the new replica will have
* Any process is failed, the operation will be failed and reverted the `IDEL` status.

## Client Command
The `client` sending rpc now is [admin-cli](https://github.com/pegasus-kv/admin-cli) which support `query disk info` and `migrate disk replica`, the command like this(`help` can see the detail command ):
The client sending migrateRPC is [admin-cli](https://github.com/pegasus-kv/admin-cli) which supports `disk-capacity`, `disk-replica` and `disk-migrate` commands.

Use `help` to see the command manuals. The example:
```
# query replica capacity
disk-capacity -n node -d disk
Expand Down

0 comments on commit 80c63f4

Please sign in to comment.