Skip to content

Commit 968533f

Browse files
Jaesoo Leefacebook-github-bot
authored andcommitted
fix broken installation page link
Summary: An user in github reported an issue that the installation link is broken. Somehow, docs/installation/installation.md cannot be referenced by `/docs/installation/installation`, but only by `/docs/installation`. The root cause could not figured out yet, but this change fixes it as such for now. Reviewed By: jiayuebao Differential Revision: D43757739 fbshipit-source-id: 4abd3208800c0b68e9162d381f6395897f047b24
1 parent 185bbe6 commit 968533f

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ cd CacheLib
5050
Re-running `./contrib/build.sh` will update CacheLib and its dependencies
5151
to their latest versions and rebuild them.
5252

53-
See [build](https://cachelib.org/docs/installation/installation) for more details about
53+
See [build](https://cachelib.org/docs/installation/) for more details about
5454
the building and installation process.
5555

5656

website/docs/Cache_Library_User_Guides/Cachebench_FB_HW_eval.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sufficient free memory (50+GB) and SSD capacity (1TB).
1919

2020
## Set up the SSD devices
2121

22-
To gather SSD performance metrics, the SSD must be setup first. Cachebench (and CacheLib) supports using various types of devices for NVM cache including a raw block device or a regular file. When one wants to use multiple SSDs as NVM cache, the CacheLib also provides a native support for RAID0 (i.e., striping).
22+
To gather SSD performance metrics, the SSD must be setup first. Cachebench (and CacheLib) supports using various types of devices for NVM cache including a raw block device or a regular file. When one wants to use multiple SSDs as NVM cache, the CacheLib also provides a native support for RAID0 (i.e., striping).
2323

2424
Optionally, as an example, an user can setup and use md devices as follows. In this example, the md device is created from two ssd devices to be used as a raw block device in CacheBench.
2525

@@ -143,7 +143,7 @@ mdadm --create /dev/md0 --force --raid-devices=2 --level=0 --chunk=256 /dev/nvme
143143
make install
144144
```
145145

146-
See [build and installation](/docs/installation/installation) for further details.
146+
See [build and installation](/docs/installation) for further details.
147147

148148
## Running the benchmark for SSD perf testing
149149

@@ -197,7 +197,6 @@ For a full list of options that can be configured, see [configuring cachebench](
197197
using the `--progress` and specifying a duration in seconds.
198198
If `--progress-stats-file` is also specified, on every progress
199199
interval, `cachebench` would log the internal stats to the specified file.
200-
201200
## Running cachebench with the trace workload
202201

203202
Meta is sharing anonymized traces captured from large scale production cache services. These traces are licensed under the same license as CacheLib. They are meant to help academic and industry researchers to optimize for our caching workloads. One can freely download it from our AWS S3 bucket and run the CacheBench to replay the trace with varying configuration as follows.

website/docs/Cache_Library_User_Guides/Cachebench_Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ developer's need. The following are few examples.
5353

5454
## Building cachebench
5555

56-
Follow instructions in [Installation](/docs/installation/installation) to build
56+
Follow instructions in [Installation](/docs/installation) to build
5757
cachebench. This should install cachebench in your local machine under
5858
```opt/cachelib/bin/cachebench```

website/docs/installation/testing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ of the cache infrastructure.
1111
## Building CacheLib Unit Tests
1212

1313
To build the cachelib unit tests, use one of the following commands
14-
(see [installation](docs/installation/installation) instructions for more details):
14+
(see [installation](/docs/installation) instructions for more details):
1515

1616
1. Use `./contrib/build.sh` script with the `-T` option.
1717
2. Use `./contrib/build-package.sh -t cachelib` (with the `-t` option)
@@ -42,7 +42,7 @@ Running a single unit test binary:
4242

4343
```sh
4444
$ cd opt/cachelib/tests
45-
$ ./allocator-test-ItemTest
45+
$ ./allocator-test-ItemTest
4646
[==========] Running 6 tests from 1 test suite.
4747
[----------] Global test environment set-up.
4848
[----------] 6 tests from ItemTest

0 commit comments

Comments
 (0)