Bug 1767885
| Summary: | [RFE] VMware guests are incorrectly marked as linked_clone true, remove attribute | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Satoe Imaishi <simaishi> |
| Component: | Providers | Assignee: | Adam Grare <agrare> |
| Status: | CLOSED ERRATA | QA Contact: | Kedar Kulkarni <kkulkarn> |
| Severity: | medium | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> |
| Priority: | medium | ||
| Version: | 5.9.0 | CC: | cpelland, dmetzger, gblomqui, jfrey, jhardy, jocarter, jwong, kkulkarn, lavenel, mfeifer, mshriver, ngupta, obarenbo, smallamp |
| Target Milestone: | GA | Keywords: | FutureFeature, RFE, ZStream |
| Target Release: | 5.11.1 | Flags: | simaishi:
cfme-5.11.z+
simaishi: mirror+ |
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 5.11.1.0 | Doc Type: | Enhancement |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1588908 | Environment: | |
| Last Closed: | 2019-12-13 00:35:54 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | VMware | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1588908, 1769934 | ||
| Bug Blocks: | |||
|
Comment 2
CFME Bot
2019-11-01 19:43:54 UTC
On 5.11.1.1, we no longer have attribute linked_clone set to True. Hence verified. Used PSQL Commands : ==>Check the total number of VMs present # psql -U postgres -d vmdb_production -c "select name from vms where vendor='vmware';" | wc -l ==>Now, check the total number of VMs having linked_clone set as True: # psql -U postgres -d vmdb_production -c "select name from vms where vendor='vmware' and linked_clone='t';" | wc -l 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:4201 |