Mounts a pool snapshot.
<activatePoolSnapshot> <snapName/> <shared/> </activatePoolSnapshot>
<activatePoolSnapshot>
<result value=" ">
<description/>
</result>
</activatePoolSnapshot>
Specifies the name of the pool snapshot.
(optional) Specifies whether the snapshot should be mounted with the shared flag.
Specifies an error value or 0 (for no error).
Specifies a text description of the result.
The following is an example to activate pool snapshot named MYPOOL_S1 .
An nss request to activate pool snapshot
<nssRequest>
<pool>
<activatePoolSnapshot>
<snapName>MYPOOL_S1</snapName>
</activatePoolSnapshot>
</pool>
</nssRequest>
An nss reply packet to activate pool snapshot
<nssReply>
<pool>
<activatePoolSnapshot>
<result value="0">
<description>success</description>
</result>
</activatePoolSnapshot>
</pool>
<result value="0">
<description>zOK</description>
</result>
</nssReply>