Hi Warren,
It seems you are handling it right.
The steps to do it are the following:
1) Find the volume to resize via a finder and populate it in a variable (Let's say "orig_vol")
2) Define a volume object (Let's say "resized_vol") and set (At the minimum) it's natural key attributes ("array" and "name", as "orig_vol.array" and "orig_vol.name" accordingly)
3) Set the new size in one of 2 ways in "resized_vol.size_mb":
- Absolute => orig_vol.size_mb + $ShareSize
- Relative => "+" + $ShareSize
If the original volume was 50MB and you'd like to add 30MB => The value of "resized_vol.size_mb" would result to 80 or +30
Both of these may work. Just remember that the size is in accordance with the SnapReserve percentage.
Please let me know if you require further assistance.
Regards,
Yaron Haimsohn
Workflow Automation team