getPoolDevices

Returns the device occupied by the specified pool.

Request

<getPoolDevices>
   <poolName/>
<getPoolDevice>

Reply

<getPoolDevices>
   <deviceSimpleInfo>
      <objectID/>
      <mirrored/>
      <name/>
      <size/>
      <shared/>
   </deviceSimpleInfo>
</getPoolDevices>

Elements

poolName

Specifies the name of the pool to return information about.

deviceSimpleInfo

Repeats. Specifies a device (physical or RAID) or a mirror group.

objectID

On NetWare, specifies the device ID received from Media Manager. On Linux, specifies the device name.

mirrored

(Optional) Specifies that the device is mirrored.

size

Specifies the size of the device (in bytes).

shared

(Optional) Specifies that the device is shared.

result

Specifies an error value or 0 (for no error).

description

Specifies a text description of the returned result.