Hi,
Be aware that you need sufficient free storage space on the LUN that your VM lives in order to commit the snapshot(s).
The amount of free space is required is roughly:
- size of disk(s) which has the snapshot(s) plus
- size of the snapshot plus
- several GB of buffer, rule of thumb would advise it to be > 20GB
The required buffer depends on things like how active your VM is. While merging the snapshots and your VM is in a running state, it will create a new worker snapshot where all the current activity is saved. So if your VM is very busy writing then you best have extra space free.
You'll need a few GB extra anyways as headways for other things that can happen, like powering on a VM at the same LUN that then has to write out its memory backed file (eg. size of the RAM)
--
Wil