Commit 7d98bbca authored by Sami Hiltunen's avatar Sami Hiltunen

Add missing backticks to Praefect dataloss examples

Adds missing backticks to delimit the code example. Splits the
command and output of an example to make copying easier using the
copy button on the code box.
parent 9f5cbda1
......@@ -782,12 +782,15 @@ The Praefect `dataloss` sub-command helps identify lost writes by checking for u
```shell
sudo /opt/gitlab/embedded/bin/praefect -config /var/opt/gitlab/praefect/config.toml dataloss [-virtual-storage <virtual-storage>]
```
If the virtual storage is not specified, every configured virtual storage is checked for data loss.
```shell
sudo /opt/gitlab/embedded/bin/praefect -config /var/opt/gitlab/praefect/config.toml dataloss
```
```shell
Virtual storage: default
Current read-only primary: gitaly-2
Previous write-enabled primary: gitaly-1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment