expandPool2

Expands the size of (adds additional partitions to) an NSS storage pool.

Request

<expandPool2>
   <poolName/>
   <devices>
      <addPoolDeviceInfo>
         <objectID/>
         <size/>
      </addPoolDeviceInfo>
   </devices>
</expandPool2>

Reply

<expandPool2>
   <result value=" ">
      <description/>
   </result>
</expandPool2>

Elements

devices

Specifies the list of devices whose segments are in the pool.

addPoolDeviceInfo

(Repeating) Specifies a device whose segments need to be included in the pool.

objectID

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

size

Specifies the user-defined size for the device.

result

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

description

Specifies a text description of the returned result.