Skip to content

Instantly share code, notes, and snippets.

@jhoblitt
Created February 17, 2025 21:34
Show Gist options
  • Save jhoblitt/54f2ad7f932d8a643b8f725f5b56dca0 to your computer and use it in GitHub Desktop.
Save jhoblitt/54f2ad7f932d8a643b8f725f5b56dca0 to your computer and use it in GitHub Desktop.
cleanup old ceph osds
pvs | grep ceph | awk '{print $1}' | xargs -L1 /sbin/sgdisk --zap-all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment