[Users] Can't add an NFS storage domain
by Ian Levesque
Hi,
I just did a clean install of ovirt version 3.1 on CentOS 6.2 (dreyou build @ http://www.dreyou.org/ovirt/). When I attempt to add storage (Data/NFS), the web GUI hangs and the storage is not added. The engine log reports:
Class Name: org.ovirt.engine.core.vdsbroker.vdsbroker.ServerConnectionStatusReturnForXmlRpc
mStatusList Null
mStatus Class Name: org.ovirt.engine.core.vdsbroker.vdsbroker.StatusForXmlRpc
mCode 451
mMessage Error storage server connection: ("domType=1, spUUID=00000000-0000-0000-0000-000000000000, conList=[{'port': '', 'connection': 'cmcd-db-vip.in.hwlab:/vmstore', 'iqn': '', 'portal': '', 'user': '', 'protocol_version': '3', 'password': '******', 'id': '500d06d3-00f7-4d8f-b42b-eabd6a394be7'}]",)
The vdsm.log on the host I'm using (also CentOS 6.2, vdsm-4.9.6-0.274.git937a4b7) says:
Thread-3810::ERROR::2012-06-12 14:58:19,879::task::853::TaskManager.Task::(_setError) Task=`c514ffd1-2777-44ae-9b77-06a9fb51f41e`::Unexpected error
Traceback (most recent call last):
File "/usr/share/vdsm/storage/task.py", line 861, in _run
return fn(*args, **kargs)
File "/usr/share/vdsm/logUtils.py", line 38, in wrapper
res = f(*args, **kwargs)
File "/usr/share/vdsm/storage/hsm.py", line 1926, in connectStorageServer
conObj = storageServer.ConnectionFactory.createConnection(conInfo)
File "/usr/share/vdsm/storage/storageServer.py", line 533, in createConnection
return ctor(**params)
File "/usr/share/vdsm/storage/storageServer.py", line 244, in __init__
options.append("vers=%d" % version)
TypeError: %d format: a number is required, not str
More context is available here: http://d.pr/n/dA5K+
Thanks for any insight.
Ian
12 years, 5 months
[Users] ovirt 3.1 beta - cannot create new virtual server
by Winfried de Heiden
Hi all,
I created a new Fedora 17 (minimal) machine and ovirt-engine from
http://www.ovirt.org/releases/beta/fedora/17/
The installation and configuration gives no problem.
As a Hypervisor host I use a minimal Fedora 17 as well, vdsm installed
afterwards. The host is registered in the Ovirt Management server, Local
storage is added and everything looks great; until installing my first
virtual machine; the WebGUI will show an error:
Error while executing action New VM from Blank Template: Internal oVirt
Engine Error
/var/log/ovirt-engine/engine.log will show:
2012-06-13 13:45:29,168 INFO
[org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand]
(ajp--0.0.0.0-8009-4) [26a8a8f7] START, IsValidVDSCommand(storagePoolId
= 35482c1a-edd5-46ff-bed3-33f2abb32f35, ignoreFailoverLimit = false,
compatabilityVersion = null), log id: 16aedbfb
2012-06-13 13:45:29,173 INFO
[org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand]
(ajp--0.0.0.0-8009-4) [26a8a8f7] FINISH, IsValidVDSCommand, return:
true, log id: 16aedbfb
2012-06-13 13:45:29,214 INFO
[org.ovirt.engine.core.bll.AddVmFromScratchCommand]
(ajp--0.0.0.0-8009-4) [26a8a8f7] Running command:
AddVmFromScratchCommand internal: false. Entities affected : ID:
5f9f0c5c-b53c-11e1-8fb4-abcdd44b26ab Type: VdsGroups
2012-06-13 13:45:29,219 INFO
[org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand]
(ajp--0.0.0.0-8009-4) [26a8a8f7] START, IsValidVDSCommand(storagePoolId
= 35482c1a-edd5-46ff-bed3-33f2abb32f35, ignoreFailoverLimit = false,
compatabilityVersion = null), log id: 7f0b8e6e
2012-06-13 13:45:29,224 INFO
[org.ovirt.engine.core.vdsbroker.irsbroker.IsValidVDSCommand]
(ajp--0.0.0.0-8009-4) [26a8a8f7] FINISH, IsValidVDSCommand, return:
true, log id: 7f0b8e6e
2012-06-13 13:45:29,240 INFO
[org.ovirt.engine.core.utils.transaction.TransactionSupport]
(ajp--0.0.0.0-8009-4) [26a8a8f7] transaction rolled back
2012-06-13 13:45:29,241 ERROR
[org.ovirt.engine.core.bll.AddVmFromScratchCommand]
(ajp--0.0.0.0-8009-4) [26a8a8f7] Command
org.ovirt.engine.core.bll.AddVmFromScratchCommand throw exception:
org.springframework.dao.InvalidDataAccessApiUsageException: Required
input parameter 'v_last_start_time' is missing
at
org.springframework.jdbc.core.CallableStatementCreatorFactory$CallableStatementCreatorImpl.createCallableStatement(CallableStatementCreatorFactory.java:210)
[spring-jdbc-2.5.6.SEC02.jar:2.5.6.SEC02]
at
org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:930) [spring-jdbc-2.5.6.SEC02.jar:2.5.6.SEC02]
at
org.springframework.jdbc.core.JdbcTemplate.call(JdbcTemplate.java:985)
[spring-jdbc-2.5.6.SEC02.jar:2.5.6.SEC02]
at
org.springframework.jdbc.core.simple.AbstractJdbcCall.executeCallInternal(AbstractJdbcCall.java:368)
[spring-jdbc-2.5.6.SEC02.jar:2.5.6.SEC02]
at
org.springframework.jdbc.core.simple.AbstractJdbcCall.doExecute(AbstractJdbcCall.java:342)
[spring-jdbc-2.5.6.SEC02.jar:2.5.6.SEC02]
at
org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:164)
[spring-jdbc-2.5.6.SEC02.jar:2.5.6.SEC02]
at
org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:124)
[engine-dal.jar:]
at
org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeModification(SimpleJdbcCallsHandler.java:37)
[engine-dal.jar:]
at
org.ovirt.engine.core.dao.DefaultGenericDaoDbFacade.save(DefaultGenericDaoDbFacade.java:93)
[engine-dal.jar:]
at
org.ovirt.engine.core.dao.VmDynamicDAODbFacadeImpl.save(VmDynamicDAODbFacadeImpl.java:22)
[engine-dal.jar:]
at
org.ovirt.engine.core.bll.AddVmCommand.AddVmDynamic(AddVmCommand.java:601)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.AddVmCommand$1.runInTransaction(AddVmCommand.java:480)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.AddVmCommand$1.runInTransaction(AddVmCommand.java:475)
[engine-bll.jar:]
at
org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInNewTransaction(TransactionSupport.java:204)
[engine-utils.jar:]
at
org.ovirt.engine.core.bll.AddVmCommand.ExecuteVmCommand(AddVmCommand.java:475)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.VmCommand.executeCommand(VmCommand.java:100)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.CommandBase.ExecuteWithoutTransaction(CommandBase.java:757)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.CommandBase.executeActionInTransactionScope(CommandBase.java:849)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.CommandBase.runInTransaction(CommandBase.java:1150)
[engine-bll.jar:]
at
org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInNewTransaction(TransactionSupport.java:204)
[engine-utils.jar:]
at
org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInRequired(TransactionSupport.java:142)
[engine-utils.jar:]
at
org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:109)
[engine-utils.jar:]
at
org.ovirt.engine.core.bll.CommandBase.Execute(CommandBase.java:864)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.CommandBase.ExecuteAction(CommandBase.java:269) [engine-bll.jar:]
at org.ovirt.engine.core.bll.Backend.runActionImpl(Backend.java:335)
[engine-bll.jar:]
at org.ovirt.engine.core.bll.Backend.RunAction(Backend.java:293)
[engine-bll.jar:]
at sun.reflect.GeneratedMethodAccessor132.invoke(Unknown Source)
[:1.7.0_b147-icedtea]
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[rt.jar:1.7.0_b147-icedtea]
at java.lang.reflect.Method.invoke(Method.java:601)
[rt.jar:1.7.0_b147-icedtea]
at
org.jboss.as.ee.component.ManagedReferenceMethodInterceptorFactory$ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptorFactory.java:72)
[jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:374)
[jboss-invocation.jar:1.1.1.Final]
at
org.ovirt.engine.core.utils.ThreadLocalSessionCleanerInterceptor.injectWebContextToThreadLocal(ThreadLocalSessionCleanerInterceptor.java:11)
[engine-utils.jar:]
at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
[:1.7.0_b147-icedtea]
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[rt.jar:1.7.0_b147-icedtea]
at java.lang.reflect.Method.invoke(Method.java:601)
[rt.jar:1.7.0_b147-icedtea]
at
org.jboss.as.ee.component.ManagedReferenceLifecycleMethodInterceptorFactory$ManagedReferenceLifecycleMethodInterceptor.processInvocation(ManagedReferenceLifecycleMethodInterceptorFactory.java:123)
[jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:36)
[jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:53)
[jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.as.ejb3.component.singleton.SingletonComponentInstanceAssociationInterceptor.processInvocation(SingletonComponentInstanceAssociationInterceptor.java:53)
[jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInNoTx(CMTTxInterceptor.java:211)
[jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.as.ejb3.tx.CMTTxInterceptor.supports(CMTTxInterceptor.java:363) [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:194)
[jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
[jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59)
[jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
[jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45)
[jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:165)
[jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:173)
[jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:72)
[jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at
org.ovirt.engine.core.common.interfaces.BackendLocal$$$view10.RunAction(Unknown
Source) [engine-common.jar:]
at
org.ovirt.engine.ui.frontend.server.gwt.GenericApiGWTServiceImpl.RunAction(GenericApiGWTServiceImpl.java:120)
at sun.reflect.GeneratedMethodAccessor131.invoke(Unknown Source)
[:1.7.0_b147-icedtea]
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[rt.jar:1.7.0_b147-icedtea]
at java.lang.reflect.Method.invoke(Method.java:601)
[rt.jar:1.7.0_b147-icedtea]
at com.google.gwt.rpc.server.RPC.invokeAndStreamResponse(RPC.java:196)
at com.google.gwt.rpc.server.RpcServlet.processCall(RpcServlet.java:161)
at com.google.gwt.rpc.server.RpcServlet.processPost(RpcServlet.java:222)
at
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
[jboss-servlet-3.0-api.jar:1.0.1.Final]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
[jboss-servlet-3.0-api.jar:1.0.1.Final]
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)
at
org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.jboss.web.rewrite.RewriteValve.invoke(RewriteValve.java:466)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368)
at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:505)
at
org.apache.coyote.ajp.AjpProtocol$AjpConnectionHandler.process(AjpProtocol.java:445)
at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930)
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_b147-icedtea]
2012-06-13 13:45:29,278 ERROR
[org.ovirt.engine.core.bll.AddVmFromScratchCommand]
(ajp--0.0.0.0-8009-4) [26a8a8f7] Transaction rolled-back for command:
org.ovirt.engine.core.bll.AddVmFromScratchCommand.
Too bad, I cannot create my first virtual server.....
12 years, 5 months
[Users] oVirt Weekly Meeting Minutes -- 2012-06-13
by Mike Burns
Minutes: http://ovirt.org/meetings/ovirt/2012/ovirt.2012-06-13-14.01.html
Minutes (text): http://ovirt.org/meetings/ovirt/2012/ovirt.2012-06-13-14.01.txt
Log: http://ovirt.org/meetings/ovirt/2012/ovirt.2012-06-13-14.01.log.html
=========================
#ovirt: ovirt weekly sync
=========================
Meeting started by mburns at 14:01:14 UTC. The full logs are available
at http://ovirt.org/meetings/ovirt/2012/ovirt.2012-06-13-14.01.log.html
.
Meeting summary
---------------
* roll call and agenda (mburns, 14:01:26)
* Status for next release (mburns, 14:03:56)
* LINK: https://bugzilla.redhat.com/show_bug.cgi?id=822145 (mburns,
14:05:29)
* LINK: https://bugzilla.redhat.com/show_bug.cgi?id=824397 (mburns,
14:06:14)
* status: Modified (mburns, 14:06:20)
* in latest beta rpms (mburns, 14:08:00)
* LINK: https://bugzilla.redhat.com/show_bug.cgi?id=824420 (mburns,
14:08:22)
* very close to completion on this bug, one issue still remaining,
then build and post (mburns, 14:08:51)
* engine will rebase to latest and rebuild (mburns, 14:11:45)
* new packages to mburns before EOD (mburns, 14:11:55)
* ovirt-node will try to post something for tomorrow (mburns,
14:12:25)
* vdsm 4.10.0 built and will be posted today to beta area (mburns,
14:15:33)
* ACTION: mburns to update when packages are posted to beta area
(mburns, 14:16:32)
* ACTION: mgoldboi to coordinate rpms for engine, clie, sdk, vdsm,
guest-agent and send details of locations to mburns (mburns,
14:20:59)
* ACTION: to post rpms to beta and send announcement (mburns,
14:21:12)
* test day (mburns, 14:24:29)
* community coordination for test day (mburns, 14:35:38)
* each sub-project will have someone helping (mburns, 14:35:50)
* ykaul will do cleanup of test day page (mburns, 14:36:00)
* all issues should be track on the test day wiki (mburns, 14:36:12)
* LINK: http://ovirt.org/wiki/Testing/OvirtTestDay (mburns,
14:36:57)
* Workshops (mburns, 14:37:29)
* LinuxCon Japan workshop help on Friday 8-June (mburns, 14:39:15)
* post-mortem to be done next week for LC Japan (mburns, 14:39:43)
* will need input from everyone on agenda for LC North America in
August (mburns, 14:40:08)
* How can OSAS team help? (mburns, 14:42:17)
* OSAS == Open Source and Standards (mburns, 14:42:42)
* infra team as a sub-project (mburns, 14:57:31)
* LINK:
http://blog.wikimedia.org/2011/09/19/ever-wondered-how-the-wikimedia-serv...
might be interesting in that regard (ewoud, 15:14:02)
Meeting ended at 15:16:06 UTC.
Action Items
------------
* mburns to update when packages are posted to beta area
* mgoldboi to coordinate rpms for engine, clie, sdk, vdsm, guest-agent
and send details of locations to mburns
* to post rpms to beta and send announcement
Action Items, by person
-----------------------
* mburns
* mburns to update when packages are posted to beta area
* mgoldboi to coordinate rpms for engine, clie, sdk, vdsm, guest-agent
and send details of locations to mburns
* mgoldboi
* mgoldboi to coordinate rpms for engine, clie, sdk, vdsm, guest-agent
and send details of locations to mburns
* **UNASSIGNED**
* to post rpms to beta and send announcement
People Present (lines said)
---------------------------
* mburns (146)
* dneary (51)
* RobertM (23)
* aglitke (22)
* mgoldboi (13)
* lh (9)
* itamar1 (9)
* ewoud (7)
* mpastern (7)
* ovirtbot (7)
* ykaul (6)
* rharper (5)
* sgordon (3)
* lpeer (3)
* garrett (3)
* quaid (2)
* danken (2)
* coredumb (2)
* rickyh (1)
* Guest3690 (1)
* ofrenkel (1)
* jb_netapp (1)
Generated by `MeetBot`_ 0.1.4
.. _`MeetBot`: http://wiki.debian.org/MeetBot
12 years, 5 months
[Users] Cleanup of deployment leftovers - troubleshooting tip
by Yair Zaslavsky
Hi all,
Yesterday I encountered a situation that even though I performed local
build on my environment and deployed , engine application over JBOSS
acted as if it does not contain the changed code (upon deployment).
In the past I encountered such issues with tomcat.
I came (thanks to Juan Hernandez) with some instructions in what do do
in such a situation,
You can find them at http://ovirt.org/wiki/Building_oVirt_engine under
the Troubleshooting section
Yair
12 years, 5 months
[Users] Fwd: Re: oVirt live snapshot problem
by Neil
Hi there,
Sorry if this is a re-post,but I don't recall seeing my message appear on
the list, or any replies.
*>Haim Ateya We have a known issue where live snapshot fails due to
libvirt bug, please attach vdsm.log and libvirtd.log located on hypervisor
also version of libvirt >and vdsm
>Haim
*Hi Haim,
Thank you for your reply! Apologies for only replying now.
Please find /var/log/libvirtd.log and /var/log/vdsm/vdsm.log attached in
archive ovirt-logs.tar.gz
Versions:
vdsm-4.9.6-0.150.git63061a9.el6.x86_64
libvirt-0.9.4-23.el6_2.8.x86_64
I am hoping to be able to enable live snapshot support and then find a way
for me to export the snapshots to the exportdomain for backup purposes -
hopefully this is possible? I don't mind contributing by writing scripts if
required.
Regards
Neil Wilson.
12 years, 5 months
[Users] ovirt node 2.3.0 totally broken ?!
by Vincent Miszczak
--_000_7AFA66599AC41847AD8E021A1DBB9D14264C7F5CEBpandoreankama_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Hello,
I'm new to oVirt world and I was very excited before testing it. Several mi=
nutes after trying to test, I feel less excited because of many early issue=
s. I hope you'll be able to help me. Here is my story.
I've installed ovirt-engine on Fedora 16 VM(ESXi 4.1) and I have installed =
an ovirt-node 2.3.0-1.0.fc16 from iso on a Dell Poweredge 2950 server.
The ovirt-engine is running just fine.
Problems come with the ovirt-node.
First, during installation, language selection is broken : it does not work=
. I have selected French keyboard, and layout remained QWERTY (French layou=
t is AZERTY)
Then, after installation, you login (with the broken layout it's boring to =
enter 'admin') but as a VMWare user, you like the feeling that looks like V=
MWare. Good point.
Ok, now you can change the keyboard layout again..., let's do this. You do =
it a first time : still not working (when you enter a hostname for example)=
. Let's do it a second time : "Fuck!!!". Python has just output tons of nas=
ty messages about recursion depth issues and you cannot see the menu anymor=
e...So you reboot the host, take a coffee while it is testing its RAM, and =
avoid going into the keyboard layout menu again because you fear for your l=
oss time.
You enable SSH, you register with ovirt-engine, fine, you should be able to=
work now.
Let's see what you can do with SSH from your workstation :
"Fuck!!" (again), you now have to mirror the broken keyboard layout to type=
it correctly. So nasty...
Ok, you have the ncurse menu. And then, after several seconds, you loose SS=
H connection. WTF ?! You cannot connect again. You have to go to the server=
lab because you don't have IP KVM for remote display.
Keep cool, maybe you'll be able to see what's going on from the ovirt-engin=
e GUI. Nice, this guy has seen the node, so you approve it. Host is up. No,=
wait for it... down after 30s. Engine cannot connect to node anymore.
You still don't have remote display on your node. You loose.
I will move to the node display tomorrow to see what's happening to it. I s=
uppose I will need to give you tons of dump later.
I know this is free software, but free software does not mean broken softwa=
re.
I'm a bit afraid with my first experience with this one.
Do you know those issues ?! I have looked at bug tracker, there is no post =
about all those problems.
Will I get more chance by installing VDSM on raw Fedora or whatever than wi=
th ovirt-node ?
Guys, thanks for your time.
Vince
--=20
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
--_000_7AFA66599AC41847AD8E021A1DBB9D14264C7F5CEBpandoreankama_
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40"><head><meta http-equiv=3DContent-Type content=
=3D"text/html; charset=3Dus-ascii"><meta name=3DGenerator content=3D"Micros=
oft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
{mso-style-priority:99;
mso-style-link:"Texte de bulles Car";
margin:0cm;
margin-bottom:.0001pt;
font-size:8.0pt;
font-family:"Tahoma","sans-serif";
mso-fareast-language:EN-US;}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Calibri","sans-serif";
color:windowtext;}
span.TextedebullesCar
{mso-style-name:"Texte de bulles Car";
mso-style-priority:99;
mso-style-link:"Texte de bulles";
font-family:"Tahoma","sans-serif";}
.MsoChpDefault
{mso-style-type:export-only;
font-family:"Calibri","sans-serif";
mso-fareast-language:EN-US;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]--></head><body lang=3DFR link=3Dblue vlink=
=3Dpurple><div class=3DWordSection1><p class=3DMsoNormal>Hello,<o:p></o:p><=
/p><p class=3DMsoNormal><o:p> </o:p></p><p class=3DMsoNormal><span lan=
g=3DEN-US>I’m new to oVirt world and I was very excited before testin=
g it. Several minutes after trying to test, I feel less excited because of =
many early issues. I hope you’ll be able to help me. Here is my story=
.<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US><o:p> <=
/o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US>I’ve installe=
d ovirt-engine on Fedora 16 VM(ESXi 4.1) and I have installed an ovirt-node=
2.3.0-1.0.fc16 from iso on a Dell Poweredge 2950 server.<o:p></o:p></span>=
</p><p class=3DMsoNormal><span lang=3DEN-US><o:p> </o:p></span></p><p =
class=3DMsoNormal><span lang=3DEN-US>The ovirt-engine is running just fine.=
<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US>Problems come=
with the ovirt-node.<o:p></o:p></span></p><p class=3DMsoNormal><span lang=
=3DEN-US><o:p> </o:p></span></p><p class=3DMsoNormal><span lang=3DEN-U=
S>First, during installation, language selection is broken : it does not wo=
rk. I have selected French keyboard, and layout remained QWERTY (French lay=
out is AZERTY)<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US=
><o:p> </o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US>Then, =
after installation, you login (with the broken layout it’s boring to =
enter ‘admin’) but as a VMWare user, you like the feeling that =
looks like VMWare. Good point.<o:p></o:p></span></p><p class=3DMsoNormal><s=
pan lang=3DEN-US>Ok, now you can change the keyboard layout again…, l=
et’s do this. You do it a first time : still not working (when you en=
ter a hostname for example). Let’s do it a second time : “Fuck!=
!!”. Python has just output tons of nasty messages about recursion de=
pth issues and you cannot see the menu anymore…So you reboot the host=
, take a coffee while it is testing its RAM, and avoid going into the keybo=
ard layout menu again because you fear for your loss time.<o:p></o:p></span=
></p><p class=3DMsoNormal><span lang=3DEN-US>You enable SSH, you register w=
ith ovirt-engine, fine, you should be able to work now.<o:p></o:p></span></=
p><p class=3DMsoNormal><span lang=3DEN-US><o:p> </o:p></span></p><p cl=
ass=3DMsoNormal><span lang=3DEN-US>Let’s see what you can do with SSH=
from your workstation :<o:p></o:p></span></p><p class=3DMsoNormal><s=
pan lang=3DEN-US>“Fuck!!” (again), you now have to mirror the b=
roken keyboard layout to type it correctly. So nasty…<o:p></o:p></spa=
n></p><p class=3DMsoNormal><span lang=3DEN-US>Ok, you have the ncurse menu.=
And then, after several seconds, you loose SSH connection. WTF ?! You cann=
ot connect again. You have to go to the server lab because you don’t =
have IP KVM for remote display.<o:p></o:p></span></p><p class=3DMsoNo=
rmal><span lang=3DEN-US>Keep cool, maybe you’ll be able to see what&#=
8217;s going on from the ovirt-engine GUI. Nice, this guy has seen the node=
, so you approve it. Host is up. No, wait for it… down after 30s. Eng=
ine cannot connect to node anymore.<o:p></o:p></span></p><p class=3DMsoNorm=
al><span lang=3DEN-US>You still don’t have remote display on your nod=
e. You loose.<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US>=
<o:p> </o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US>I will =
move to the node display tomorrow to see what’s happening to it. I su=
ppose I will need to give you tons of dump later.<o:p></o:p></span></p><p c=
lass=3DMsoNormal><span lang=3DEN-US><o:p> </o:p></span></p><p class=3D=
MsoNormal><span lang=3DEN-US>I know this is free software, but free softwar=
e does not mean broken software.<o:p></o:p></span></p><p class=3DMsoNormal>=
<span lang=3DEN-US>I’m a bit afraid with my first experience with thi=
s one.<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US><o:p>&n=
bsp;</o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US>Do you know th=
ose issues ?! I have looked at bug tracker, there is no post about all thos=
e problems.<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US>Wi=
ll I get more chance by installing VDSM on raw Fedora or whatever than with=
ovirt-node ?<o:p></o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US>=
<o:p> </o:p></span></p><p class=3DMsoNormal><span lang=3DEN-US>Guys, t=
hanks for your time.<o:p></o:p></span></p><p class=3DMsoNormal><span lang=
=3DEN-US><o:p> </o:p></span></p><p class=3DMsoNormal><span lang=3DEN-U=
S>Vince<o:p></o:p></span></p></div><br />--=20
<br />This message has been scanned for viruses and
<br />dangerous content by
<a href=3D"http://www.mailscanner.info/"><b>MailScanner</b></a>, and is
<br />believed to be clean.
</body></html>
--_000_7AFA66599AC41847AD8E021A1DBB9D14264C7F5CEBpandoreankama_--
12 years, 5 months
[Users] Adding a new disk on a different Storage Domain
by Patricio Bruna
--Apple-Mail=_3193B4CC-796D-4AA6-A344-A47818D47D77
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
charset=iso-8859-1
Hi,
I have to Storage Domains, one is from SAS disk and the other from SATA.
The first virtual disk is on the SAS Domain and i would like to create a =
second vdisk but this time on the SATA Domain.
Is this possible?
Thanks=20
------------------------------------
Patricio Bruna V.
IT Linux Ltda.
Fono : (+56-2) 333 0578
M=F3vil: (+56-9) 8899 6618
Twitter: http://twitter.com/ITLinux
--Apple-Mail=_3193B4CC-796D-4AA6-A344-A47818D47D77
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
charset=iso-8859-1
<html><head></head><body style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space; =
">Hi,<div>I have to Storage Domains, one is from SAS disk and the other =
from SATA.</div><div>The first virtual disk is on the SAS Domain and i =
would like to create a second vdisk but this time on the SATA =
Domain.</div><div>Is this =
possible?</div><div><br></div><div>Thanks </div><div =
apple-content-edited=3D"true">
<span class=3D"Apple-style-span" style=3D"border-collapse: separate; =
color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; =
font-variant: normal; font-weight: normal; letter-spacing: normal; =
line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: =
0px; text-transform: none; white-space: normal; widows: 2; word-spacing: =
0px; -webkit-border-horizontal-spacing: 0px; =
-webkit-border-vertical-spacing: 0px; =
-webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
normal; letter-spacing: normal; line-height: normal; orphans: 2; =
text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
white-space: normal; widows: 2; word-spacing: 0px; =
-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div =
style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; =
-webkit-line-break: after-white-space; "><span class=3D"Apple-style-span" =
style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-style: =
normal; font-variant: normal; letter-spacing: normal; line-height: =
normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
0px; -webkit-border-vertical-spacing: 0px; =
-webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
auto; -webkit-text-stroke-width: 0px; "><div style=3D"word-wrap: =
break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
after-white-space; "><span class=3D"Apple-style-span" =
style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-style: =
normal; font-variant: normal; letter-spacing: normal; line-height: =
normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
0px; -webkit-border-vertical-spacing: 0px; =
-webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
auto; -webkit-text-stroke-width: 0px; "><div style=3D"word-wrap: =
break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
after-white-space; "><span class=3D"Apple-style-span" =
style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-style: =
normal; font-variant: normal; letter-spacing: normal; line-height: =
normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
0px; -webkit-border-vertical-spacing: 0px; =
-webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
auto; -webkit-text-stroke-width: 0px; "><span class=3D"Apple-style-span" =
style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-style: =
normal; font-variant: normal; letter-spacing: normal; line-height: =
normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
0px; -webkit-border-vertical-spacing: 0px; =
-webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
auto; -webkit-text-stroke-width: 0px; "><span class=3D"Apple-style-span" =
style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-style: =
normal; font-variant: normal; letter-spacing: normal; line-height: =
normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
0px; -webkit-border-vertical-spacing: 0px; =
-webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
auto; -webkit-text-stroke-width: 0px; "><div style=3D"font-weight: =
normal; font-family: Helvetica; font-size: medium; "><span =
class=3D"Apple-style-span" style=3D"font-family: Arial; font-size: 13px; =
">------------------------------------<br>Patricio Bruna V.<br>IT Linux =
Ltda.</span></div><div style=3D"font-weight: normal; font-family: =
Helvetica; font-size: medium; "><span class=3D"Apple-style-span" =
style=3D"font-family: Arial; font-size: 13px; ">Fono : (+56-2) 333 =
0578<br>M=F3vil: (+56-9) 8899 6618</span></div><div style=3D"font-family: =
Helvetica; font-size: medium; "><span class=3D"Apple-style-span" =
style=3D"font-family: Arial; font-size: 13px; "><b>Twitter: <a =
href=3D"http://twitter.com/ITLinux">http://twitter.com/ITLinux</a></b></sp=
an></div></span></span></span></div></span></div></span></div></span></spa=
n>
</div>
<br>
<br>=
<br>=
</body></html>=
--Apple-Mail=_3193B4CC-796D-4AA6-A344-A47818D47D77--
12 years, 5 months
[Users] Adding a new disk on a different Storage Domain
by Patricio Bruna
--Apple-Mail=_CF2736D0-029B-4DF6-B75C-3773F96E2B8E
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
charset=iso-8859-1
Hi,
I have to Storage Domains, one is from SAS disk and the other from SATA.
The first virtual disk is on the SAS Domain and i would like to create a =
second vdisk but this time on the SATA Domain.
Is this possible?
Thanks=20
------------------------------------
Patricio Bruna V.
IT Linux Ltda.
Fono : (+56-2) 333 0578
M=F3vil: (+56-9) 8899 6618
Twitter: http://twitter.com/ITLinux
--Apple-Mail=_CF2736D0-029B-4DF6-B75C-3773F96E2B8E
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
charset=iso-8859-1
<html><head></head><body style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space; =
">Hi,<div>I have to Storage Domains, one is from SAS disk and the other =
from SATA.</div><div>The first virtual disk is on the SAS Domain and i =
would like to create a second vdisk but this time on the SATA =
Domain.</div><div>Is this =
possible?</div><div><br></div><div>Thanks </div><div><br><div =
apple-content-edited=3D"true">
<span class=3D"Apple-style-span" style=3D"border-collapse: separate; =
color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; =
font-variant: normal; font-weight: normal; letter-spacing: normal; =
line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: =
0px; text-transform: none; white-space: normal; widows: 2; word-spacing: =
0px; -webkit-border-horizontal-spacing: 0px; =
-webkit-border-vertical-spacing: 0px; =
-webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span =
class=3D"Apple-style-span" style=3D"border-collapse: separate; color: =
rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: =
normal; letter-spacing: normal; line-height: normal; orphans: 2; =
text-align: -webkit-auto; text-indent: 0px; text-transform: none; =
white-space: normal; widows: 2; word-spacing: 0px; =
-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: =
0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div =
style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; =
-webkit-line-break: after-white-space; "><span class=3D"Apple-style-span" =
style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-style: =
normal; font-variant: normal; letter-spacing: normal; line-height: =
normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
0px; -webkit-border-vertical-spacing: 0px; =
-webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
auto; -webkit-text-stroke-width: 0px; "><div style=3D"word-wrap: =
break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
after-white-space; "><span class=3D"Apple-style-span" =
style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-style: =
normal; font-variant: normal; letter-spacing: normal; line-height: =
normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
0px; -webkit-border-vertical-spacing: 0px; =
-webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
auto; -webkit-text-stroke-width: 0px; "><div style=3D"word-wrap: =
break-word; -webkit-nbsp-mode: space; -webkit-line-break: =
after-white-space; "><span class=3D"Apple-style-span" =
style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-style: =
normal; font-variant: normal; letter-spacing: normal; line-height: =
normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
0px; -webkit-border-vertical-spacing: 0px; =
-webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
auto; -webkit-text-stroke-width: 0px; "><span class=3D"Apple-style-span" =
style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-style: =
normal; font-variant: normal; letter-spacing: normal; line-height: =
normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
0px; -webkit-border-vertical-spacing: 0px; =
-webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
auto; -webkit-text-stroke-width: 0px; "><span class=3D"Apple-style-span" =
style=3D"border-collapse: separate; color: rgb(0, 0, 0); font-style: =
normal; font-variant: normal; letter-spacing: normal; line-height: =
normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: =
normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: =
0px; -webkit-border-vertical-spacing: 0px; =
-webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: =
auto; -webkit-text-stroke-width: 0px; "><div style=3D"font-weight: =
normal; font-family: Helvetica; font-size: medium; "><span =
class=3D"Apple-style-span" style=3D"font-family: Arial; font-size: 13px; =
">------------------------------------<br>Patricio Bruna V.<br>IT Linux =
Ltda.</span></div><div style=3D"font-weight: normal; font-family: =
Helvetica; font-size: medium; "><span class=3D"Apple-style-span" =
style=3D"font-family: Arial; font-size: 13px; ">Fono : (+56-2) 333 =
0578<br>M=F3vil: (+56-9) 8899 6618</span></div><div style=3D"font-family: =
Helvetica; font-size: medium; "><span class=3D"Apple-style-span" =
style=3D"font-family: Arial; font-size: 13px; "><b>Twitter: <a =
href=3D"http://twitter.com/ITLinux">http://twitter.com/ITLinux</a></b></sp=
an></div></span></span></span></div></span></div></span></div></span></spa=
n>
</div>
<br></div>
<br>=
<br>=
</body></html>=
--Apple-Mail=_CF2736D0-029B-4DF6-B75C-3773F96E2B8E--
12 years, 5 months
[Users] VDSM errors on fedora17
by ovirt@qip.ru
This is a message in Mime Format. If you see this, your mail reader does not support this format.
--=_f917047c91f86fe14f6d86e153f3bcae
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
VDSM from http://www.ovirt.org/releases/beta/fedora/17/ gitf093e0=0A=0A=
VDSM started and working but=0A=0A1. after start there was error in vdsm=
.log=0A=0AMainThread::ERROR::2012-06-07 10:05:23,883::clientIF::151::vds=
::(_prepareBindings) Unable to load the rest server module. Please make=
sure it is installed.=0A=0AWhat modules I must install?=0A=0A2. I got s=
uch warnings=0A=0AThread-18::WARNING::2012-06-07 10:05:30,219::lvm::353:=
:Storage.LVM::(_reloadvgs) lvm vgs failed: 5 [] [' Volume group "d2221c=
ee-7146-4197-aecf-0dfad32b54ea" not found']=0AThread-18::WARNING::2012-0=
6-07 10:05:30,481::lvm::353::Storage.LVM::(_reloadvgs) lvm vgs failed: 5=
[] [' Volume group "d2221cee-7146-4197-aecf-0dfad32b54ea" not found']=
=0A=0Abut d2221cee-7146-4197-aecf-0dfad32b54ea is my ISO/NFS domain, why=
vdsm try to use it as data storage domain? (data storage is working cor=
rectly and d2221cee-7146-4197-aecf-0dfad32b54ea is mounted under /rhev/=
data-center/mnt/ )=0A=0A--
--=_f917047c91f86fe14f6d86e153f3bcae
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable
<span id=3D"nicSpell_0" class=3D"nicSpellWord">VDSM</span> from http://<=
span id=3D"nicSpell_1" class=3D"nicSpellWord">www</span>.<span id=3D"nic=
Spell_2" class=3D"nicSpellWord">ovirt</span>.org/releases/beta/fedora/17=
/ <a href=3D"http://%3Cspan%20class=3D" nicspellword"=3D"">www.<sp=
an id=3D"nicSpell_3" class=3D"nicSpellWord">ovirt</span>.org/releases/be=
ta/fedora/17/<span id=3D"nicSpell_4" class=3D"nicSpellWord">ovirt</span>=
-engine-dbscripts-3.1.0_0001-0.<span id=3D"nicSpell_5" class=3D"nicSpell=
Word">gitf</span>093e0.fc17.noarch.rpm"><span id=3D"nicSpell_6" class=
=3D"nicSpellWord">gitf</span>093e0</a><br><span id=3D"nicSpell_7" class=
=3D"nicSpellWord"><br>VDSM</span> started and working but<br><br>1. afte=
r start there was error in <span id=3D"nicSpell_8" class=3D"nicSpellWord=
">vdsm</span>.log<br><br>MainThread::<span style=3D"font-weight: bold;">=
ERROR</span>::2012-06-07 10:05:23,883::clientIF::151::vds::(_<span id=3D=
"nicSpell_9" class=3D"nicSpellWord">prepareBindings</span>) Unable to lo=
ad the rest server module. Please make sure it is installed.<br><br>What=
modules I must install?<br><br>2. I got such warnings<br><br><br>Thread=
-18::WARNING::2012-06-07 10:05:30,219::lvm::353::Storage.LVM::(_<span id=
=3D"nicSpell_11" class=3D"nicSpellWord">reload<span id=3D"nicSpell_12" c=
lass=3D"nicSpellWord">vgs</span></span>) lvm <span id=3D"nicSpell_13" cl=
ass=3D"nicSpellWord">vgs</span> failed: 5 [] [' Volume group "d222=
1<span id=3D"nicSpell_14" class=3D"nicSpellWord">cee</span>-7146-4197-<s=
pan id=3D"nicSpell_15" class=3D"nicSpellWord">aecf</span>-0<span id=3D"n=
icSpell_16" class=3D"nicSpellWord">dfad</span>32b54ea" not found']<br>Th=
read-18::WARNING::2012-06-07 10:05:30,481::lvm::353::Storage.LVM::(_<spa=
n id=3D"nicSpell_17" class=3D"nicSpellWord">reload<span id=3D"nicSpell_1=
8" class=3D"nicSpellWord">vgs</span></span>) lvm <span id=3D"nicSpell_19=
" class=3D"nicSpellWord">vgs</span> failed: 5 [] [' Volume group "=
d2221<span id=3D"nicSpell_20" class=3D"nicSpellWord">cee</span>-7146-419=
7-<span id=3D"nicSpell_21" class=3D"nicSpellWord">aecf</span>-0<span id=
=3D"nicSpell_22" class=3D"nicSpellWord">dfad</span>32b54ea" not found']<=
br><br><br>but d2221<span id=3D"nicSpell_23" class=3D"nicSpellWord">cee<=
/span>-7146-4197-<span id=3D"nicSpell_24" class=3D"nicSpellWord">aecf</s=
pan>-0<span id=3D"nicSpell_25" class=3D"nicSpellWord">dfad</span>32b54ea=
is my ISO/<span id=3D"nicSpell_26" class=3D"nicSpellWord">NFS</span> do=
main, why <span id=3D"nicSpell_27" class=3D"nicSpellWord">vdsm</span> tr=
y to use it as data storage domain? (data storage is working correctly&n=
bsp; and d2221<span id=3D"nicSpell_28" class=3D"nicSpellWord">cee</span>=
-7146-4197-<span id=3D"nicSpell_29" class=3D"nicSpellWord">aecf</span>-0=
<span id=3D"nicSpell_30" class=3D"nicSpellWord">dfad</span>32b54ea is mo=
unted under /<span id=3D"nicSpell_31" class=3D"nicSpellWord">rhev</span>=
/data-center/<span id=3D"nicSpell_32" class=3D"nicSpellWord">mnt</span>/=
)<br><br>--<br><br>
--=_f917047c91f86fe14f6d86e153f3bcae--
12 years, 5 months