Bug 1619298
Summary: | GCE instances not created preemptible | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Jaroslav Henner <jhenner> |
Component: | Provisioning | Assignee: | Tomas Coufal <tcoufal> |
Status: | CLOSED ERRATA | QA Contact: | Jaroslav Henner <jhenner> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 5.9.4 | CC: | bsorota, dmetzger, jhardy, mfeifer, obarenbo, simaishi, smallamp |
Target Milestone: | GA | ||
Target Release: | 5.10.0 | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 5.10.0.14 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-02-07 23:03:31 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | GCE | Target Upstream Version: | |
Embargoed: |
Description
Jaroslav Henner
2018-08-20 14:40:00 UTC
Hi Tom, Can you test to see if this PR fixes this: https://github.com/ManageIQ/manageiq-providers-google/pull/66 thanks Bronagh This happens on 5.10 too. I'm on it! Bronagh: Unfortunately the linked PR is not fixing this. I'll prepare a new PR which would adapt to the API changes on Google side. Instead of ``` clone option = { ... :preemptible => true, ... } ``` they have now a new property "scheduling" defined like: ``` clone option = { ... :scheduling = { ... :preemptible => true, ... }, ... } ``` Sigh. Merged! Works with 5.10.0.14 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2019:0212 |