5.77. GlusterBrick
이 서비스는 단일 triggerropon을 관리합니다.
이름 | 요약 |
---|---|
| 4.6.1에 대한 세부 정보를 가져옵니다. |
| 4.6.1을 제거합니다. |
| 이 4.6.1을 새로 대체합니다. |
5.77.1. get GET
4.6.1에 대한 세부 정보를 가져옵니다.
All-Content
헤더를 true
로 설정하여 기본 GLuster 볼륨에서 DestinationRule의 상태 세부 정보를 검색합니다. 이는 exampleuster 볼륨 상태 <volumename> <brickname> 세부 정보와
동일합니다.
예를 들어, Grauster 볼륨의 234
에 대한 세부 정보를 얻으려면 다음과 같은 요청을 보냅니다.
GET /ovirt-engine/api/clusters/567/glustervolumes/123/glusterbricks/234
다음과 같은 응답 본문을 반환합니다.
<brick id="234"> <name>host1:/rhgs/data/brick1</name> <brick_dir>/rhgs/data/brick1</brick_dir> <server_id>111</server_id> <status>up</status> <device>/dev/mapper/RHGS_vg1-lv_vmaddldisks</device> <fs_name>xfs</fs_name> <gluster_clients> <gluster_client> <bytes_read>2818417648</bytes_read> <bytes_written>1384694844</bytes_written> <client_port>1011</client_port> <host_name>client2</host_name> </gluster_client> </gluster_clients> <memory_pools> <memory_pool> <name>data-server:fd_t</name> <alloc_count>1626348</alloc_count> <cold_count>1020</cold_count> <hot_count>4</hot_count> <max_alloc>23</max_alloc> <max_stdalloc>0</max_stdalloc> <padded_size>140</padded_size> <pool_misses>0</pool_misses> </memory_pool> </memory_pools> <mnt_options>rw,seclabel,noatime,nodiratime,attr2,inode64,sunit=512,swidth=2048,noquota</mnt_options> <pid>25589</pid> <port>49155</port> </brick>
이름 | 유형 | direction | 요약 |
---|---|---|---|
| out |