Enable provisioned iops EBS volume support for service nodes#102
Enable provisioned iops EBS volume support for service nodes#102
Conversation
|
👎 we need to implement disk flavors to be able to support this, as we currently can't pass cloud properties to the disk creation, so your code doesn't work - it isn't guaranteed that there is an instance tied to the disk creation |
|
It's tested and I do create instances with io1 disk attached. see my env here I put iops option in registry when creating instance(so can be pass from cloud properties), and read the registry for instance while create_disk given an instance_id. |
|
and the aws setup is shanghai |
|
I'm not doubting that the code works, but the problem is that we need a generic solution to the problem of having different kinds of disks, and this only solves it for AWS (and in a hacky way as you stash config data in the registry). I'd rather see you work on that... |
|
Thanks Martin... I see. |
story here :https://www.pivotaltracker.com/projects/727945/stories/46220791