Skip to content

Commit

Permalink
Merge pull request ceph#61226 from zdover23/wip-doc-2025-01-04-README
Browse files Browse the repository at this point in the history
doc: README.md - format "Troubleshooting"

Reviewed-by: Anthony D'Atri <[email protected]>
  • Loading branch information
zdover23 authored Jan 4, 2025
2 parents 7d29ca7 + acbb2e5 commit 316d3c1
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,15 +137,14 @@ To build Ceph, follow this procedure:
* Preserve Existing Data skip cluster reinitialization between tests by
using the `-n` flag.

> [TROUBLESHOOTING]
>
>Cluster Fails to Start: Look for errors in the logs under the out/ directory, e.g.
>
>OSD Crashes: Check the OSD logs for errors.
>
>Cluster in a Health Error State: Run `ceph status` to identify the issue.
>
>RocksDB Errors: Look for RocksDB-related errors in OSD logs.
## Troubleshooting

* Cluster Fails to Start: Look for errors in the logs under the `out/`
directory.
* OSD Crashes: Check the OSD logs for errors.
* Cluster in a `Health Error` State: Run the `ceph status` command to
identify the issue.
* RocksDB Errors: Look for RocksDB-related errors in the OSD logs.

To manage a vstart cluster, stop daemons using `./stop.sh` and start them with ./vstart.sh --daemon osd.${ID} [--nodaemonize].
Restart by stopping and restarting daemons, ensuring no stale sockets.
Expand Down

0 comments on commit 316d3c1

Please sign in to comment.