Shirly Radco has uploaded a new change for review. Change subject: history: Added is_local_storage to dwh_datacenter_configuration_history_view ......................................................................
history: Added is_local_storage to dwh_datacenter_configuration_history_view This patch adds is_local_storage to dwh_datacenter_configuration_history_view A storage pool can be marked as local - contains local on host storage or shared - contains shared storages of various types. Change-Id: I5100ec6dd030b096f8fa1f644f4e2b8be8916817 Related-To: https://bugzilla.redhat.com/1038053 Signed-off-by: Shirly Radco <sra...@redhat.com> --- M packaging/dbscripts/create_dwh_views.sql 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/65/23865/1 diff --git a/packaging/dbscripts/create_dwh_views.sql b/packaging/dbscripts/create_dwh_views.sql index 20657d9..46ffdb3 100644 --- a/packaging/dbscripts/create_dwh_views.sql +++ b/packaging/dbscripts/create_dwh_views.sql @@ -13,6 +13,7 @@ SELECT id AS datacenter_id, name AS datacenter_name, description AS datacenter_description, + is_local AS is_local_storage, _create_date AS create_date, _update_date AS update_date FROM storage_pool -- To view, visit http://gerrit.ovirt.org/23865 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5100ec6dd030b096f8fa1f644f4e2b8be8916817 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Shirly Radco <sra...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches