Bug 1109784 - [RHEVM-DWH] Primary & secondary power management devices are not supported - resulting the later history is not saved
Summary: [RHEVM-DWH] Primary & secondary power management devices are not supported - ...
Keywords:
Status: CLOSED DUPLICATE of bug 951902
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: ovirt-engine-dwh
Version: 3.4.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: 3.5.0
Assignee: Yaniv Lavi
QA Contact: Barak Dagan
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-06-16 11:00 UTC by Barak Dagan
Modified: 2014-08-06 08:39 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-06-16 23:08:27 UTC
oVirt Team: ---
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Barak Dagan 2014-06-16 11:00:19 UTC
Description of problem:
Since 3.2 there is support for 2 PM devices, however, DWH saves only the IP of the first one:


bash-4.1$ psql -d engine -c "select column_name, table_name from information_schema.columns where table_name like 'vds_static';" | egrep 'ip|pm_'

 ip                      | vds_static
 pm_type                 | vds_static
 pm_user                 | vds_static
 pm_password             | vds_static
 pm_port                 | vds_static
 pm_options              | vds_static
 pm_enabled              | vds_static
 pm_proxy_preferences    | vds_static
 pm_secondary_ip         | vds_static
 pm_secondary_type       | vds_static
 pm_secondary_user       | vds_static
 pm_secondary_password   | vds_static
 pm_secondary_port       | vds_static
 pm_secondary_options    | vds_static
 pm_secondary_concurrent | vds_static


bash-4.1$ psql -d engine -c "select table_name, column_name from information_schema.columns where table_name like '%dwh%';" | egrep 'pm'

 dwh_host_configuration_history_view           | pm_ip_address
 dwh_host_configuration_full_check_view        | pm_ip_address


Version-Release number of selected component (if applicable):
3.4.0

How reproducible:
100%

Steps to Reproduce:
1. install dwh
2. check dwh tables / views
3.

Actual results:
The newer method, doesn't seem to be supported.

Expected results:
Secondary PM device history should be saved, like the primary - expecting using the new terminology.

Additional info:

Comment 1 Yaniv Lavi 2014-06-16 23:08:27 UTC

*** This bug has been marked as a duplicate of bug 951902 ***


Note You need to log in before you can comment on or make changes to this bug.