Bug 1872441
Summary: | inconsistent result set between views without tag information and views with tag information | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [oVirt] ovirt-engine | Reporter: | Eli Mesika <emesika> | ||||||
Component: | Database.Core | Assignee: | Eli Mesika <emesika> | ||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Guilherme Santos <gdeolive> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | medium | ||||||||
Version: | 4.4.0 | CC: | bugs, dfodor, mperina | ||||||
Target Milestone: | ovirt-4.4.3 | Flags: | pm-rhel:
ovirt-4.4+
|
||||||
Target Release: | 4.4.3.3 | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | ovirt-engine-4.4.3.3 | Doc Type: | No Doc Update | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2020-10-26 07:31:09 UTC | Type: | Bug | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | Infra | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Attachments: |
|
Description
Eli Mesika
2020-08-25 17:49:21 UTC
Created attachment 1712581 [details]
views without tag information
Created attachment 1712582 [details]
views with tag information
The following are list of fields that exists in one view and missing from its corresponding tag support version and vise versa. each such field should be investigated and added to the relevant view if needed vdc_users : ========== external_id namespace vdc_users_with_tags : ====================== mla_role vm_guid vm_pool_name vds : ====== cluster_gluster_service cluster_virt_service enable_balloon gluster_peer_status hbas host_provider_id hw_manufacturer is_hosted_engine_host kernel_cmdline kernel_features last_stored_kernel_cmdline openstack_network_provider_id recoverable reinstall_required sshkeyfingerprint supported_emulated_machines vds_spm_priority vds_with_tags : ================= storage_id vms : ======= changed_fields cpu_pinning db_generation guest_agent_nics_hash hash host_cpu_flags is_run_once iso_path last_watchdog_action last_watchdog_event migration_support origin predefined_properties provider_id quota_enforcement_type transparent_hugepages trusted_service userdefined_properties volatile_run vms_with_tags : ================= storage_id Here is the full list of changes that should be applied : Legend : ========= + This field is in regular view and is missing in the view that includes tag support and can be added without any risk - This field is in the view that supports tag and is missing from the regular view because it is part of the tag support * This field is in regular view and is missing in the view that includes tag support but will not be added for a reason (adding JOIN/S for example) vdc_users : ========== external_id + namespace + vdc_users_with_tags : ====================== mla_role - vm_guid - vm_pool_name - vds : ====== cluster_gluster_service + cluster_virt_service + enable_balloon + gluster_peer_status * (need additional JOIN/S) hbas + host_provider_id + hw_manufacturer + is_hosted_engine_host * (need additional JOIN/S) kernel_cmdline + kernel_features + last_stored_kernel_cmdline + openstack_network_provider_id + recoverable + reinstall_required + sshkeyfingerprint + supported_emulated_machines + vds_spm_priority + vds_with_tags : ================= storage_id - vms : ======= changed_fields + cpu_pinning + db_generation + guest_agent_nics_hash + hash + host_cpu_flags + is_run_once + iso_path + last_watchdog_action + last_watchdog_event + migration_support + origin + predefined_properties + provider_id + quota_enforcement_type + transparent_hugepages + trusted_service + userdefined_properties + volatile_run + vms_with_tags : ================= storage_id - This bugzilla is included in oVirt 4.4.3 release, published on November 10th 2020. Since the problem described in this bug report should be resolved in oVirt 4.4.3 release, it has been closed with a resolution of CURRENT RELEASE. If the solution does not work for you, please open a new bug report. |