-
-
Save just1689/8eebdb409dfc912c45041cea783ddc2a to your computer and use it in GitHub Desktop.
Fixing GlusterFS missing brick issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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