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
There are also others fixed is this patch series: VdsRecoveryTimeoutInMintues -> VdsRecoveryTimeoutInMinutes UknownTaskPrePollingLapse -> UnknownTaskPrePollingLapse GlusterAysncTasksSupport -> GlusterAsyncTasksSupport NormalizedMgmgNetworkEnabled -> NormalizedMgmtNetworkEnabled
# 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
Am I right in #2?
> 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')
ok, ovirt-engine-dbscripts-3.5.0-0.0.master.20140722232058.git8e1babc.el6.noarch
rhev 3.5.0 was released. closing.