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...