Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1112036

Summary: Spelling issues in several engine-config keys
Product: Red Hat Enterprise Virtualization Manager Reporter: Andrew Dahms <adahms>
Component: ovirt-engine-configAssignee: Martin Perina <mperina>
Status: CLOSED CURRENTRELEASE QA Contact: Jiri Belka <jbelka>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 3.4.0CC: gklein, iheim, jbelka, mperina, oourfali, pstehlik, rbalakri, Rhev-m-bugs, sherold, yeylon
Target Milestone: ---   
Target Release: 3.5.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: infra
Fixed In Version: ovirt-engine-3.5.0_beta Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-02-17 17:06:54 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:
Bug Depends On:    
Bug Blocks: 1142923, 1156165    

Description Andrew Dahms 2014-06-23 00:09:17 UTC
Description of problem:
There are spelling issues in several of the configuration keys provided by the engine-config command.

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

How reproducible:
100%

Steps to Reproduce:
1. List any of the following keys using the engine-config command:

SSHInactivityTimoutSeconds
SSHInactivityHardTimoutSeconds
StorageDomainFalureTimeoutInMinutes
VdsLoadBalancingeIntervalInMinutes

Actual results:
  As above.

Expected results:
  SSHInactivityTimeoutSeconds
  SSHInactivityHardTimeoutSeconds
  StorageDomainFailureTimeoutInMinutes
  VdsLoadBalancingIntervalInMinutes

Comment 1 Martin Perina 2014-06-23 10:52:57 UTC
There are also others fixed is this patch series:

VdsRecoveryTimeoutInMintues     -> VdsRecoveryTimeoutInMinutes
UknownTaskPrePollingLapse       -> UnknownTaskPrePollingLapse
GlusterAysncTasksSupport        -> GlusterAsyncTasksSupport
NormalizedMgmgNetworkEnabled    -> NormalizedMgmtNetworkEnabled

Comment 2 Jiri Belka 2014-07-29 14:41:02 UTC
# engine-config -l | egrep "SSHInactivityTimeoutSeconds|SSHInactivityHardTimeoutSeconds|StorageDomainFailureTimeoutInMinutes|VdsLoadBalancingIntervalInMinutes|VdsRecoveryTimeoutInMinutes|UnknownTaskPrePollingLapse|GlusterAsyncTasksSupport|NormalizedMgmtNetworkEnabled" | nl
     1  SSHInactivityTimeoutSeconds: "SSH Inactivity Timeout (in seconds)" (Value Type: Integer)
     2  SSHInactivityHardTimeoutSeconds: "SSH Inactivity Hard Timeout (in seconds)" (Value Type: Integer)
     3  StorageDomainFailureTimeoutInMinutes: "Storage Domain failure timeout" (Value Type: Integer)
     4  VdsLoadBalancingIntervalInMinutes: "Host Load Balancing Interval (in minutes)" (Value Type: Integer)
     5  VdsRecoveryTimeoutInMinutes: "Host Timeout when Recovering (in minutes)" (Value Type: Integer)

looks like following were dropped in recent developement...

UnknownTaskPrePollingLapse
GlusterAsyncTasksSupport
NormalizedMgmtNetworkEnabled

ovirt-engine-3.5.0-0.0.master.20140722232058.git8e1babc.el6.noarch

Comment 3 Jiri Belka 2014-07-29 14:42:05 UTC
Am I right in #2?

Comment 4 Martin Perina 2014-07-30 11:17:53 UTC
> looks like following were dropped in recent developement...
> 
> UnknownTaskPrePollingLapse
> GlusterAsyncTasksSupport
> NormalizedMgmtNetworkEnabled
> 
> ovirt-engine-3.5.0-0.0.master.20140722232058.git8e1babc.el6.noarch

Those three options are not accessible in engine-config, but they exist in db:

select * from vdc_options where option_name in ('UnknownTaskPrePollingLapse', 'GlusterAsyncTasksSupport', 'NormalizedMgmtNetworkEnabled')

Comment 5 Jiri Belka 2014-07-30 11:24:42 UTC
ok, ovirt-engine-dbscripts-3.5.0-0.0.master.20140722232058.git8e1babc.el6.noarch

Comment 6 Eyal Edri 2015-02-17 17:06:54 UTC
rhev 3.5.0 was released. closing.