-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
azurerm_virtual_machine
: add support for Ultra SSD's to the managed_disk_type
property
#3860
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey @venkey1000
Thanks for this PR :)
Taking a look through this mostly LGTM - if we can add documentation for this field this otherwise LGTM 👍
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey @venkey1000
Thanks for pushing those changes - if we can add in the final link (and the tests pass) then this otherwise LGTM 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @venkey1000,
Thank you for the additional docs, could we add this to a new additional_capabilities
test to ensure its set/readback/imported correctly?
Hi @katbyte |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey @venkey1000
Thanks for pushing those changes - taking a look through I spotted another couple of comments (and one question about the schema design) that I think need to be resolved before we can merge this; but this is otherwise looking good 👍
Thanks!
Co-Authored-By: Tom Harvey <[email protected]>
Co-Authored-By: Tom Harvey <[email protected]>
Co-Authored-By: Tom Harvey <[email protected]>
Hi @katbyte |
I am now getting quota errors in west europe:
|
And switching to
|
@katbyte can you share the resource(vm and subscription id) details you are trying to launch so that Azure team can debug the issue? |
@katbyte Even in EastUS, UltraSSD will not be available in all availability zones. This will give you info on the AZ to use while creating an UltraSSD based VM specifically for your subscription. |
If that is the case we are going to have to update the test to use availability zones and the new compute SKUs resource once its merged. |
@normseq & @venkey1000, has something changed with this moving to GA? When i attempt to run the test now i am getting:
and i don't see anywhere in the portal to request an increase |
azurerm_virtual_machine
: add support for Ultra SSD's to the managed_disk_type
property
@katbyte Though Ultra Disk Storage is now GA, one still needs to fill up a form (separate from the usual portal quota request) to get access to Ultra Disks. Are you trying to create a disk in your subscription which was already whitelisted? |
@katbyte Were you able to provision an Ultra Disk directly using CLI in your subscription? If that goes through, the provider should go through. |
Hi @katbyte i am unable to figure out the issue in website test, can you please point me to the issue why it is failing if possible. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hope you don't mind but i pushed the required changes so i could merge this. LGTM now 👍
@katbyte.. Thank you so much :) |
This has been released in version 1.34.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example: provider "azurerm" {
version = "~> 1.34.0"
}
# ... other configuration ... |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
added ultra ssd support for azure
steps:
PS:
Azure guys has given our subscription capability to attach ultra ssd disk, that is how we abled to test the feature