Bug 1731237
Summary: | RHV provider is recreating guest_devices on every refresh | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Satoe Imaishi <simaishi> |
Component: | Providers | Assignee: | Boriso <bodnopoz> |
Status: | CLOSED ERRATA | QA Contact: | Angelina Vasileva <anikifor> |
Severity: | medium | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> |
Priority: | high | ||
Version: | 5.10.0 | CC: | agrare, anikifor, dmetzger, jfrey, jhardy, jocarter, mperina, mshriver, obarenbo, rspagnol, simaishi, smallamp |
Target Milestone: | GA | Keywords: | ZStream |
Target Release: | 5.10.8 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 5.10.8.0 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 1691109 | Environment: | |
Last Closed: | 2019-08-13 08:35:41 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | RHEVM | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1691109 | ||
Bug Blocks: |
Comment 2
CFME Bot
2019-07-22 20:38:16 UTC
Fixed and verified in 5.10.8.0.20190729222758_e725e22. GuestDevice.count stays the same after the refresh. # bin/rails c Loading production environment (Rails 5.0.7.2) irb(main):001:0> GuestDevice.count PostgreSQLAdapter#log_after_checkout, connection_pool: size: 5, connections: 1, in use: 1, waiting_in_queue: 0 => 16 irb(main):002:0> GuestDevice.count => 16 irb(main):003:0> GuestDevice.count => 16 irb(main):004:0> GuestDevice.count => 16 irb(main):005:0> GuestDevice.count => 16 irb(main):006:0> GuestDevice.count => 16 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:2466 Changing the test coverage to + as we have the test coverage covered in the original BZ 1691109 |