HA-Container and multiple zpools
I am running SC3.2 with Solaris 10.
I need to create an HA Container from an existing Solaris 10 zone. The zone requires two zpools, one for zone root (ZR) and one for zone data (ZD). There should be a dependency for ZD to be dependent on ZR due to the mountpoints.
I see a couple possibilities.
1. Define HAS-RS twice in the sczbt definition file. There would be two cluster storage resources, one for each zpool. However, I do not see any examples of this in the documentation.
2. Create one cluster storage resource for two zpools, and define HAS-RS only once. Will that honor the dependency that ZD has on ZR if I configure the resource with the zpools in the correct order, i.e. Zpools=ZR,ZD?