Skip to content

Instantly share code, notes, and snippets.

Created April 29, 2014 14:15
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 anonymous/11401663 to your computer and use it in GitHub Desktop.
Save anonymous/11401663 to your computer and use it in GitHub Desktop.
root@storage2 / # gluster volume info
Volume Name: file-storage
Type: Replicate
Volume ID: d10d13d5-aae0-4186-a6a5-b9734f4245d7
Status: Started
Number of Bricks: 1 x 2 = 2
Transport-type: tcp
Bricks:
Brick1: storage1:/storage
Brick2: storage2:/storage
Options Reconfigured:
performance.cache-size: 512MB
cluster.quorum-type: auto
auth.allow: 192.*,91.*,85.*,54.*,80.*
root@storage2 / # gluster volume remove-brick file-storage replica 1 storage1:/storage
Removing brick(s) can result in data loss. Do you want to Continue? (y/n) y
Incorrect brick storage1:/storage for volume file-storage
@LalatenduMohanty
Copy link

Just try "gluster volume remove-brick file-storage storage1:/storage start"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment