compute server zone: selector code assumes that the available instance types are the same across the zones in a region, but this isn't always true #7994
Create a compute server in us-west1-c and start, then stop it.
Try to change the vm type to a c3 instance type -- it's an option
But then you can't make the change, because c3's are only in us-west1-a and us-west1-b.
The problem is that the compute server selector code assumes that the available instance types are the same across the zones in a region, but this isn't always true. Instead it shouldn't show c3 as an option except in the second part of the modal that says "change region/zone".
This isn't a major bug, since you do get a clear indicator in red at the top of the modal. It's just a mild inconvenience.
The problem is that the compute server selector code assumes that the available instance types are the same across the zones in a region, but this isn't always true. Instead it shouldn't show c3 as an option except in the second part of the modal that says "change region/zone".
This isn't a major bug, since you do get a clear indicator in red at the top of the modal. It's just a mild inconvenience.