-
Notifications
You must be signed in to change notification settings - Fork 124
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
Able to set IOPS with "knife vsphere vm vmdk add"? #448
Comments
We don't expose that directly. Would need to look up where in the API this gets set. might be able to do it through Which version of vsphere is this for? |
That is for version 5.5, but going to upgrade to 6.5 soon. Would be great if that it is possible :D |
Do you have an idea how to set this, at which level? |
I couldn't find anything about iops. There was some stuff about disk shares (SharesInfo) but I'm not clear if that translates into iops. I think the easiest way to find it is to set it in the web UI and then try and find it in a console session. Just haven't had the time this week -- my day just just changed into our busy period. |
It should be possible: In this PowerShell script the setting can be set. I will look into this, and will give you an update. |
https://gist.github.com/petericebear/02739f8b9b3c4dd20040b6b996d7e722 |
Aha, good find. Same comment as the other one -- did you want to PR that after switching to SearchHelpers and ui.info? Or let me know if you want me to do it; just wanted to make sure you have the opportunity for the credit in the commit log. |
Yeah will do, think at the end of the week I have some time for that |
Hi,
Is it possible to set the IOPS of a new vmdk on attachment to a VM?
We have SSD, Block and Archive which we want to limit IOPS based on the datastore it goed to.
Thanks in advance, for reply
The text was updated successfully, but these errors were encountered: