5.81. GlusterVolume
このサービスは単一の gluster ボリュームを管理します。
Name | 概要 |
---|---|
| gluster ボリュームの詳細を取得します。 |
| gluster ボリュームプロファイルの統計を取得します。 |
| gluster ボリュームをリバランスします。 |
| gluster ボリュームを削除します。 |
| gluster ボリュームに設定されたすべてのオプションをリセットします。 |
| gluster ボリュームで特定のオプションをリセットします。 |
| gluster ボリュームに特定のオプションを設定します。 |
| gluster ボリュームを起動します。 |
| gluster ボリュームのプロファイリングを開始します。 |
| gluster ボリュームを停止します。 |
| gluster ボリュームのプロファイリングを停止します。 |
| gluster ボリュームのリバランスを停止します。 |
5.81.1. get GET
gluster ボリュームの詳細を取得します。
たとえば、クラスター 456
で識別子 123
の gluster ボリュームの詳細を取得するには、以下のように要求を送信します。
GET /ovirt-engine/api/clusters/456/glustervolumes/123
この GET リクエストは以下の出力を返します。
<gluster_volume id="123"> <name>data</name> <link href="/ovirt-engine/api/clusters/456/glustervolumes/123/glusterbricks" rel="glusterbricks"/> <disperse_count>0</disperse_count> <options> <option> <name>storage.owner-gid</name> <value>36</value> </option> <option> <name>performance.io-cache</name> <value>off</value> </option> <option> <name>cluster.data-self-heal-algorithm</name> <value>full</value> </option> </options> <redundancy_count>0</redundancy_count> <replica_count>3</replica_count> <status>up</status> <stripe_count>0</stripe_count> <transport_types> <transport_type>tcp</transport_type> </transport_types> <volume_type>replicate</volume_type> </gluster_volume>
Name | タイプ | 方向 | 概要 |
---|---|---|---|
| Out | gluster ボリュームを表します。 |