Advertisement
Guest User

Untitled

a guest
Oct 15th, 2015
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. root@devnix-virt-master01:~/gstatus# gluster volume status
  2. Status of volume: pve-gluster-share
  3. Gluster process TCP Port RDMA Port Online Pid
  4. ------------------------------------------------------------------------------
  5. Brick node1:/shared/vm/data 49153 0 Y 1722
  6. Brick node2:/shared/vm/data 49153 0 Y 1743
  7. Brick node3:/shared/vm/data 49152 0 Y 2201
  8. NFS Server on localhost 2049 0 Y 1710
  9. Self-heal Daemon on localhost N/A N/A Y 1715
  10. NFS Server on node2 2049 0 Y 1736
  11. Self-heal Daemon on node2 N/A N/A Y 1731
  12. NFS Server on node3 2049 0 Y 2220
  13. Self-heal Daemon on node3 N/A N/A Y 2228
  14.  
  15. Task Status of Volume pve-gluster-share
  16. ------------------------------------------------------------------------------
  17. There are no active volume tasks
  18.  
  19. root@devnix-virt-master01:~/gstatus# gluster volume remove-brick pve-gluster-share replica 2 node3:/shared/vm/data force
  20. Removing brick(s) can result in data loss. Do you want to Continue? (y/n) y
  21. volume remove-brick commit force: success
  22. root@devnix-virt-master01:~/gstatus#
  23.  
  24.  
  25. oot@devnix-virt-master01:~/gstatus# gluster volume status
  26. Status of volume: pve-gluster-share
  27. Gluster process TCP Port RDMA Port Online Pid
  28. ------------------------------------------------------------------------------
  29. Brick node1:/shared/vm/data 49153 0 Y 1722
  30. Brick node2:/shared/vm/data 49153 0 Y 1743
  31. NFS Server on localhost 2049 0 Y 10432
  32. Self-heal Daemon on localhost N/A N/A Y 10440
  33. NFS Server on node3 2049 0 Y 6113
  34. Self-heal Daemon on node3 N/A N/A Y 6126
  35. NFS Server on node2 2049 0 Y 7869
  36. Self-heal Daemon on node2 N/A N/A Y 7877
  37.  
  38. Task Status of Volume pve-gluster-share
  39. ------------------------------------------------------------------------------
  40. There are no active volume tasks
  41.  
  42.  
  43. root@devnix-virt-master01:~# gluster peer detach node3
  44. peer detach: success
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement