Skip to content

Instantly share code, notes, and snippets.

@just1689
Created September 2, 2020 07:22
Show Gist options
  • Save just1689/8eebdb409dfc912c45041cea783ddc2a to your computer and use it in GitHub Desktop.
Save just1689/8eebdb409dfc912c45041cea783ddc2a to your computer and use it in GitHub Desktop.
Fixing GlusterFS missing brick issue
# Check the volume to see if any nodes are down
sudo gluster volume status VOLUME_NAME_HERE detail
# Run as root
killall glusterfsd ; killall -9 glusterfsd ; killall glusterd ; glusterd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment