Skip to content

Instantly share code, notes, and snippets.

@mandb
Created April 2, 2015 19:53
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 mandb/93369097139c6cc3ff98 to your computer and use it in GitHub Desktop.
Save mandb/93369097139c6cc3ff98 to your computer and use it in GitHub Desktop.
Gluster adding new files to a brick during remove-brick operation
# brick removal been running for 1 day, the files being written to are all <2 hours old...
> gluster volume remove-brick storage storage:/storage2 status
Node Rebalanced-files size scanned failures status
--------- ----------- ----------- ----------- ----------- ------------
localhost 331356 2.8TB 3156884 0 in progress
192.168.0.10 0 0Bytes 0 0 not started
storage03 0 0Bytes 0 0 not started
> gluster volume top storage write brick storage:/storage2 | wc -l
103
@mandb
Copy link
Author

mandb commented Apr 2, 2015

glusterd -V
glusterfs 3.3.1 built on Jan 12 2013 01:30:12

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