Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Go to completed phase after apply delta on warm import
Instead of going to resize phase, go directly to completed phase for apply the delta snapshot. Resizing has already happened when importing the initial snapshot. This will cause validation of the size to not happen every single delta. Since the resize steps validates the available space on the target. This was causing issues on filesystem volumes where the space was being used and the available space is less than the virtual size of the disk. We don't care about the available space at this point since we already verified there was enough space on the initial snapshot import. Signed-off-by: Alexander Wels <[email protected]>
- Loading branch information