Skip to content

Commit

Permalink
tests/ha/start_up.sh: increase debug logs level
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Indenbaum <aindenba@redhat.com>
  • Loading branch information
Alexander Indenbaum authored and baum committed Oct 10, 2024
1 parent 9ada4fe commit 5f7ff27
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/ha/start_up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ while true; do
fi
done
echo ✅ ceph is healthy

echo ℹ️ Increase debug logs level
docker compose exec -T ceph ceph config get mon.a
docker compose exec -T ceph ceph tell mon.a config set debug_mon 20/20
docker compose exec -T ceph ceph tell mon.a config set debug_ms 1/1
docker compose exec -T ceph ceph config get mon.a

echo ℹ️ Running processes of services
docker compose top

Expand Down

0 comments on commit 5f7ff27

Please sign in to comment.