Skip to content

Instantly share code, notes, and snippets.

@yuvalif
Created November 21, 2023 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuvalif/aa903d402d4fe707dfc49820295298fa to your computer and use it in GitHub Desktop.
Save yuvalif/aa903d402d4fe707dfc49820295298fa to your computer and use it in GitHub Desktop.
sudo dnf -y debuginfo-install ceph-radosgw-18.0.0-7437.gd67340ee.el9.x86_64
sudo gdb /usr/bin/radosgw -p $(pgrep radosgw)
while :; do pgrep -a radosgw; sleep 1; done
tail -f /var/log/ceph/rgw.ceph.client.0.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment