GlusterFS fix faulty bricks
Great tutorial to manage glusterFS : readthedocs
if you are getting error like
volume add-brick: failed: Incorrect number of bricks supplied 1 with count 2
Then you are trying to add distribute leg, which requires multiple bricks based on replication setting, try following command
gluster vol add-brick <vol-name> <brick1><brick2>