Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add wal dir config doc #651

Merged
merged 1 commit into from
Oct 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/en/v0.4/user-guide/operations/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ greptime datanode start --help
- `--node-id <NODE_ID>`: The datanode ID;
- `--rpc-addr <RPC_ADDR>`: The datanode RPC addr;
- `--rpc-hostname <RPC_HOSTNAME>`: The datanode hostname;
- `--wal-dir <WAL_DIR>`: The directory of WAL;

All the `addr` options are in the form of `ip:port`.

Expand Down
1 change: 1 addition & 0 deletions docs/zh/v0.4/user-guide/operations/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ greptime datanode start --help
- `--node-id <NODE_ID>`: 节点 ID
- `--rpc-addr <RPC_ADDR>`: gRPC 服务地址
- `--rpc-hostname <RPC_HOSTNAME>`: 节点 hostname
- `--wal-dir <WAL_DIR>`: WAL 日志目录;

所有的地址类选项都是 `ip:port` 形式的字符串。

Expand Down
Loading