You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
azure: handle PendingCopyOperation error during vhd copy
When multiple LISA runs use the same VHD URL concurrently, Azure may
throw the following error during start_copy_from_url:
ResourceExistsError: There is currently a pending copy operation.
This happens because multiple runs attempt to copy the VHD to the same
destination. Although a lock prevents this within a single LISA run,
it can still occur across multiple runs. To handle this, catch the
exception and gracefully continue with wait_copy_blob.
0 commit comments