Skip to content

Commit

Permalink
Merge pull request #3669 from shiftstack/os_disk_reqs_explicit
Browse files Browse the repository at this point in the history
openstack: Add numbers to disk requirements
  • Loading branch information
openshift-merge-robot committed Jun 1, 2020
2 parents 268cfcd + 9e9bbcc commit 4768827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user/openstack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ sudo podman run \
--rw=write
```

Look for the 99th percentile under `fsync/fdatasync/sync_file_range` -> `sync percentiles`.
The command must be run as superuser.

Caution about the measurement units: fio fluidly adjusts the scale between ms/µs/ns depending on the numbers.
In the command output, look for the the 99th percentile of [fdatasync](https://linux.die.net/man/2/fdatasync) durations (`fsync/fdatasync/sync_file_range` -> `sync percentiles`). The number must be less than 10ms (or 10000µs: fio fluidly adjusts the scale between ms/µs/ns depending on the numbers).

**Look for spikes.** Even if the baseline latency looks good, there may be spikes where it comes up, triggering issues that result in API being unavailable.

Expand Down

0 comments on commit 4768827

Please sign in to comment.