차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

다음 판
이전 판
glusterfs_-_commands [2015/07/29 08:35] – 만듦 koovglusterfs_-_commands [2015/07/29 08:37] (현재) koov
줄 1: 줄 1:
 ====== GlusterFS - Commands ====== ====== GlusterFS - Commands ======
 +참조문서 : http://itscom.org/archives/4573
  
 +===== Volume =====
 +<code>
 [root@localhost ~] # gluster [root@localhost ~] # gluster
 볼륨 정보 ① volume info all  ② volume info 볼륨명 볼륨 정보 ① volume info all  ② volume info 볼륨명
줄 61: 줄 64:
 볼륨 상태 ① volume status [all | <VOLNAME> [nfs|shd|<BRICK>|quotad]] [detail|clients|mem|inode|fd|callpool|tasks ] 볼륨 상태 ① volume status [all | <VOLNAME> [nfs|shd|<BRICK>|quotad]] [detail|clients|mem|inode|fd|callpool|tasks ]
 gluster> volume status all gluster> volume status all
 +</code>
 +
 +===== Peer =====
 +<code>
 +[root@localhost ~]# gluster 
 +스토리지 추가 ① peer probe 호스트명
 +peer probe gstor1
 +
 +스토리지 제거 ① peer detach 호스트명
 +gluster> peer detach gstor1 force
 +
 +연결상태 ① peer status
 +gluster> peer status
 +</code>
 +
  • glusterfs_-_commands.1438158930.txt.gz
  • 마지막으로 수정됨: 2015/07/29 08:35
  • 저자 koov