Skip to content

Commit

Permalink
[improve][doc] journalDirectories parameter supports comma separated …
Browse files Browse the repository at this point in the history
…lists
  • Loading branch information
zwOvO committed Jan 19, 2024
1 parent 86fed27 commit d6e82e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site3/website/docs/admin/bookies.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Parameter | Description | Default
:---------|:------------|:-------
`bookiePort` | The TCP port that the bookie listens on | `3181`
`zkServers` | A comma-separated list of ZooKeeper servers in `hostname:port` format | `localhost:2181`
`journalDirectories` | The directories where the [log device](../getting-started/concepts#log-device) stores the bookie's write-ahead log (WAL) | `/tmp/bk-txn`
`journalDirectories` | The directories where the [log device](../getting-started/concepts#log-device) stores the bookie's write-ahead log (WAL, as a comma-separated list) | `/tmp/bk-txn`
`ledgerDirectories` | The directories where the [ledger device](../getting-started/concepts#ledger-device) stores the bookie's ledger entries (as a comma-separated list) | `/tmp/bk-data`

> Ideally, the directories specified `journalDirectories` and `ledgerDirectories` should be on difference devices.
Expand Down
2 changes: 1 addition & 1 deletion site3/website/docs/reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ $ bin/bookkeeper shell listbookies \

### listfilesondisc {#bookkeeper-shell-listfilesondisc}

List the files in JournalDirectory/LedgerDirectories/IndexDirectories.
List the files in JournalDirectories/LedgerDirectories/IndexDirectories.

##### Usage

Expand Down

0 comments on commit d6e82e1

Please sign in to comment.