Updates the pool information such as pool size and state of the pool (shared or non-shared).
<linuxRequest>
<storage>
<poolUpdate>
<poolName/>
<size/>
<shared/>
<notshared/>
</poolUpdate>
</storage>
</linuxRequest>
<linuxReply>
<storage>
<poolUpdate>
<result value="0"><description>success</description></result>
</poolUpdate>
</storage>
<result value="0"><description>zOK</description></result>
</linuxReply>
Specifies the name of the pool.
Specifies the state of the pool (shared).
Specifies the state of the pool (non-shared).
Specifies an error value or 0 (for no error).