poolUpdate

Updates the pool information such as pool size and state of the pool (shared or non-shared).

Request

<linuxRequest>
      <storage>
         <poolUpdate>
            <poolName/>
            <size/>
            <shared/>
            <notshared/>
         </poolUpdate>
       </storage>
</linuxRequest>

Reply

<linuxReply>
      <storage>
         <poolUpdate>
           <result value="0"><description>success</description></result>
         </poolUpdate>
      </storage>
<result value="0"><description>zOK</description></result>
</linuxReply>

Elements

poolName

Specifies the name of the pool.

shared

Specifies the state of the pool (shared).

notshared

Specifies the state of the pool (non-shared).

result

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