Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Use markdown links in configuration.md #15

Closed
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
8 changes: 4 additions & 4 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Internal logs are used for:
- Logs configuration
- Event log

Both of these have a delta and and snapshot log. Their log ranges are hard-coded, but their replication can be [configured dynamically](Logs.html).
Both of these have a delta and and snapshot log. Their log ranges are hard-coded, but their replication can be [configured dynamically](log_configuration.md).
Since a lot of LogDevice internals depend on these logs, you want higher fault-tolerance than normal data logs.

```
Expand Down Expand Up @@ -129,7 +129,7 @@ Host is an IP:port pair. The port is the data port (non-ssl) to which both nodes
For IPv6, the `[::1]:4440` format can be used.

### Location (`location`)
Location is used to encode the failure domain of a the host. This is used for data placement, based on the [log configuration](Logs.html)
Location is used to encode the failure domain of a the host. This is used for data placement, based on the [log configuration](log_configuration.md)

The format of the string is: `region.datacenter.cluster.row.rack`.
As an example, a log configuration using:
Expand Down Expand Up @@ -198,12 +198,12 @@ Generally, using current unix epoch timestamp is an easy way to provide incremen
- `timeout` defines the connection timeout.

## Settings (`client_settings` and `server_settings`)
Please check the [settings documentation](Settings.html) for a detailed explanation on all the settings.
Please check the [settings documentation](settings.md) for a detailed explanation on all the settings.

Settings are expressed as key-value pairs in both `client_settings` and `server_settings`.
For boolean-like values, any of the following can be used:
- `1`, `true`, `True`
- `0`, `false`, `False`

## Traffic shaping (`traffic_shaping`)
## Traffic shaping (`traffic_shaping`)
TODO
2 changes: 1 addition & 1 deletion website/static/api/namespacefacebook.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<div class="contents">
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Copyright (c) 2017-present, Facebook, Inc. All rights reserved.</p>
<p>This source code is licensed under the BSD-style license found in the LICENSE file in the root directory of this source tree. An additional grant of patent rights can be found in the PATENTS file in the same directory. </p>
<p>This source code is licensed under the BSD-style license found in the LICENSE file in the root directory of this source tree.</p>
</div></div><!-- contents -->
<!-- HTML footer for doxygen 1.8.14-->
<!-- start footer part -->
Expand Down