5.77. GlusterBrick
このサービスは単一の gluster ブリックを管理します。
Name | 概要 |
---|---|
| ブリックの詳細を取得します。 |
| ブリックを削除します。 |
| このブリックを新しいものに置き換えます。 |
5.77.1. get GET
ブリックの詳細を取得します。
ヘッダー All-Content
が true
に設定された基礎となる gluster ボリュームから、ステータスの詳細を取得します。これは、gluster volume status <volumename> <brickname> detail
を実行するのと同じです。
たとえば、gluster ボリューム 123
の brick234
の詳細を取得するには、次のようなリクエストを送信します。
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>
Name | タイプ | 方向 | 概要 |
---|---|---|---|
| Out |