Displaying 2 results from an estimated 2 matches for "glusterbrick1".
Did you mean:
gluster_bricks
2017 Dec 11
2
reset-brick command questions
...ster volume reset-brick VOLNAME HOSTNAME:BRICKPATH
> HOSTNAME:BRICKPATH commit force |
This fails, I unmounted the gluster path, formatted a fresh disk,
mounted it on the old mount point and created the brick subdir on it.
gluster volume reset-brick glustervol
gluster1:/gluster/brick1/glusterbrick1
gluster1:/gluster/brick1/glusterbrick1 commit force
volume reset-brick: failed: Source brick must be stopped. Please use
gluster volume reset-brick <volname> <dst-brick> start.
Why would I even need to specify the "|HOSTNAME:BRICKPATH|" twice? I
just want to rep...
2017 Dec 12
0
reset-brick command questions
...command can be used in different scenarios. One more case could be where you just want to change the host name to IP address of that node of bricks.
In this case also you will follow the same steps but just have to provide IP address
gluster volume reset-brick glustervol gluster1:/gluster/brick1/glusterbrick1 "gluster1 IP address" :/gluster/brick1/glusterbrick1 commit force
Now as we have this command for different cases, to keep uniformity of the command, we chose to provide brick path twice.
Coming to your case, I think you followed all the steps correctly and it should be successful.
P...