Skip to content

Commit

Permalink
Fix formatting in ceph.md (#215)
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Kieske <[email protected]>
  • Loading branch information
artificial-intelligence authored Dec 5, 2023
1 parent 3dbfe6b commit 72d804f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/guides/configuration-guide/ceph.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,14 @@ ceph_osd_devices:
sda: # Create an OSD with dedicated WAL
wal_pv: nvme1n1 # Must be one device configured in ceph_wal_devices
# or ceph_db_wal_devices
```

```yaml
ceph_osd_devices:
sda: # Create an OSD with dedicated DB/WAL residing on different devices
db_pv: nvme0n1 # See above
wal_pv: nvme1n1 # See above
```

```yaml
ceph_osd_devices:
Expand Down

0 comments on commit 72d804f

Please sign in to comment.