#set volume size with ansible on a SVM-DR vserver

1 messages · Page 1 of 1 (latest)

young apex
#

Hi,
We are using SVM-DR to snapmirror volumes from production to DR site. Sometimes, volumes are VERY full, so that the snapmirror update fails, because the destination volume size is too small to contain the live filesystem + the delta for the latest snapmirror update.

Our solution right now is a script that increases the volume size on the destination.... we have to use vserver config override to achieve this task. Is it possible to do this with an ansible task?

By the way, why can't the volume size be ignored completely? I only care for the aggregate size, volume sizes on a DR system are nothing to care about...

#

forgot to mention: The snapmirror update "corrects" the volume sizes on the destination after each snapmirror update, so the "volume grow" script is executed 5min before each snapmirror update run. No, we can't increase the size of the source volume, as it is the metric for billing towards our customers.

rare moon
#

Which module are you using for this?