ClassNotFoundException after upgrade to 4.5
by astro.alireza@gmail.com
Hi all,
I tried to upgrade my ovirt engine from 4.3.10 to 4.5.0. After restore backup, everything seems ok. I can login to admin panel.
But when I want to add new host, I get this exception:
2022-06-01 12:13:04,987-04 ERROR [org.jboss.as.ejb3.invocation] (default task-32) WFLYEJB0034: Jakarta Enterprise Beans Invocation failed on component Backend for method public abstract org.ovirt.engine.core.common.queries.QueryReturnValue org.ovirt.engine.core.common.interfaces.BackendLocal.runQuery(org.ovirt.engine.core.common.queries.QueryType,org.ovirt.engine.core.common.queries.QueryParametersBase): javax.ejb.EJBException: WFLYEJB0442: Unexpected Error
at org.jboss.as.ejb3@24.0.1.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInNoTx(CMTTxInterceptor.java:234)
at org.jboss.as.ejb3@24.0.1.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.supports(CMTTxInterceptor.java:446)
at org.jboss.as.ejb3@24.0.1.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:164)
at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
at org.jboss.weld.core@3.1.7.SP1//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
at org.jboss.as.weld.common@24.0.1.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3@24.0.1.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3@24.0.1.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3@24.0.1.Final//org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100)
at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3@24.0.1.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3@24.0.1.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3@24.0.1.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ee@24.0.1.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
at org.wildfly.security.elytron-base@1.16.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
at org.jboss.as.ee@24.0.1.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
at org.jboss.as.ee@24.0.1.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
at org.jboss.as.ee@24.0.1.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
at deployment.engine.ear.bll.jar//org.ovirt.engine.core.common.interfaces.BackendLocal$$$view4.runQuery(Unknown Source)
at deployment.engine.ear.webadmin.war//org.ovirt.engine.ui.frontend.server.gwt.GenericApiGWTServiceImpl.runQuery(GenericApiGWTServiceImpl.java:90)
at deployment.engine.ear.webadmin.war//org.ovirt.engine.ui.frontend.server.gwt.GenericApiGWTServiceImpl.runMultipleQueries(GenericApiGWTServiceImpl.java:121)
at jdk.internal.reflect.GeneratedMethodAccessor91.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at deployment.engine.ear.webadmin.war//com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:587)
at deployment.engine.ear.webadmin.war//com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:333)
at deployment.engine.ear.webadmin.war//com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:303)
at deployment.engine.ear.webadmin.war//com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:373)
at deployment.engine.ear.webadmin.war//com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62)
at javax.servlet.api@2.0.0.Final//javax.servlet.http.HttpServlet.service(HttpServlet.java:523)
at deployment.engine.ear.webadmin.war//org.ovirt.engine.ui.frontend.server.gwt.GenericApiGWTServiceImpl.service(GenericApiGWTServiceImpl.java:78)
at javax.servlet.api@2.0.0.Final//javax.servlet.http.HttpServlet.service(HttpServlet.java:590)
at io.undertow.servlet@2.2.8.Final//io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
at io.undertow.servlet@2.2.8.Final//io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
at org.ovirt.engine.core.utils//org.ovirt.engine.core.utils.servlet.HeaderFilter.doFilter(HeaderFilter.java:94)
at io.undertow.servlet@2.2.8.Final//io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
at io.undertow.servlet@2.2.8.Final//io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
at org.ovirt.engine.core.utils//org.ovirt.engine.core.utils.servlet.CachingFilter.doFilter(CachingFilter.java:133)
at io.undertow.servlet@2.2.8.Final//io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
at io.undertow.servlet@2.2.8.Final//io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
at deployment.engine.ear.webadmin.war//org.ovirt.engine.core.branding.BrandingFilter.doFilter(BrandingFilter.java:73)
at io.undertow.servlet@2.2.8.Final//io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
at io.undertow.servlet@2.2.8.Final//io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
at org.ovirt.engine.core.utils//org.ovirt.engine.core.utils.servlet.LocaleFilter.doFilter(LocaleFilter.java:65)
at io.undertow.servlet@2.2.8.Final//io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
at io.undertow.servlet@2.2.8.Final//io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
at io.undertow.servlet@2.2.8.Final//io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
at io.undertow.servlet@2.2.8.Final//io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
at io.undertow.servlet@2.2.8.Final//io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
at io.undertow.servlet@2.2.8.Final//io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
at org.wildfly.extension.undertow@24.0.1.Final//org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78)
at io.undertow.core@2.2.8.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at io.undertow.servlet@2.2.8.Final//io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)
at io.undertow.servlet@2.2.8.Final//io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)
at io.undertow.servlet@2.2.8.Final//io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
at io.undertow.core@2.2.8.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at io.undertow.core@2.2.8.Final//io.undertow.security.handlers.AuthenticationConstraintHandler.handleRequest(AuthenticationConstraintHandler.java:53)
at io.undertow.core@2.2.8.Final//io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
at io.undertow.servlet@2.2.8.Final//io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
at io.undertow.servlet@2.2.8.Final//io.undertow.servlet.handlers.security.ServletSecurityConstraintHandler.handleRequest(ServletSecurityConstraintHandler.java:59)
at io.undertow.core@2.2.8.Final//io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
at io.undertow.servlet@2.2.8.Final//io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
at io.undertow.core@2.2.8.Final//io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50)
at io.undertow.core@2.2.8.Final//io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
at io.undertow.core@2.2.8.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at org.wildfly.extension.undertow@24.0.1.Final//org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
at io.undertow.core@2.2.8.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at io.undertow.servlet@2.2.8.Final//io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)
at io.undertow.core@2.2.8.Final//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
at io.undertow.servlet@2.2.8.Final//io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:269)
at io.undertow.servlet@2.2.8.Final//io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:78)
at io.undertow.servlet@2.2.8.Final//io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:133)
at io.undertow.servlet@2.2.8.Final//io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:130)
at io.undertow.servlet@2.2.8.Final//io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
at io.undertow.servlet@2.2.8.Final//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
at org.wildfly.extension.undertow@24.0.1.Final//org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105)
at org.wildfly.extension.undertow@24.0.1.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1535)
at org.wildfly.extension.undertow@24.0.1.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1535)
at org.wildfly.extension.undertow@24.0.1.Final//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1535)
at io.undertow.servlet@2.2.8.Final//io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:249)
at io.undertow.servlet@2.2.8.Final//io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:78)
at io.undertow.servlet@2.2.8.Final//io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:99)
at io.undertow.core@2.2.8.Final//io.undertow.server.Connectors.executeRootHandler(Connectors.java:387)
at io.undertow.core@2.2.8.Final//io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:841)
at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
at org.jboss.xnio@3.8.4.Final//org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1280)
at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: java.lang.NoClassDefFoundError: org/apache/sshd/common/util/io/output/SecureByteArrayOutputStream
at org.ovirt.engine.core.utils//org.ovirt.engine.core.utils.crypt.EngineEncryptionUtils.getEngineSSHPublicKey(EngineEncryptionUtils.java:137)
at deployment.engine.ear.bll.jar//org.ovirt.engine.core.bll.hostdeploy.GetEngineSSHPublicKeyQuery.executeQueryCommand(GetEngineSSHPublicKeyQuery.java:19)
at deployment.engine.ear.bll.jar//org.ovirt.engine.core.bll.QueriesCommandBase.executeCommand(QueriesCommandBase.java:106)
at org.ovirt.engine.core.dal//org.ovirt.engine.core.dal.VdcCommandBase.execute(VdcCommandBase.java:31)
at deployment.engine.ear.bll.jar//org.ovirt.engine.core.bll.executor.DefaultBackendQueryExecutor.execute(DefaultBackendQueryExecutor.java:14)
at deployment.engine.ear.bll.jar//org.ovirt.engine.core.bll.Backend.runQueryImpl(Backend.java:520)
at deployment.engine.ear.bll.jar//org.ovirt.engine.core.bll.Backend.runQuery(Backend.java:489)
at jdk.internal.reflect.GeneratedMethodAccessor71.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.jboss.as.ee@24.0.1.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
at org.jboss.as.weld.ejb@24.0.1.Final//org.jboss.as.weld.ejb.DelegatingInterceptorInvocationContext.proceed(DelegatingInterceptorInvocationContext.java:92)
at org.jboss.weld.core@3.1.7.SP1//org.jboss.weld.interceptor.proxy.WeldInvocationContextImpl.interceptorChainCompleted(WeldInvocationContextImpl.java:107)
at org.jboss.weld.core@3.1.7.SP1//org.jboss.weld.interceptor.proxy.WeldInvocationContextImpl.proceed(WeldInvocationContextImpl.java:126)
at org.ovirt.engine.core.common//org.ovirt.engine.core.common.di.interceptor.LoggingInterceptor.apply(LoggingInterceptor.java:12)
at jdk.internal.reflect.GeneratedMethodAccessor61.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.jboss.weld.core@3.1.7.SP1//org.jboss.weld.interceptor.reader.SimpleInterceptorInvocation$SimpleMethodInvocation.invoke(SimpleInterceptorInvocation.java:73)
at org.jboss.weld.core@3.1.7.SP1//org.jboss.weld.interceptor.proxy.WeldInvocationContextImpl.invokeNext(WeldInvocationContextImpl.java:92)
at org.jboss.weld.core@3.1.7.SP1//org.jboss.weld.interceptor.proxy.WeldInvocationContextImpl.proceed(WeldInvocationContextImpl.java:124)
at org.jboss.weld.core@3.1.7.SP1//org.jboss.weld.bean.InterceptorImpl.intercept(InterceptorImpl.java:105)
at org.jboss.as.weld.ejb@24.0.1.Final//org.jboss.as.weld.ejb.DelegatingInterceptorInvocationContext.proceed(DelegatingInterceptorInvocationContext.java:82)
at org.jboss.as.weld.ejb@24.0.1.Final//org.jboss.as.weld.interceptors.EjbComponentInterceptorSupport.delegateInterception(EjbComponentInterceptorSupport.java:60)
at org.jboss.as.weld.common@24.0.1.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:77)
at org.jboss.as.weld.common@24.0.1.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
at org.jboss.as.weld.common@24.0.1.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
at org.jboss.as.ee@24.0.1.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
at deployment.engine.ear.bll.jar//org.ovirt.engine.core.bll.interceptors.CorrelationIdTrackerInterceptor.aroundInvoke(CorrelationIdTrackerInterceptor.java:13)
at jdk.internal.reflect.GeneratedMethodAccessor67.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.jboss.as.ee@24.0.1.Final//org.jboss.as.ee.component.ManagedReferenceLifecycleMethodInterceptor.processInvocation(ManagedReferenceLifecycleMethodInterceptor.java:89)
at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3@24.0.1.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ee@24.0.1.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
at org.jboss.as.ee@24.0.1.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3@24.0.1.Final//org.jboss.as.ejb3.component.singleton.SingletonComponentInstanceAssociationInterceptor.processInvocation(SingletonComponentInstanceAssociationInterceptor.java:53)
at org.jboss.invocation@1.6.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
at org.jboss.as.ejb3@24.0.1.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInNoTx(CMTTxInterceptor.java:232)
... 103 more
Caused by: java.lang.ClassNotFoundException: org.apache.sshd.common.util.io.output.SecureByteArrayOutputStream from [Module "org.ovirt.engine.core.uutils" from local module loader @172b013 (finder: local module finder @56673b2c (roots: /usr/share/ovirt-engine-wildfly-overlay/modules,/usr/share/ovirt-engine-wildfly/modules/system/layers/base,/usr/share/ovirt-engine/modules/common,/usr/share/ovirt-engine-extension-aaa-jdbc/modules,/usr/share/ovirt-engine-wildfly/modules,/usr/share/ovirt-engine-wildfly/modules/system/layers/base))]
at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:255)
at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:410)
at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:398)
at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:116)
... 153 more
2 years, 5 months
local on host storage domain full, how to clean up
by Gianluca Cecchi
Hello,
I have a local based storage domain that has got full, so that it is now
inactive and virtual machines that are on it are paused (vm paused due to
lack of storage space).
Any advice on how to clean up, eventually deleting some of them?
# df -h /2t_2
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vg_2t_2-2t_2 1.8T 1.7T 0 100% /2t_2
[root@ovirt01 fdf9546c-68fa-42c9-8a10-78ef3ee534b8]#
Is there any easy way to map disk-to-vm of directories inside
/2t_2/images/dbf9611d-9090-42d6-81e0-58105bc20011/images/ so that I can
"sacrifice" some VMs deleting the corresponding disks' directories, to be
able at least to activate the storage domain again and make a cleaner check?
Or any other suggestions? I'm not able to expand it.
It is not directly managed by me and I suppose too much storage
over-provisioning has been done.
Thanks in advance.
Gianluca
2 years, 5 months
Hyperconverged Ovirt 4.3.10.4: Unresponsive Host
by ralf@os-s.de
Hi,
I have a hyperconverged ovirt 4.3.10 installation. One host is unresponsive. This has happened in the past but most often resolved itself within a few minutes. This time it is a different beast.
The host does not come back. Putting the host in maintenance is not possible because "Host is unresponsive but has running virtual machines". Putting the host into local maintenance on the local CLI does not help. Global maintenance does not have any effect either. The host has been rebooted several times both locally and via the web interface on the engine, which worked but did not resolve the issue.
Logs:
/var/log/ovirt-engine/engine.log
2022-06-07 06:40:17,606+02 ERROR [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (default task-34) [26f286ba-58d0-44be-96e0-f874057fe603] EVENT_ID: GENERIC_ERROR_MESSAGE(14,001), Cannot switch Host to Maintenance mode.
Host still has running VMs on it and is in Non Responsive state.
2022-06-07 06:40:17,606+02 WARN [org.ovirt.engine.core.bll.MaintenanceNumberOfVdssCommand] (default task-34) [26f286ba-58d0-44be-96e0-f874057fe603] Validation of action 'MaintenanceNumberOfVdss' failed for user admin@internal-authz. Reasons: VAR__TYPE__HOST,VAR__ACTION__MAINTENANCE,VDS_CANNOT_MAINTENANCE_VDS_IS_NOT_RESPONDING_WITH_VMS,$HostNotResponding ovirt3.os-s.de
2022-06-07 06:41:23,974+02 ERROR [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (EE-ManagedThreadFactory-engineScheduled-Thread-33) [] EVENT_ID: VDS_BROKER_COMMAND_FAILURE(10,802), VDSM ovirt3.os-s.de command Get Host Capabilities failed: Message timeout which can be caused by communication issues
2022-06-07 06:41:23,974+02 ERROR [org.ovirt.engine.core.vdsbroker.monitoring.HostMonitoring] (EE-ManagedThreadFactory-engineScheduled-Thread-33) [] Unable to RefreshCapabilities: VDSNetworkException: VDSGenericException: VDSNetworkException: Message timeout which can be caused by communication issues
2022-06-07 06:44:47,033+02 ERROR [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (EE-ManagedThreadFactory-engineScheduled-Thread-4) [] EVENT_ID: VDS_BROKER_COMMAND_FAILURE(10,802), VDSM ovirt3.os-s.de command Get Host Capabilities failed: Message timeout which can be caused by communication issues
2022-06-07 06:44:47,034+02 ERROR [org.ovirt.engine.core.vdsbroker.monitoring.HostMonitoring] (EE-ManagedThreadFactory-engineScheduled-Thread-4) [] Unable to RefreshCapabilities: VDSNetworkException: VDSGenericException: VDSNetworkException: Message timeout which can be caused by communication issues
vdsmd status:
Jun 06 08:51:09 ovirt3.os-s.de vdsm[3567]: WARN Worker blocked: <Worker name=jsonrpc/1 running <Task <JsonRpcTask {'params': {}, 'jsonrpc': '2.0', 'method': u'Host.getStats', 'id': u'ce7ab5d1-3034-4b5a-91c5-9446e17341a2'} at 0x7fe1646563d0> timeout=60, duration=120.00 at 0x7fe1646562d0> task#=15 at 0x7fe165f47e50>, traceback:
File: "/usr/lib64/python2.7/threading.py", line 785, in __bootstrap
self.__bootstrap_inner()
File: "/usr/lib64/python2.7/threading.py", line 812, in __bootstrap_inner
self.run()
File: "/usr/lib64/python2.7/threading.py", line 765, in run
self.__target(*self.__args, **self.__kwargs)
File: "/usr/lib/python2.7/site-packages/vdsm/common/concurrent.py", line 260, in run
ret = func(*args, **kwargs)
File: "/usr/lib/python2.7/site-packages/vdsm/executor.py", line 301, in _run
self._execute_task()
File: "/usr/lib/python2.7/site-packages/vdsm/executor.py", line 315, in _execute_task
task()
File: "/usr/lib/python2.7/site-packages/vdsm/executor.py", line 391, in __call__
self._callable()
File: "/usr/lib/python2.7/site-packages/yajsonrpc/__init__.py", line 262, in __call__
self._handler(self._ctx, self._req)
File: "/usr/lib/python2.7/site-packages/yajsonrpc/__init__.py", line 305, in _serveRequest
response = self._handle_request(req, ctx)
File: "/usr/lib/python2.7/site-packages/yajsonrpc/__init__.py", line 345, in _handle_request
res = method(**params)
File: "/usr/lib/python2.7/site-packages/vdsm/rpc/Bridge.py", line 194, in _dynamicMethod
result = fn(*methodArgs)
File: "<string>", line 2, in getStats
File: "/usr/lib/python2.7/site-packages/vdsm/common/api.py", line 50, in method
ret = func(*args, **kwargs)
File: "/usr/lib/python2.7/site-packages/vdsm/API.py", line 1435, in getStats
multipath=True)}
File: "/usr/lib/python2.7/site-packages/vdsm/host/api.py", line 79, in get_stats
ret['haStats'] = _getHaInfo()
File: "/usr/lib/python2.7/site-packages/vdsm/host/api.py", line 182, in _getHaInfo
stats = instance.get_all_stats(timeout=5)
File: "/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/client/client.py", line 94, in get_all_stats
stats = broker.get_stats_from_storage()
File: "/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/lib/brokerlink.py", line 146, in get_stats_from_storage
result = self._proxy.get_stats()
File: "/usr/lib64/python2.7/xmlrpclib.py", line 1233, in __call__
return self.__send(self.__name, args)
File: "/usr/lib64/python2.7/xmlrpclib.py", line 1591, in __request
verbose=self.__verbose
File: "/usr/lib64/python2.7/xmlrpclib.py", line 1273, in request
return self.single_request(host, handler, request_body, verbose)
File: "/usr/lib64/python2.7/xmlrpclib.py", line 1301, in single_request
self.send_content(h, request_body)
File: "/usr/lib64/python2.7/xmlrpclib.py", line 1448, in send_content
connection.endheaders(request_body)
File: "/usr/lib64/python2.7/httplib.py", line 1052, in endheaders
self._send_output(message_body)
File: "/usr/lib64/python2.7/httplib.py", line 890, in _send_output
self.send(msg)
File: "/usr/lib64/python2.7/httplib.py", line 852, in send
self.connect()
File: "/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/lib/unixrpc.py", line 60, in connect
self.sock.connect(base64.b16decode(self.host))
File: "/usr/lib64/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
Jun 06 08:51:14 ovirt3.os-s.de vdsm[3567]: WARN Worker blocked: <Worker name=periodic/0 running <Task <Operation action=<vdsm.virt.sampling.HostMonitor object at 0x7fe16457ba90> at 0x7fe16457bad0> timeout=15, duration=120.00 at 0x7fe1644c3910> task#=22 at 0x7fe1646e4550>, traceback:
File: "/usr/lib64/python2.7/threading.py", line 785, in __bootstrap
self.__bootstrap_inner()
File: "/usr/lib64/python2.7/threading.py", line 812, in __bootstrap_inner
self.run()
File: "/usr/lib64/python2.7/threading.py", line 765, in run
self.__target(*self.__args, **self.__kwargs)
File: "/usr/lib/python2.7/site-packages/vdsm/common/concurrent.py", line 260, in run
ret = func(*args, **kwargs)
File: "/usr/lib/python2.7/site-packages/vdsm/executor.py", line 301, in _run
self._execute_task()
File: "/usr/lib/python2.7/site-packages/vdsm/executor.py", line 315, in _execute_task
task()
File: "/usr/lib/python2.7/site-packages/vdsm/executor.py", line 391, in __call__
self._callable()
File: "/usr/lib/python2.7/site-packages/vdsm/virt/periodic.py", line 186, in __call__
self._func()
File: "/usr/lib/python2.7/site-packages/vdsm/virt/sampling.py", line 481, in __call__
stats = hostapi.get_stats(self._cif, self._samples.stats())
File: "/usr/lib/python2.7/site-packages/vdsm/host/api.py", line 79, in get_stats
ret['haStats'] = _getHaInfo()
File: "/usr/lib/python2.7/site-packages/vdsm/host/api.py", line 182, in _getHaInfo
stats = instance.get_all_stats(timeout=5)
File: "/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/client/client.py", line 94, in get_all_stats
stats = broker.get_stats_from_storage()
File: "/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/lib/brokerlink.py", line 146, in get_stats_from_storage
result = self._proxy.get_stats()
File: "/usr/lib64/python2.7/xmlrpclib.py", line 1233, in __call__
return self.__send(self.__name, args)
File: "/usr/lib64/python2.7/xmlrpclib.py", line 1591, in __request
verbose=self.__verbose
File: "/usr/lib64/python2.7/xmlrpclib.py", line 1273, in request
return self.single_request(host, handler, request_body, verbose)
File: "/usr/lib64/python2.7/xmlrpclib.py", line 1301, in single_request
self.send_content(h, request_body)
File: "/usr/lib64/python2.7/xmlrpclib.py", line 1448, in send_content
connection.endheaders(request_body)
File: "/usr/lib64/python2.7/httplib.py", line 1052, in endheaders
self._send_output(message_body)
File: "/usr/lib64/python2.7/httplib.py", line 890, in _send_output
self.send(msg)
File: "/usr/lib64/python2.7/httplib.py", line 852, in send
self.connect()
File: "/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/lib/unixrpc.py", line 60, in connect
self.sock.connect(base64.b16decode(self.host))
File: "/usr/lib64/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
vdsmd log:
2022-06-07 05:02:13,717+0000 INFO (jsonrpc/3) [vdsm.api] FINISH multipath_health return={} from=::1,54704, task_id=169b447f-fd52-4a6f-9277-eff9870ffb81 (api:54)
2022-06-07 05:02:13,725+0000 INFO (jsonrpc/3) [api.host] FINISH getStats return={'status': {'message': 'Done', 'code': 0}, 'info': {'cpuStatistics': {'20': {'cpuUser': '0.07', 'nodeIndex': 1, 'cpuSys': '0.00', 'cpuIdle': '99.93'}, '21': {'cpuUser': '0.00', 'nodeIndex': 1, 'cpuSys': '0.00', 'cpuIdle': '100.00'}, '22': {'cpuUser': '0.00', 'nodeIndex': 1, 'cpuSys': '0.00', 'cpuIdle': '100.00'}, '23': {'cpuUser': '0.00', 'nodeIndex': 1, 'cpuSys': '0.07', 'cpuIdle': '99.93'}, '1': {'cpuUser': '0.87', 'nodeIndex': 0, 'cpuSys': '0.60', 'cpuIdle': '98.53'}, '0': {'cpuUser': '0.40', 'nodeIndex': 0, 'cpuSys': '0.27', 'cpuIdle': '99.33'}, '3': {'cpuUser': '0.27', 'nodeIndex': 0, 'cpuSys': '0.33', 'cpuIdle': '99.40'}, '2': {'cpuUser': '0.53', 'nodeIndex': 0, 'cpuSys': '0.40', 'cpuIdle': '99.07'}, '5': {'cpuUser': '0.33', 'nodeIndex': 0, 'cpuSys': '0.33', 'cpuIdle': '99.34'}, '4': {'cpuUser': '0.33', 'nodeIndex': 0, 'cpuSys': '0.40', 'cpuIdle': '99.27'}, '7': {'cpuUser': '0.13', 'nodeIndex': 1,
'cpuSys': '0.07', 'cpuIdle': '99.80'}, '6': {'cpuUser': '0.13', 'nodeIndex': 1, 'cpuSys': '0.07', 'cpuIdle': '99.80'}, '9': {'cpuUser': '0.13', 'nodeIndex': 1, 'cpuSys': '0.13', 'cpuIdle': '99.74'}, '8': {'cpuUser': '0.07', 'nodeIndex': 1, 'cpuSys': '0.13', 'cpuIdle': '99.80'}, '11': {'cpuUser': '0.20', 'nodeIndex': 1, 'cpuSys': '0.13', 'cpuIdle': '99.67'}, '10': {'cpuUser': '0.20', 'nodeIndex': 1, 'cpuSys': '0.27', 'cpuIdle': '99.53'}, '13': {'cpuUser': '0.80', 'nodeIndex': 0, 'cpuSys': '0.47', 'cpuIdle': '98.73'}, '12': {'cpuUser': '0.00', 'nodeIndex': 0, 'cpuSys': '0.00', 'cpuIdle': '100.00'}, '15': {'cpuUser': '0.07', 'nodeIndex': 0, 'cpuSys': '0.00', 'cpuIdle': '99.93'}, '14': {'cpuUser': '0.20', 'nodeIndex': 0, 'cpuSys': '0.27', 'cpuIdle': '99.53'}, '17': {'cpuUser': '0.07', 'nodeIndex': 0, 'cpuSys': '0.00', 'cpuIdle': '99.93'}, '16': {'cpuUser': '0.07', 'nodeIndex': 0, 'cpuSys': '0.00', 'cpuIdle': '99.93'}, '19': {'cpuUser': '1.46', 'nodeIndex': 1, 'cpuSys': '0.33', 'cpuIdle'
: '98.21'}, '18': {'cpuUser': '0.27', 'nodeIndex': 1, 'cpuSys': '0.07', 'cpuIdle': '99.66'}}, 'numaNodeMemFree': {'1': {'memPercent': 18, 'memFree': '52935'}, '0': {'memPercent': 17, 'memFree': '53551'}}, 'memShared': 0, 'haScore': 0, 'thpState': 'always', 'ksmMergeAcrossNodes': True, 'vmCount': 3, 'memUsed': '3', 'storageDomains': {}, 'incomingVmMigrations': 0, 'network': {'bond0': {'rxErrors': '0', 'txErrors': '0', 'speed': '2000', 'rxDropped': '4', 'name': 'bond0', 'tx': '84766340728', 'txDropped': '0', 'duplex': 'full', 'sampleTime': 1654578133.717023, 'rx': '102755561238', 'state': 'up'}, 'eno50': {'rxErrors': '0', 'txErrors': '0', 'speed': '1000', 'rxDropped': '0', 'name': 'eno50', 'tx': '0', 'txDropped': '0', 'duplex': 'unknown', 'sampleTime': 1654578133.717023, 'rx': '0', 'state': 'down'}, ';vdsmdummy;': {'rxErrors': '0', 'txErrors': '0', 'speed': '1000', 'rxDropped': '0', 'name': ';vdsmdummy;', 'tx': '0', 'txDropped': '0', 'duplex': 'unknown', 'sampleTime': 1654578133.71702
3, 'rx': '0', 'state': 'down'}, 'ovirtmgmt': {'rxErrors': '0', 'txErrors': '0', 'speed': '1000', 'rxDropped': '122', 'name': 'ovirtmgmt', 'tx': '81789466633', 'txDropped': '0', 'duplex': 'unknown', 'sampleTime': 1654578133.717023, 'rx': '99028291927', 'state': 'up'}, 'lo': {'rxErrors': '0', 'txErrors': '0', 'speed': '1000', 'rxDropped': '0', 'name': 'lo', 'tx': '10214215104', 'txDropped': '0', 'duplex': 'unknown', 'sampleTime': 1654578133.717023, 'rx': '10214215104', 'state': 'up'}, 'ovs-system': {'rxErrors': '0', 'txErrors': '0', 'speed': '1000', 'rxDropped': '0', 'name': 'ovs-system', 'tx': '0', 'txDropped': '0', 'duplex': 'unknown', 'sampleTime': 1654578133.717023, 'rx': '0', 'state': 'down'}, 'eno49': {'rxErrors': '0', 'txErrors': '0', 'speed': '1000', 'rxDropped': '0', 'name': 'eno49', 'tx': '0', 'txDropped': '0', 'duplex': 'unknown', 'sampleTime': 1654578133.717023, 'rx': '0', 'state': 'down'}, 'br-int': {'rxErrors': '0', 'txErrors': '0', 'speed': '1000', 'rxDropped': '0', 'na
me': 'br-int', 'tx': '0', 'txDropped': '0', 'duplex': 'unknown', 'sampleTime': 1654578133.717023, 'rx': '0', 'state': 'down'}, 'eno1': {'rxErrors': '0', 'txErrors': '0', 'speed': '1000', 'rxDropped': '0', 'name': 'eno1', 'tx': '0', 'txDropped': '0', 'duplex': 'unknown', 'sampleTime': 1654578133.717023, 'rx': '0', 'state': 'down'}, 'eno2': {'rxErrors': '0', 'txErrors': '0', 'speed': '1000', 'rxDropped': '0', 'name': 'eno2', 'tx': '0', 'txDropped': '0', 'duplex': 'unknown', 'sampleTime': 1654578133.717023, 'rx': '0', 'state': 'down'}, 'eno3': {'rxErrors': '0', 'txErrors': '0', 'speed': '1000', 'rxDropped': '1', 'name': 'eno3', 'tx': '42493183527', 'txDropped': '0', 'duplex': 'full', 'sampleTime': 1654578133.717023, 'rx': '20793574', 'state': 'up'}, 'eno4': {'rxErrors': '0', 'txErrors': '0', 'speed': '1000', 'rxDropped': '1', 'name': 'eno4', 'tx': '42273157201', 'txDropped': '0', 'duplex': 'full', 'sampleTime': 1654578133.717023, 'rx': '102734767664', 'state': 'up'}, 'genev_sys_6081':
{'rxErrors': '0', 'txErrors': '8', 'speed': '1000', 'rxDropped': '0', 'name': 'genev_sys_6081', 'tx': '0', 'txDropped': '0', 'duplex': 'unknown', 'sampleTime': 1654578133.717023, 'rx': '0', 'state': 'up'}}, 'txDropped': '128', 'anonHugePages': '326', 'ksmPages': 100, 'elapsedTime': '391.12', 'cpuLoad': '0.16', 'cpuSys': '0.18', 'diskStats': {'/var/log': {'free': '6478'}, '/var/run/vdsm/': {'free': '64294'}, '/tmp': {'free': '906'}}, 'cpuUserVdsmd': '0.47', 'netConfigDirty': 'False', 'memCommitted': 28672, 'ksmState': False, 'vmMigrating': 0, 'ksmCpu': 0, 'memAvailable': 126975, 'bootTime': '1654505219', 'haStats': {'active': True, 'configured': True, 'score': 0, 'localMaintenance': True, 'globalMaintenance': False}, 'momStatus': 'active', 'multipathHealth': {}, 'rxDropped': '0', 'outgoingVmMigrations': 0, 'swapTotal': 32191, 'swapFree': 32191, 'hugepages': defaultdict(<type 'dict'>, {1048576: {'resv_hugepages': 0, 'free_hugepages': 0, 'nr_overcommit_hugepages': 0, 'surplus_hugepages
': 0, 'vm.free_hugepages': 0, 'nr_hugepages': 0, 'nr_hugepages_mempolicy': 0}, 2048: {'resv_hugepages': 0, 'free_hugepages': 0, 'nr_overcommit_hugepages': 0, 'surplus_hugepages': 0, 'vm.free_hugepages': 0, 'nr_hugepages': 0, 'nr_hugepages_mempolicy': 0}}), 'dateTime': '2022-06-07T05:02:13 GMT', 'cpuUser': '0.27', 'memFree': 126719, 'cpuIdle': '99.55', 'vmActive': 0, 'v2vJobs': {}, 'cpuSysVdsmd': '0.13'}} from=::1,54704 (api:54)
2022-06-07 05:02:13,726+0000 INFO (jsonrpc/3) [jsonrpc.JsonRpcServer] RPC call Host.getStats succeeded in 0.03 seconds (__init__:312)
2022-06-07 05:02:13,973+0000 INFO (vmrecovery) [vdsm.api] START getConnectedStoragePoolsList(options=None) from=internal, task_id=65629949-c74d-4f66-846a-1e2c40be9157 (api:48)
2022-06-07 05:02:13,973+0000 INFO (vmrecovery) [vdsm.api] FINISH getConnectedStoragePoolsList return={'poollist': []} from=internal, task_id=65629949-c74d-4f66-846a-1e2c40be9157 (api:54)
2022-06-07 05:02:13,973+0000 INFO (vmrecovery) [vds] recovery: waiting for storage pool to go up (clientIF:723)
2022-06-07 05:02:14,468+0000 INFO (jsonrpc/4) [jsonrpc.JsonRpcServer] RPC call Host.ping2 succeeded in 0.00 seconds (__init__:312)
2022-06-07 05:02:14,471+0000 INFO (jsonrpc/5) [vdsm.api] START repoStats(domains=[u'5d6276cc-08ab-47f6-81e7-4e64aac3d386']) from=::1,54704, task_id=6918f715-bbf4-4c7f-af00-1764294ab665 (api:48)
2022-06-07 05:02:14,472+0000 INFO (jsonrpc/5) [vdsm.api] FINISH repoStats return={} from=::1,54704, task_id=6918f715-bbf4-4c7f-af00-1764294ab665 (api:54)
2022-06-07 05:02:14,472+0000 INFO (jsonrpc/5) [jsonrpc.JsonRpcServer] RPC call Host.getStorageRepoStats succeeded in 0.00 seconds (__init__:312)
Gluster volumes are all online.
systemctl status ovirt-ha-broker:
Jun 06 08:47:08 ovirt3.os-s.de systemd[1]: Started oVirt Hosted Engine High Availability Communications Broker.
Jun 06 08:47:59 ovirt3.os-s.de ovirt-ha-broker[1524]: ovirt-ha-broker mgmt_bridge.MgmtBridge ERROR Failed to getVdsStats: No 'network' in result
Any ideas?
Ralf
2 years, 5 months
Q: How to Fix Frozen "Reboot in progress" VM Status
by Andrei Verovski
Hi,
I have VM which have restarted successfully yet in oVirt web it is being shown with “Rebooting” status for a very long time.
I did:
su - postgres
psql engine
select vm_guid from vm_static where vm_name='WInServerTerminal-2022’;
engine=# select status from vm_dynamic where vm_guid='7871067f-221c-48ed-a046-f49499ce9be4';
status
--------
10
(1 row)
How to properly correct status from "Rebooting”?
Thanks in advance
Andrei
2 years, 5 months
Engine Certificate renewal caused "Error while executing action InstallVds: Internal Engine Error"
by Patrick Hibbs
OK, while I was debugging the other problem, the engine complained
about the internal engine cert expiring in three months. As I had to
completely shutdown the entire data center (all hosts including the
engine itself) at once, I figured I'd go ahead and renew the engine
cert so I wouldn't have to do it later.
First problem: engine-setup won't renew the engine certificate
(engine.cer / engine.p12) at three months out despite the scary
warnings in the notifications tab in the Admin WebUI. It can be forced
to by renaming the files however.
Second problem: After having renewed the engine certificate, the engine
can no longer update a host certificate nor (re-)install a host. Giving
me the following error in the Admin WebUI: "Error while executing
action InstallVds: Internal Engine Error"
I've attached the logs from the engine.
-Patrick Hibbs
2 years, 5 months
how to force engine certificate renewal
by Gianluca Cecchi
Hello,
I'm currently still on 4.4.x.
Suppose I have an engine certificate expiring on mid August and I want to
force renew it now using "engine-setup --offline" command.
How can I do it if possible?
How many days before expiration I get the message that it is expiring soon
with a proposal of renewing it when running "engine-setup"?
Thanks,
Gianluca
2 years, 5 months
nec-xhci: Win7 guest no response after ejecting usb storage
by lizhijian@fujitsu.com
Hi folks,
It's observed that win7 guest will become no response if i eject usb storage "Eject MiniKing"
the last screen after i clicked "Eject MingKing":
After that, i have to reset the guest.
I wonder if it's a known bug, if not any idea to disable this "Eject" .
Thanks
Zhijian
2 years, 5 months
Win Server 2022 and virtio-win 0.1.217-2 update failure
by Andrei Verovski
Hi,
I'm trying to update to latest virtio-win 0.1.217-2, and install fails
no matter what, even with real-time protection off.
Log file attached.
Currently installed:
QEMU Guest Agent 103.00
Virtio-guest-tools 0.1.215
How to fix this?
Thanks in advance.
# ------------------------------------------
[1B1C:1B10][2022-06-03T21:05:41]i001: Burn v3.11.1.2318, Windows v10.0
(Build 20348: Service Pack 0), path:
C:\Windows\Temp\{1EACBA77-7C5A-4A47-AAD4-09AFFBAD6EB5}\.cr\virtio-win-guest-tools.exe
[1B1C:1B10][2022-06-03T21:05:41]i009: Command Line:
'-burn.clean.room=E:\virtio-win-guest-tools.exe
-burn.filehandle.attached=568 -burn.filehandle.self=556'
[1B1C:1B10][2022-06-03T21:05:41]i000: Setting string variable
'WixBundleOriginalSource' to value 'E:\virtio-win-guest-tools.exe'
[1B1C:1B10][2022-06-03T21:05:41]i000: Setting string variable
'WixBundleOriginalSourceFolder' to value 'E:\'
[1B1C:1B10][2022-06-03T21:05:41]i000: Setting string variable
'WixBundleLog' to value
'C:\Users\ADMINI~1\AppData\Local\Temp\Virtio-win-guest-tools_20220603210541.log'
[1B1C:1B10][2022-06-03T21:05:41]i000: Setting string variable
'WixBundleName' to value 'Virtio-win-guest-tools'
[1B1C:1B10][2022-06-03T21:05:41]i000: Setting string variable
'WixBundleManufacturer' to value 'Red Hat, Inc.'
[1B1C:1AFC][2022-06-03T21:05:41]i000: Setting numeric variable
'WixStdBALanguageId' to value 1033
[1B1C:1AFC][2022-06-03T21:05:41]i000: Setting version variable
'WixBundleFileVersion' to value '0.1.217.0'
[1B1C:1B10][2022-06-03T21:05:41]i100: Detect begin, 8 packages
[1B1C:1B10][2022-06-03T21:05:41]i102: Detected related bundle:
{e2e8124d-6dd0-4247-bde0-6a6bccde383d}, type: Upgrade, scope:
PerMachine, version: 0.1.215.0, operation: MajorUpgrade
[1B1C:1B10][2022-06-03T21:05:41]i103: Detected related package:
{32A54EE9-1358-4C7B-8468-C5BB42F4F849}, scope: PerMachine, version:
0.1.215.0, language: 0 operation: MajorUpgrade
[1B1C:1B10][2022-06-03T21:05:41]w120: Detected partially cached package:
vwi.Ix1j, invalid payload: vwi.Ix1j, reason: 0x80070002
[1B1C:1B10][2022-06-03T21:05:41]w120: Detected partially cached package:
vwi.lFj1, invalid payload: vwi.lFj1, reason: 0x80070002
[1B1C:1B10][2022-06-03T21:05:41]i103: Detected related package:
{EE3877E4-07B0-41F2-ADB8-B45133DDCE37}, scope: PerMachine, version:
0.10.5.0, language: 0 operation: Downgrade
[1B1C:1B10][2022-06-03T21:05:41]w120: Detected partially cached package:
vwi.yP23, invalid payload: vwi.yP23, reason: 0x80070570
[1B1C:1B10][2022-06-03T21:05:41]i101: Detected package:
virtio_win_gt_x64.msi, state: Absent, cached: None
[1B1C:1B10][2022-06-03T21:05:41]i104: Detected package:
virtio_win_gt_x64.msi, feature: FE_balloon_driver, state: Absent
[1B1C:1B10][2022-06-03T21:05:41]i104: Detected package:
virtio_win_gt_x64.msi, feature: FE_network_driver, state: Absent
[1B1C:1B10][2022-06-03T21:05:41]i104: Detected package:
virtio_win_gt_x64.msi, feature: FE_pvpanic_driver, state: Absent
[1B1C:1B10][2022-06-03T21:05:41]i104: Detected package:
virtio_win_gt_x64.msi, feature: FE_qemufwcfg_driver, state: Absent
[1B1C:1B10][2022-06-03T21:05:41]i104: Detected package:
virtio_win_gt_x64.msi, feature: FE_qemupciserial_driver, state: Absent
[1B1C:1B10][2022-06-03T21:05:41]i104: Detected package:
virtio_win_gt_x64.msi, feature: FE_vioinput_driver, state: Absent
[1B1C:1B10][2022-06-03T21:05:41]i104: Detected package:
virtio_win_gt_x64.msi, feature: FE_viorng_driver, state: Absent
[1B1C:1B10][2022-06-03T21:05:41]i104: Detected package:
virtio_win_gt_x64.msi, feature: FE_vioscsi_driver, state: Absent
[1B1C:1B10][2022-06-03T21:05:41]i104: Detected package:
virtio_win_gt_x64.msi, feature: FE_vioserial_driver, state: Absent
[1B1C:1B10][2022-06-03T21:05:41]i104: Detected package:
virtio_win_gt_x64.msi, feature: FE_viostor_driver, state: Absent
[1B1C:1B10][2022-06-03T21:05:41]i104: Detected package:
virtio_win_gt_x64.msi, feature: FE_viofs_driver, state: Absent
[1B1C:1B10][2022-06-03T21:05:41]i104: Detected package:
virtio_win_gt_x64.msi, feature: FE_viogpudo_driver, state: Absent
[1B1C:1B10][2022-06-03T21:05:41]i101: Detected package:
virtio_win_gt_x86.msi, state: Absent, cached: None
[1B1C:1B10][2022-06-03T21:05:41]i104: Detected package:
virtio_win_gt_x86.msi, feature: FE_balloon_driver, state: Absent
[1B1C:1B10][2022-06-03T21:05:41]i104: Detected package:
virtio_win_gt_x86.msi, feature: FE_network_driver, state: Absent
[1B1C:1B10][2022-06-03T21:05:41]i104: Detected package:
virtio_win_gt_x86.msi, feature: FE_pvpanic_driver, state: Absent
[1B1C:1B10][2022-06-03T21:05:41]i104: Detected package:
virtio_win_gt_x86.msi, feature: FE_qemufwcfg_driver, state: Absent
[1B1C:1B10][2022-06-03T21:05:41]i104: Detected package:
virtio_win_gt_x86.msi, feature: FE_qemupciserial_driver, state: Absent
[1B1C:1B10][2022-06-03T21:05:41]i104: Detected package:
virtio_win_gt_x86.msi, feature: FE_vioinput_driver, state: Absent
[1B1C:1B10][2022-06-03T21:05:41]i104: Detected package:
virtio_win_gt_x86.msi, feature: FE_viorng_driver, state: Absent
[1B1C:1B10][2022-06-03T21:05:41]i104: Detected package:
virtio_win_gt_x86.msi, feature: FE_vioscsi_driver, state: Absent
[1B1C:1B10][2022-06-03T21:05:41]i104: Detected package:
virtio_win_gt_x86.msi, feature: FE_vioserial_driver, state: Absent
[1B1C:1B10][2022-06-03T21:05:41]i104: Detected package:
virtio_win_gt_x86.msi, feature: FE_viostor_driver, state: Absent
[1B1C:1B10][2022-06-03T21:05:41]i104: Detected package:
virtio_win_gt_x86.msi, feature: FE_viofs_driver, state: Absent
[1B1C:1B10][2022-06-03T21:05:41]i104: Detected package:
virtio_win_gt_x86.msi, feature: FE_viogpudo_driver, state: Absent
[1B1C:1B10][2022-06-03T21:05:41]i101: Detected package: vwi.Ix1j, state:
Present, cached: Partial
[1B1C:1B10][2022-06-03T21:05:41]i101: Detected package: vwi.0WRk, state:
Absent, cached: None
[1B1C:1B10][2022-06-03T21:05:41]i101: Detected package: vwi.lFj1, state:
Present, cached: Partial
[1B1C:1B10][2022-06-03T21:05:41]i101: Detected package: vwi.LdF5, state:
Obsolete, cached: None
[1B1C:1B10][2022-06-03T21:05:41]i101: Detected package: vwi.yP23, state:
Present, cached: Partial
[1B1C:1B10][2022-06-03T21:05:41]i101: Detected package: vwi.KAWK, state:
Absent, cached: None
[1B1C:1B10][2022-06-03T21:05:41]i199: Detect complete, result: 0x0
[1B1C:1AFC][2022-06-03T21:05:43]i000: Setting numeric variable
'EulaAcceptCheckbox' to value 1
[1B1C:1B10][2022-06-03T21:05:43]i200: Plan begin, 8 packages, action:
Install
[1B1C:1B10][2022-06-03T21:05:43]i052: Condition 'VersionNT64' evaluates
to true.
[1B1C:1B10][2022-06-03T21:05:43]i204: Plan 12 msi features for package:
virtio_win_gt_x64.msi
[1B1C:1B10][2022-06-03T21:05:43]i203: Planned feature:
FE_balloon_driver, state: Absent, default requested: Unknown, ba
requested: Unknown, execute action: None, rollback action: None
[1B1C:1B10][2022-06-03T21:05:43]i203: Planned feature:
FE_network_driver, state: Absent, default requested: Unknown, ba
requested: Unknown, execute action: None, rollback action: None
[1B1C:1B10][2022-06-03T21:05:43]i203: Planned feature:
FE_pvpanic_driver, state: Absent, default requested: Unknown, ba
requested: Unknown, execute action: None, rollback action: None
[1B1C:1B10][2022-06-03T21:05:43]i203: Planned feature:
FE_qemufwcfg_driver, state: Absent, default requested: Unknown, ba
requested: Unknown, execute action: None, rollback action: None
[1B1C:1B10][2022-06-03T21:05:43]i203: Planned feature:
FE_qemupciserial_driver, state: Absent, default requested: Unknown, ba
requested: Unknown, execute action: None, rollback action: None
[1B1C:1B10][2022-06-03T21:05:43]i203: Planned feature:
FE_vioinput_driver, state: Absent, default requested: Unknown, ba
requested: Unknown, execute action: None, rollback action: None
[1B1C:1B10][2022-06-03T21:05:43]i203: Planned feature: FE_viorng_driver,
state: Absent, default requested: Unknown, ba requested: Unknown,
execute action: None, rollback action: None
[1B1C:1B10][2022-06-03T21:05:43]i203: Planned feature:
FE_vioscsi_driver, state: Absent, default requested: Unknown, ba
requested: Unknown, execute action: None, rollback action: None
[1B1C:1B10][2022-06-03T21:05:43]i203: Planned feature:
FE_vioserial_driver, state: Absent, default requested: Unknown, ba
requested: Unknown, execute action: None, rollback action: None
[1B1C:1B10][2022-06-03T21:05:43]i203: Planned feature:
FE_viostor_driver, state: Absent, default requested: Unknown, ba
requested: Unknown, execute action: None, rollback action: None
[1B1C:1B10][2022-06-03T21:05:43]i203: Planned feature: FE_viofs_driver,
state: Absent, default requested: Unknown, ba requested: Unknown,
execute action: None, rollback action: None
[1B1C:1B10][2022-06-03T21:05:43]i203: Planned feature:
FE_viogpudo_driver, state: Absent, default requested: Unknown, ba
requested: Unknown, execute action: None, rollback action: None
[1B1C:1B10][2022-06-03T21:05:43]i000: Setting string variable
'WixBundleRollbackLog_virtio_win_gt_x64.msi' to value
'C:\Users\ADMINI~1\AppData\Local\Temp\Virtio-win-guest-tools_20220603210541_000_virtio_win_gt_x64.msi_rollback.log'
[1B1C:1B10][2022-06-03T21:05:43]i000: Setting string variable
'WixBundleLog_virtio_win_gt_x64.msi' to value
'C:\Users\ADMINI~1\AppData\Local\Temp\Virtio-win-guest-tools_20220603210541_000_virtio_win_gt_x64.msi.log'
[1B1C:1B10][2022-06-03T21:05:43]i052: Condition 'NOT VersionNT64'
evaluates to false.
[1B1C:1B10][2022-06-03T21:05:43]i204: Plan 12 msi features for package:
virtio_win_gt_x86.msi
[1B1C:1B10][2022-06-03T21:05:43]i203: Planned feature:
FE_balloon_driver, state: Absent, default requested: Unknown, ba
requested: Unknown, execute action: None, rollback action: None
[1B1C:1B10][2022-06-03T21:05:43]i203: Planned feature:
FE_network_driver, state: Absent, default requested: Unknown, ba
requested: Unknown, execute action: None, rollback action: None
[1B1C:1B10][2022-06-03T21:05:43]i203: Planned feature:
FE_pvpanic_driver, state: Absent, default requested: Unknown, ba
requested: Unknown, execute action: None, rollback action: None
[1B1C:1B10][2022-06-03T21:05:43]i203: Planned feature:
FE_qemufwcfg_driver, state: Absent, default requested: Unknown, ba
requested: Unknown, execute action: None, rollback action: None
[1B1C:1B10][2022-06-03T21:05:43]i203: Planned feature:
FE_qemupciserial_driver, state: Absent, default requested: Unknown, ba
requested: Unknown, execute action: None, rollback action: None
[1B1C:1B10][2022-06-03T21:05:43]i203: Planned feature:
FE_vioinput_driver, state: Absent, default requested: Unknown, ba
requested: Unknown, execute action: None, rollback action: None
[1B1C:1B10][2022-06-03T21:05:43]i203: Planned feature: FE_viorng_driver,
state: Absent, default requested: Unknown, ba requested: Unknown,
execute action: None, rollback action: None
[1B1C:1B10][2022-06-03T21:05:43]i203: Planned feature:
FE_vioscsi_driver, state: Absent, default requested: Unknown, ba
requested: Unknown, execute action: None, rollback action: None
[1B1C:1B10][2022-06-03T21:05:43]i203: Planned feature:
FE_vioserial_driver, state: Absent, default requested: Unknown, ba
requested: Unknown, execute action: None, rollback action: None
[1B1C:1B10][2022-06-03T21:05:43]i203: Planned feature:
FE_viostor_driver, state: Absent, default requested: Unknown, ba
requested: Unknown, execute action: None, rollback action: None
[1B1C:1B10][2022-06-03T21:05:43]i203: Planned feature: FE_viofs_driver,
state: Absent, default requested: Unknown, ba requested: Unknown,
execute action: None, rollback action: None
[1B1C:1B10][2022-06-03T21:05:43]i203: Planned feature:
FE_viogpudo_driver, state: Absent, default requested: Unknown, ba
requested: Unknown, execute action: None, rollback action: None
[1B1C:1B10][2022-06-03T21:05:43]i052: Condition 'VersionNT64 AND
VersionNT64 > v8' evaluates to true.
[1B1C:1B10][2022-06-03T21:05:43]i052: Condition 'NOT VersionNT64 AND
VersionNT > v8' evaluates to false.
[1B1C:1B10][2022-06-03T21:05:43]i052: Condition 'VersionNT64' evaluates
to true.
[1B1C:1B10][2022-06-03T21:05:43]i052: Condition 'VersionNT64' evaluates
to true.
[1B1C:1B10][2022-06-03T21:05:43]i052: Condition 'NOT VersionNT64'
evaluates to false.
[1B1C:1B10][2022-06-03T21:05:43]i201: Planned package:
virtio_win_gt_x64.msi, state: Absent, default requested: Present, ba
requested: Present, execute: Install, rollback: Uninstall, cache: Yes,
uncache: No, dependency: Register
[1B1C:1B10][2022-06-03T21:05:43]i201: Planned package:
virtio_win_gt_x86.msi, state: Absent, default requested: Absent, ba
requested: Absent, execute: None, rollback: None, cache: No, uncache:
No, dependency: None
[1B1C:1B10][2022-06-03T21:05:43]i201: Planned package: vwi.Ix1j, state:
Present, default requested: Present, ba requested: Present, execute:
None, rollback: None, cache: No, uncache: No, dependency: Register
[1B1C:1B10][2022-06-03T21:05:43]i201: Planned package: vwi.0WRk, state:
Absent, default requested: Absent, ba requested: Absent, execute: None,
rollback: None, cache: No, uncache: No, dependency: None
[1B1C:1B10][2022-06-03T21:05:43]i201: Planned package: vwi.lFj1, state:
Present, default requested: Present, ba requested: Present, execute:
None, rollback: None, cache: No, uncache: No, dependency: Register
[1B1C:1B10][2022-06-03T21:05:43]i201: Planned package: vwi.LdF5, state:
Obsolete, default requested: None, ba requested: None, execute: None,
rollback: None, cache: No, uncache: No, dependency: None
[1B1C:1B10][2022-06-03T21:05:43]i201: Planned package: vwi.yP23, state:
Present, default requested: Present, ba requested: Present, execute:
None, rollback: None, cache: No, uncache: No, dependency: Register
[1B1C:1B10][2022-06-03T21:05:43]i201: Planned package: vwi.KAWK, state:
Absent, default requested: Absent, ba requested: Absent, execute: None,
rollback: None, cache: No, uncache: No, dependency: None
[1B1C:1B10][2022-06-03T21:05:43]i207: Planned related bundle:
{e2e8124d-6dd0-4247-bde0-6a6bccde383d}, type: Upgrade, default
requested: Absent, ba requested: Absent, execute: Uninstall, rollback:
Install, dependency: None
[1B1C:1B10][2022-06-03T21:05:43]i299: Plan complete, result: 0x0
[1B1C:1B10][2022-06-03T21:05:43]i300: Apply begin
[1B1C:1B10][2022-06-03T21:05:43]i010: Launching elevated engine process.
[1B1C:1B10][2022-06-03T21:05:44]i011: Launched elevated engine process.
[1B1C:1B10][2022-06-03T21:05:44]i012: Connected to elevated engine.
[0AFC:2EFC][2022-06-03T21:05:44]i358: Pausing automatic updates.
[0AFC:2EFC][2022-06-03T21:05:44]i359: Paused automatic updates.
[0AFC:2EFC][2022-06-03T21:05:44]i360: Creating a system restore point.
[0AFC:2EFC][2022-06-03T21:05:44]i362: System restore disabled, system
restore point not created.
[0AFC:2EFC][2022-06-03T21:05:44]i370: Session begin, registration key:
SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{a7780eac-f2df-4623-bd96-3727ef667bba},
options: 0x7, disable resume: No
[0AFC:2EFC][2022-06-03T21:05:44]i000: Caching bundle from:
'C:\Windows\Temp\{296E0C9D-39FC-415E-A527-2A9568D0E6F4}\.be\virtio-win-guest-tools.exe'
to: 'C:\ProgramData\Package
Cache\{a7780eac-f2df-4623-bd96-3727ef667bba}\virtio-win-guest-tools.exe'
[0AFC:2EFC][2022-06-03T21:05:44]i320: Registering bundle dependency
provider: {a7780eac-f2df-4623-bd96-3727ef667bba}, version: 0.1.217.0
[0AFC:2EFC][2022-06-03T21:05:44]i371: Updating session, registration
key:
SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{a7780eac-f2df-4623-bd96-3727ef667bba},
resume: Active, restart initiated: No, disable resume: No
[0AFC:1868][2022-06-03T21:05:45]i305: Verified acquired payload:
virtio_win_gt_x64.msi at path: C:\ProgramData\Package
Cache\.unverified\virtio_win_gt_x64.msi, moving to:
C:\ProgramData\Package
Cache\{FFFCF18E-E05C-49F1-9995-6658638EE25D}v0.1.217\virtio-win-gt-x64.msi.
[0AFC:2EFC][2022-06-03T21:05:45]i323: Registering package dependency
provider: {FFFCF18E-E05C-49F1-9995-6658638EE25D}, version: 0.1.217,
package: virtio_win_gt_x64.msi
[0AFC:2EFC][2022-06-03T21:05:45]i301: Applying execute package:
virtio_win_gt_x64.msi, action: Install, path: C:\ProgramData\Package
Cache\{FFFCF18E-E05C-49F1-9995-6658638EE25D}v0.1.217\virtio-win-gt-x64.msi,
arguments: ' ARPSYSTEMCOMPONENT="1" MSIFASTINSTALL="7"'
[0AFC:2EFC][2022-06-03T21:06:11]e000: Error 0x80070643: Failed to
install MSI package.
[0AFC:2EFC][2022-06-03T21:06:11]e000: Error 0x80070643: Failed to
execute MSI package.
[1B1C:1B10][2022-06-03T21:06:11]e000: Error 0x80070643: Failed to
configure per-machine MSI package.
[1B1C:1B10][2022-06-03T21:06:11]i319: Applied execute package:
virtio_win_gt_x64.msi, result: 0x80070643, restart: None
[1B1C:1B10][2022-06-03T21:06:11]e000: Error 0x80070643: Failed to
execute MSI package.
[0AFC:2EFC][2022-06-03T21:06:11]i318: Skipped rollback of package:
virtio_win_gt_x64.msi, action: Uninstall, already: Absent
[1B1C:1B10][2022-06-03T21:06:11]i319: Applied rollback package:
virtio_win_gt_x64.msi, result: 0x0, restart: None
[0AFC:2EFC][2022-06-03T21:06:11]i329: Removed package dependency
provider: {FFFCF18E-E05C-49F1-9995-6658638EE25D}, package:
virtio_win_gt_x64.msi
[0AFC:2EFC][2022-06-03T21:06:11]i351: Removing cached package:
virtio_win_gt_x64.msi, from path: C:\ProgramData\Package
Cache\{FFFCF18E-E05C-49F1-9995-6658638EE25D}v0.1.217\
[0AFC:2EFC][2022-06-03T21:06:11]i372: Session end, registration key:
SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{a7780eac-f2df-4623-bd96-3727ef667bba},
resume: None, restart: None, disable resume: No
[0AFC:2EFC][2022-06-03T21:06:11]i330: Removed bundle dependency
provider: {a7780eac-f2df-4623-bd96-3727ef667bba}
[0AFC:2EFC][2022-06-03T21:06:11]i352: Removing cached bundle:
{a7780eac-f2df-4623-bd96-3727ef667bba}, from path:
C:\ProgramData\Package Cache\{a7780eac-f2df-4623-bd96-3727ef667bba}\
[0AFC:2EFC][2022-06-03T21:06:11]i371: Updating session, registration
key:
SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{a7780eac-f2df-4623-bd96-3727ef667bba},
resume: None, restart initiated: No, disable resume: No
[1B1C:1B10][2022-06-03T21:06:11]i399: Apply complete, result:
0x80070643, restart: None, ba requested restart: No
2 years, 5 months
CPU_TYPE_UNSUPPORTED_IN_THIS_CLUSTER_VERSION
by Pavel Mlčoch
I'm trying install ovirt cluster with ovirt-engine as VM on
server1(currently rocky8.6) and ovirt-node as server2.
I create cluster and try add server2, but I always get unsupported CPU
type error. I tried edit cluster with CPU Types AMD opterons, Intel
IvyB, Intel Nahalem and error stays the same.
Know anybody which CPU type can be used for Athlon5350 or how to solve
this error?
oVirt Open Virtualization Manager
Software Version:4.5.0.8-1.el8
VARIANT="oVirt Node 4.5.0.3"
INFO [org.ovirt.engine.core.vdsbroker.monitoring.HostMonitoring] (EE-
ManagedScheduledExecutorService-engineScheduledThreadPool-Thread-45)
[7501128a] Host 'server2.pavkamlc.cz'(f8c2d5e5-5177-42cc-a406-
599efbe3b32a) is already in NonOperational status for reason
'CPU_TYPE_UNSUPPORTED_IN_THIS_CLUSTER_VERSION'. SetNonOperationalVds
command is skipped.
model name : AMD Athlon(tm) 5350 APU with Radeon(tm) R3
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext
fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid
extd_apicid aperfmperf pni pclmulqdq monitor ssse3 cx16 sse4_1 sse4_2
movbe popcnt aes xsave avx f16c lahf_lm cmp_legacy svm extapic
cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt
topoext perfctr_nb bpext perfctr_llc hw_pstate proc_feedback ssbd
vmmcall bmi1 xsaveopt arat npt lbrv svm_lock nrip_save tsc_scale
flushbyasid decodeassists pausefilter pfthreshold overflow_recov
2 years, 5 months