Bug 1257905 - [dbscripts] 'CertificationValidityCheckTimeInHours' missing in dbscripts / vdc_options
Summary: [dbscripts] 'CertificationValidityCheckTimeInHours' missing in dbscripts / vd...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: ovirt-engine
Version: 3.6.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ovirt-3.6.0-rc
: 3.6.0
Assignee: Moti Asayag
QA Contact:
Jiri Belka
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-08-28 11:26 UTC by Jiri Belka
Modified: 2016-04-20 01:35 UTC (History)
7 users (show)

Fixed In Version: 3.6.0-12
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-04-20 01:35:46 UTC
oVirt Team: Infra
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
oVirt gerrit 45605 0 master MERGED core: Allow user to config CertificationValidityCheckTimeInHours Never
oVirt gerrit 45625 0 ovirt-engine-3.6 MERGED core: Allow user to config CertificationValidityCheckTimeInHours Never

Description Jiri Belka 2015-08-28 11:26:56 UTC
Description of problem:

[root@jb-bz1 ~]# grep -IR 'CertificationValidityCheckTimeInHours' /usr/share/ovirt-engine/dbscripts
[root@jb-bz1 ~]

Thus I'm unable to change the check time occurrence in vdc_options table.

Version-Release number of selected component (if applicable):
rhevm-dbscripts-3.6.0-0.12.master.el6.noarch

How reproducible:
100%

Steps to Reproduce:
1. select * from vdc_options where option_name = 'CertificationValidityCheckTimeInHours';
2.
3.

Actual results:
not found

Expected results:
should be in vdc_options to make QA testing faster

Additional info:

Comment 1 Jiri Belka 2015-08-28 12:41:29 UTC
2015-08-28 13:56:04,212 DEBUG [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (ServerService Thread Pool -- 40) [] Didn't find the value of 'CertificationValidityCheckTimeInHours' in DB for version 'general' - using default: '24'

Comment 2 Jiri Belka 2015-11-13 12:55:14 UTC
ok, rhevm-dbscripts-3.6.0.3-0.1.el6.noarch

[root@jb-bz1 bin]# engine-config -g CertificationValidityCheckTimeInHours
CertificationValidityCheckTimeInHours: 0.05 version: general
[root@jb-bz1 bin]# grep -R CertificationValidityCheckTimeInHours /usr/share/ovirt-engine/dbscripts/
/usr/share/ovirt-engine/dbscripts/upgrade/pre_upgrade/0000_config.sql:select fn_db_add_config_value('CertificationValidityCheckTimeInHours','24','general');


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