-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Snapshot based disk migration #699
Comments
It appears that the situation is somewhat more complex than initially thought. There are several caveats to note about snapshots and the Premium SSD v2 disk type:
To minimize downtime while converting Premium v2 disks via incremental snapshots, here are a few strategies that come to my mind:
|
Is your feature request related to a problem? Please describe.
Currently, Azure does not support a direct migration from Premium SSD v2 or Ultra SSD to other disk types, as detailed here. This limitation prevents the use of the native disk update feature for those looking to switch storage types from Premium SSD v2 or Ultra Disks.
Describe the solution you'd like
Although direct support is not available yet, changing the disk type is feasible by utilizing snapshots. If you're transitioning from Premium SSD v2 or Ultra Disks, the
update_disk
method should do the following steps:completionPercent
reaches 100Pending Task: evaluate and compare the efficiency of using regular copy methods versus snapshots.
Additional context
This request is a continuation of issue #697 and has been suggested by @MSSedusch.
The text was updated successfully, but these errors were encountered: