[Users] Serve webpage on ovirt-engine machine
by Neil
Hi guys,
I realise this probably isn't an oVirt issue, however I would like to
ensure making any changes won't affect the access (or running) of my
oVirt system.
I'm trying to setup my oVirt engine machine to also run BackupPC
however I have to disable the oVirt vhost in apache in order to access
the BackupPC web front end on port 80.
Is there a way to safely force the oVirt webadmin to only respond on
port 443 so that I can run my BackupPC on port 80? No matter what I've
tried so far with my vhosts the apache ajp always redirects all
requests to the oVirt web admin login page on port 80 or 443.
Thank you, any guidance is appreciated.
Regards.
Neil Wilson.
11 years, 4 months
[Users] oVirt 3.2.2 successfully connected to Samba4
by Gianluca Cecchi
Hello,
in the past there were some threads related to this subject.
Today I successfully connected my oVirt 3.2.2 (installed on f18 with
ovirt-repo) to a CentOS 6 samba4 server.
Basically I followed this nice page for CentOS 6 with the difference
that I downloaded and compiled 4.0.6 version of Samba instead of
4.0.0:
http://opentodo.net/2013/01/samba4-as-ad-domain-controller-on-centos-6/
One important thing is that I had to put samba4 server ip in
resolv.conf as the first for my engine.
But in my case this was not a problem because samba4 is then
configured with the original corporate dns as forwarder, so all is ok
for me
Some commands' output
[root@c6dc samba-4.0.6]# /usr/local/samba/bin/samba-tool domain
provision --realm=ovtest.local --domain=OVTEST --adminpass 'XXXXXXXXX'
--server-role=dc --dns-backend=BIND9_DLZ
Looking up IPv4 addresses
Looking up IPv6 addresses
No IPv6 address will be assigned
Setting up secrets.ldb
Setting up the registry
Setting up the privileges database
Setting up idmap db
Setting up SAM db
Setting up sam.ldb partitions and settings
Setting up sam.ldb rootDSE
Pre-loading the Samba 4 and AD schema
Adding DomainDN: DC=ovtest,DC=local
Adding configuration container
Setting up sam.ldb schema
Setting up sam.ldb configuration data
Setting up display specifiers
Modifying display specifiers
Adding users container
Modifying users container
Adding computers container
Modifying computers container
Setting up sam.ldb data
Setting up well known security principals
Setting up sam.ldb users and groups
Setting up self join
Adding DNS accounts
Creating CN=MicrosoftDNS,CN=System,DC=ovtest,DC=local
Creating DomainDnsZones and ForestDnsZones partitions
Populating DomainDnsZones and ForestDnsZones partitions
See /usr/local/samba/private/named.conf for an example configuration
include file for BIND
and /usr/local/samba/private/named.txt for further documentation
required for secure DNS updates
Setting up sam.ldb rootDSE marking as synchronized
Fixing provision GUIDs
A Kerberos configuration suitable for Samba 4 has been generated at
/usr/local/samba/private/krb5.conf
Once the above files are installed, your Samba4 server will be ready to use
Server Role: active directory domain controller
Hostname: c6dc
NetBIOS Domain: OVTEST
DNS Domain: ovtest.local
DOMAIN SID: S-1-5-21-4186344073-955232896-1764362378
[root@c6dc samba-4.0.6]# rndc-confgen -a -r /dev/urandom
wrote key file "/etc/rndc.key"
- tests
(see also http://www.alexwyn.com/computer-tips/centos-samba4-active-directory-domai...)
[root@c6dc ]# /usr/local/samba/bin/smbclient -L localhost -U%
Domain=[OVTEST] OS=[Unix] Server=[Samba 4.0.6]
Sharename Type Comment
--------- ---- -------
netlogon Disk
sysvol Disk
IPC$ IPC IPC Service (Samba 4.0.6)
Domain=[OVTEST] OS=[Unix] Server=[Samba 4.0.6]
Server Comment
--------- -------
Workgroup Master
--------- -------
[root@c6dc ntp-4.2.6p5]# host -t SRV _ldap._tcp.ovtest.local.
_ldap._tcp.ovtest.local has SRV record 0 100 389 c6dc.ovtest.local.
[root@c6dc ntp-4.2.6p5]# host -t SRV _kerberos._udp.ovtest.local.
_kerberos._udp.ovtest.local has SRV record 0 100 88 c6dc.ovtest.local.
[root@c6dc ntp-4.2.6p5]# kinit administrator(a)OVTEST.LOCAL
Password for administrator(a)OVTEST.LOCAL:
Warning: Your password will expire in 41 days on Fri Aug 9 13:30:59 2013
[root@c6dc ntp-4.2.6p5]# klist
Ticket cache: FILE:/tmp/krb5cc_0
Default principal: administrator(a)OVTEST.LOCAL
Valid starting Expires Service principal
06/28/13 14:55:11 06/29/13 00:55:11 krbtgt/OVTEST.LOCAL(a)OVTEST.LOCAL
renew until 07/05/13 14:55:08
Users' mgmt can be done from windows with Samba AD management tools
see: http://wiki.samba.org/index.php/Samba_AD_management_from_windows
I managed from linux
see: http://wiki.samba.org/index.php/Adding_users_with_samba_tool
[root@c6dc ntp-4.2.6p5]# /usr/local/samba/bin/samba-tool user add OVIRTADM
New Password:
Retype Password:
User 'OVIRTADM' created successfully
[root@c6dc ntp-4.2.6p5]# /usr/local/samba/bin/wbinfo --name-to-sid OVIRTADM
S-1-5-21-4186344073-955232896-1764362378-1104 SID_USER (1)
[root@c6dc ntp-4.2.6p5]# /usr/local/samba/bin/wbinfo --sid-to-uid
S-1-5-21-4186344073-955232896-1764362378-1104
3000016
I missed givenName and sn in user creation....
Unfortunately there is a only proposed patch for an "edit" subcommand
but is not inside yet.
http://samba.2283325.n4.nabble.com/Patch-for-samba-tool-user-modify-subco...
See also:
https://wiki.samba.org/index.php/Samba4/LDBIntro
To modify users' attributes I used this:
[root@c6dc ntp-4.2.6p5]# /usr/local/samba/bin/ldbedit -e vi -H
/usr/local/samba/private/idmap.ldb
objectsid=S-1-5-21-4186344073-955232896-1764362378-1104
here you enter into a vi session....
# editing 1 records
# record 1
dn: CN=S-1-5-21-4186344073-955232896-1764362378-1104
cn: S-1-5-21-4186344073-955232896-1764362378-1104
objectClass: sidMap
objectSid: S-1-5-21-4186344073-955232896-1764362378-1104
type: ID_TYPE_BOTH
xidNumber: 3000016
givenName: oVirt <---- added
sn: Admin <---- added
distinguishedName: CN=S-1-5-21-4186344073-955232896-1764362378-1104
[root@c6dc ntp-4.2.6p5]# kinit ovirtadm(a)OVTEST.LOCAL
Password for ovirtadm(a)OVTEST.LOCAL:
Warning: Your password will expire in 41 days on Fri Aug 9 15:05:45 2013
[root@c6dc ntp-4.2.6p5]# klist
Ticket cache: FILE:/tmp/krb5cc_0
Default principal: ovirtadm(a)OVTEST.LOCAL
Valid starting Expires Service principal
06/28/13 15:12:30 06/29/13 01:12:30 krbtgt/OVTEST.LOCAL(a)OVTEST.LOCAL
renew until 07/05/13 15:12:27
Without putting samba4 ip in resolv.conf of engine I got this error
[root@f18engine ~]# engine-manage-domains -action=add
-domain='OVTEST.LOCAL' -provider=ActiveDirectory -user='ovirtadm'
-interactive
No LDAP servers can be obtained for domain ovtest.local
Now
[root@f18engine ~]# engine-manage-domains -action=add
-domain='OVTEST.LOCAL' -provider=ActiveDirectory -user='ovirtadm'
-interactive
Enter password:
The domain ovtest.local has been added to the engine as an
authentication source but no users from that domain have been granted
permissions within the oVirt Manager.
Users from this domain can be granted permissions from the Web
administration interface.
oVirt Engine restart is required in order for the changes to take
place (service ovirt-engine restart).
Manage Domains completed successfully
restart engine with
systemctl restart ovirt-engine
Then I added the user to ovirt in webadmin gui:
Configure --> System Permissions --> Add
Selected ovirtadm and its domain ovtest.local and give him SuperUser role
Tried to successfully connect to Webadmin Gui and create one VM as a test
HIH others.
I'm going to see if this works with VMware too....
Gianluca
11 years, 4 months
[Users] Join us in a deep dive into the oVirt-Neutron integration
by Mike Kolesnik
------=_Part_6950277_1603066323.1375022559987
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
The following is a new meeting request:
Subject: Join us in a deep dive into the oVirt-Neutron integration
Organizer: "Mike Kolesnik" <mkolesni(a)redhat.com>
Time: Wednesday, July 31, 2013, 4:00:00 PM - 5:00:00 PM GMT +02:00 Jerusalem
Invitees: users(a)ovirt.org; engine-devel(a)ovirt.org
*~*~*~*~*~*~*~*~*~*
Hi everyone,
As you may know, In oVirt 3.3 we're releasing an integration of OpenStack Networking service
(a.k.a. Neutron) as another way to define & use VM networks, besides the good old Linux
Bridge support in VDSM.
You're all invited to join us in a deep dive into this integration, highlighting the way it works,
the value it brings and how it can be further extended.
The session will take place on Wednesday, Jul 31 , 2013 from 4:00 PM to 5:00 PM GMT +02:00 (Jerusalem)
The session will be done via Elluminate:
https://sas.elluminate.com/m.jnlp?sid=819&password=M.DF0344C0EEC820394D37...
There will also be a teleconferencing bridge available via Intercall:
Bridge id: 972506565679
Phone numbers: http://www.ovirt.org/Intercall
Regards,
Mike & Livnat
------=_Part_6950277_1603066323.1375022559987
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable
<html><body id=3D'htmlmode'><h3>The following is a new meeting request:</h3=
>
<p>
<table border=3D'0'>
<tr><th align=3Dleft>Subject:</th><td>Join us in a deep dive into the oVirt=
-Neutron integration </td></tr>
<tr><th align=3Dleft>Organizer:</th><td>"Mike Kolesnik" <mkolesni@redhat=
.com> </td></tr>
</table>
<p>
<table border=3D'0'>
<tr><th align=3Dleft>Time:</th><td>Wednesday, July 31, 2013, 4:00:00 PM - 5=
:00:00 PM GMT +02:00 Jerusalem
</td></tr></table>
<p>
<table border=3D'0'>
<tr><th align=3Dleft>Invitees:</th><td>users(a)ovirt.org; engine-devel(a)ovirt.=
org </td></tr>
</table>
<div>*~*~*~*~*~*~*~*~*~*</div><br><div style=3D"font-family: times new roma=
n, new york, times, serif; font-size: 12pt; color: #000000"><div><div>Hi ev=
eryone,</div><div><br></div><div>As you may know, In oVirt 3.3 we're releas=
ing an integration of OpenStack Networking service</div><div>(a.k.a. Neutro=
n) as another way to define & use VM networks, besides the good old Lin=
ux</div><div>Bridge support in VDSM.</div><div><br></div><div>You're all in=
vited to join us in a deep dive into this integration, highlighting the way=
it works,</div><div>the value it brings and how it can be further extended=
.</div><div><br></div><div>The session will take place on Wednesday, <span =
class=3D"Object" id=3D"OBJ_PREFIX_DWT856_com_zimbra_date">Jul 31</span>, 20=
13 from 4:00 PM to 5:00 PM GMT +02:00 (Jerusalem)</div><div><br></div><div>=
The session will be done via Elluminate:</div><div><a href=3D"https://sas.e=
lluminate.com/m.jnlp?sid=3D819&password=3DM.DF0344C0EEC820394D37F89D9BE=
68C" data-mce-href=3D"https://sas.elluminate.com/m.jnlp?sid=3D819&passw=
ord=3DM.DF0344C0EEC820394D37F89D9BE68C">https://sas.elluminate.com/m.jnlp?s=
id=3D819&password=3DM.DF0344C0EEC820394D37F89D9BE68C</a><br data-mce-bo=
gus=3D"1"></div><div><br></div><div>There will also be a teleconferencing b=
ridge available via Intercall:</div><div>Bridge id: 972506565679</div><div>=
Phone numbers: http://www.ovirt.org/Intercall</div><div><br></div><span nam=
e=3D"x"></span>Regards,<br>Mike & Livnat<span name=3D"x"></span></div><=
/div></body></html>
------=_Part_6950277_1603066323.1375022559987
Content-Type: text/calendar; charset=utf-8; method=REQUEST; name=meeting.ics
Content-Transfer-Encoding: 7bit
BEGIN:VCALENDAR
PRODID:Zimbra-Calendar-Provider
VERSION:2.0
METHOD:REQUEST
BEGIN:VTIMEZONE
TZID:Asia/Jerusalem
BEGIN:STANDARD
DTSTART:16010101T020000
TZOFFSETTO:+0200
TZOFFSETFROM:+0300
RRULE:FREQ=YEARLY;WKST=MO;INTERVAL=1;BYMONTH=10;BYDAY=1SU
TZNAME:IST
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:16010101T020000
TZOFFSETTO:+0300
TZOFFSETFROM:+0200
RRULE:FREQ=YEARLY;WKST=MO;INTERVAL=1;BYMONTH=3;BYDAY=-1FR
TZNAME:IDT
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
UID:5c4f436c-de9b-4420-823f-b122d5d0e354
SUMMARY:Join us in a deep dive into the oVirt-Neutron integration
ATTENDEE;CN=users;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE:mailt
o:users@ovirt.org
ATTENDEE;CN=engine-devel;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRU
E:mailto:engine-devel@ovirt.org
ORGANIZER;CN=Mike Kolesnik:mailto:mkolesni@redhat.com
DTSTART;TZID="Asia/Jerusalem":20130731T160000
DTEND;TZID="Asia/Jerusalem":20130731T170000
STATUS:CONFIRMED
CLASS:PUBLIC
X-MICROSOFT-CDO-INTENDEDSTATUS:BUSY
TRANSP:OPAQUE
LAST-MODIFIED:20130728T144239Z
DTSTAMP:20130728T144239Z
SEQUENCE:0
DESCRIPTION:The following is a new meeting request:\n\nSubject: Join us in a
deep dive into the oVirt-Neutron integration \nOrganizer: "Mike Kolesnik" <
mkolesni(a)redhat.com> \n\nTime: Wednesday\, July 31\, 2013\, 4:00:00 PM - 5:0
0:00 PM GMT +02:00 Jerusalem\n \nInvitees: users(a)ovirt.org\; engine-devel@ov
irt.org \n\n\n*~*~*~*~*~*~*~*~*~*\n\nHi everyone\, \n\nAs you may know\, In
oVirt 3.3 we're releasing an integration of OpenStack Networking service \n(
a.k.a. Neutron) as another way to define & use VM networks\, besides the goo
d old Linux \nBridge support in VDSM. \n\nYou're all invited to join us in a
deep dive into this integration\, highlighting the way it works\, \nthe val
ue it brings and how it can be further extended. \n\nThe session will take p
lace on Wednesday\, Jul 31 \, 2013 from 4:00 PM to 5:00 PM GMT +02:00 (Jerus
alem) \n\nThe session will be done via Elluminate: \nhttps://sas.elluminate.
com/m.jnlp?sid=819&password=M.DF0344C0EEC820394D37F89D9BE68C \n\nThere will
also be a teleconferencing bridge available via Intercall: \nBridge id: 9725
06565679 \nPhone numbers: http://www.ovirt.org/Intercall \n\nRegards\, \nMik
e & Livnat \n
X-ALT-DESC;FMTTYPE=text/html:<html><body id='htmlmode'><h3>The following is
a new meeting request:</h3>\n\n<p>\n<table border='0'>\n<tr><th align=left>S
ubject:</th><td>Join us in a deep dive into the oVirt-Neutron integration </
td></tr>\n<tr><th align=left>Organizer:</th><td>"Mike Kolesnik" <\;mkolesn
i(a)redhat.com>\; </td></tr>\n</table>\n<p>\n<table border='0'>\n<tr><th ali
gn=left>Time:</th><td>Wednesday\, July 31\, 2013\, 4:00:00 PM - 5:00:00 PM G
MT +02:00 Jerusalem\n </td></tr></table>\n<p>\n<table border='0'>\n<tr><th a
lign=left>Invitees:</th><td>users(a)ovirt.org\; engine-devel(a)ovirt.org </td></
tr>\n</table>\n<div>*~*~*~*~*~*~*~*~*~*</div><br><div style="font-family: ti
mes new roman\, new york\, times\, serif\; font-size: 12pt\; color: #000000"
><div><div>Hi everyone\,</div><div><br></div><div>As you may know\, In oVirt
3.3 we're releasing an integration of OpenStack Networking service</div><di
v>(a.k.a. Neutron) as another way to define &\; use VM networks\, besides
the good old Linux</div><div>Bridge support in VDSM.</div><div><br></div><d
iv>You're all invited to join us in a deep dive into this integration\, high
lighting the way it works\,</div><div>the value it brings and how it can be
further extended.</div><div><br></div><div>The session will take place on We
dnesday\, <span class="Object" id="OBJ_PREFIX_DWT856_com_zimbra_date">Jul 31
</span>\, 2013 from 4:00 PM to 5:00 PM GMT +02:00 (Jerusalem)</div><div><br>
</div><div>The session will be done via Elluminate:</div><div><a href="https
://sas.elluminate.com/m.jnlp?sid=819&\;password=M.DF0344C0EEC820394D37F89
D9BE68C" data-mce-href="https://sas.elluminate.com/m.jnlp?sid=819&\;passw
ord=M.DF0344C0EEC820394D37F89D9BE68C">https://sas.elluminate.com/m.jnlp?sid=
819&\;password=M.DF0344C0EEC820394D37F89D9BE68C</a><br data-mce-bogus="1"
></div><div><br></div><div>There will also be a teleconferencing bridge avai
lable via Intercall:</div><div>Bridge id: 972506565679</div><div>Phone numbe
rs: http://www.ovirt.org/Intercall</div><div><br></div><span name="x"></span
>Regards\,<br>Mike &\; Livnat<span name="x"></span></div></div></body></h
tml>
BEGIN:VALARM
ACTION:DISPLAY
TRIGGER;RELATED=START:-PT5M
DESCRIPTION:Reminder
END:VALARM
END:VEVENT
END:VCALENDAR
------=_Part_6950277_1603066323.1375022559987--
11 years, 4 months
[Users] 3.3 Test Day
by Itamar Heim
I wanted to thank everyone who participated in the test day yesterday.
great activity on irc and good/bad news of 80 bugs opened...
now to the hard work of deciding which should block the version, which
can wait to patch versions, etc.
I'm looking forward to hearing more feedback on impressions and
suggestion on how to improve things for the next test day.
(I'm aware multiple testers from same site would have benefited from a
local mirror for example)
by a clear margin, the top 3 bug reporters
Alissa Bonas 15
Assaf Muller 14
Mike Kolesni 13
most active on irc:
mburns
alonbl
yamakasy
ecohen
fkobzik
mskrivanek
jhernand1
sbonazzo
ewoud
outi
maciek__
rydekull
leon80
andrewklau
jbrooks
Again - thank you everyone who participated, 3.3 looks like a very
interesting version with many exciting and long awaited features.
Thanks,
Itamar
11 years, 4 months
[Users] Problem running engine-manage-domain on oVirt 3.1.0-4
by Trevor Galloway
Hello oVirt Users,
Just signed up to the user mailing list and have a question regarding an
error being reported to stdout when running engine-manage-domains.
When running the `engine-manage-domains` utility from the command line I
see the following error reported:
*[root@hive ovirt-engine]# engine-manage-domains -action=list*
*Failed reading current configuration. Details: Error "Key for add
operation must be defined!" while reading configuration value AdUserName.*
A quick Google on this leads directly to Bugzilla – Bug 883846 – which
looks like it’s fixed in the 3.2 version. Can anyone confirm that? I’ve
inherited a DL580 running oVirt Manager and a bunch of VM’s, and don’t
really want to undertake an upgrade just now if I don’t have to.
The real problem seems to be that I can’t assign a user with any roles
since the ldap lookup to the active server fails – due, I think, to the
fact that the query is configured to authenticate with the previous admins
credentials – they left and the account is now disabled. J
>From the /var/log/ovirt-engine/engine.log
*2013-07-25 11:32:15,574 ERROR
[org.ovirt.engine.core.bll.adbroker.GSSAPIDirContextAuthenticationStrategy]
(ajp--0.0.0.0-8009-1) Authentication failed. The user is either locked or
disabled*
*2013-07-25 11:32:15,575 ERROR
[org.ovirt.engine.core.bll.adbroker.DirectorySearcher]
(ajp--0.0.0.0-8009-1) Failed ldap search server
LDAP://<my_active_directory>:389 due to
org.ovirt.engine.core.bll.adbroker.EngineDirectoryServiceException. We
should not try the next server:
org.ovirt.engine.core.bll.adbroker.EngineDirectoryServiceException*
* *
The above gets written out as soon as I hit the Go button in the Add System
Permission to User dialogue window.
Thanks in advance for any advice!
11 years, 4 months
[Users] oVirt 3.3 SPICE console error 500
by Jakub Bittner
This is a multi-part message in MIME format.
--------------030302090701070207040008
Content-Type: text/plain; charset=ISO-8859-2; format=flowed
Content-Transfer-Encoding: 7bit
Hello,
I upgraded oVirt to 3.3 and when I want to launch SPICE console I get
error 500 on web ui. I tried to install websovketproxy package, enabled
it by "engine-config -s WebSocketProxy="Engine:6100" " But it did not
help. I dont know what I did wrong. Logs are bellow. Thank you for advice
==> ovirt-engine/engine.log <==
2013-07-25 15:22:31,717 INFO
[org.ovirt.engine.core.bll.SetVmTicketCommand] (ajp--127.0.0.1-8702-8)
Running command: SetVmTicketCommand internal: false. Entities affected
: ID: 8c6ea349-902f-4457-8c3f-49ee5d4cf6b9 Type: VM
2013-07-25 15:22:31,726 INFO
[org.ovirt.engine.core.vdsbroker.vdsbroker.SetVmTicketVDSCommand]
(ajp--127.0.0.1-8702-8) START, SetVmTicketVDSCommand(HostName =
node19.nbu.cz, HostId = dc1fde46-66af-4f66-947a-12791cd6b9a0,
vmId=8c6ea349-902f-4457-8c3f-49ee5d4cf6b9, ticket=7LP81DPq1CpR,
validTime=120,m userName=admin@internal,
userId=fdfc627c-d875-11e0-90f0-83df133b58cc), log id: 1b7e23bf
2013-07-25 15:22:31,764 INFO
[org.ovirt.engine.core.vdsbroker.vdsbroker.SetVmTicketVDSCommand]
(ajp--127.0.0.1-8702-8) FINISH, SetVmTicketVDSCommand, log id: 1b7e23bf
==> ovirt-engine/server.log <==
2013-07-25 15:22:31,865 ERROR
[org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/webadmin]]
(ajp--127.0.0.1-8702-8) Exception while dispatching incoming RPC call:
java.lang.NullPointerException
at
com.google.gwt.rpc.server.WebModePayloadSink.getBytes(WebModePayloadSink.java:860)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.server.WebModePayloadSink$PayloadVisitor.push(WebModePayloadSink.java:767)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.server.WebModePayloadSink$PayloadVisitor.constructorFunction(WebModePayloadSink.java:636)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.server.WebModePayloadSink$PayloadVisitor.visit(WebModePayloadSink.java:259)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.client.ast.InstantiateCommand.traverse(InstantiateCommand.java:54)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.doAccept(RpcCommandVisitor.java:320)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.accept(RpcCommandVisitor.java:42)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.server.WebModePayloadSink$PayloadVisitor.visit(WebModePayloadSink.java:236)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.client.ast.ArrayValueCommand.traverse(ArrayValueCommand.java:53)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.doAccept(RpcCommandVisitor.java:320)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.accept(RpcCommandVisitor.java:42)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.server.WebModePayloadSink$PayloadVisitor.visit(WebModePayloadSink.java:291)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.client.ast.InstantiateCommand.traverse(InstantiateCommand.java:54)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.doAccept(RpcCommandVisitor.java:320)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.accept(RpcCommandVisitor.java:42)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.server.WebModePayloadSink$PayloadVisitor.visit(WebModePayloadSink.java:375)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.client.ast.InvokeCustomFieldSerializerCommand.traverse(InvokeCustomFieldSerializerCommand.java:76)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.doAccept(RpcCommandVisitor.java:320)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.accept(RpcCommandVisitor.java:42)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.server.WebModePayloadSink$PayloadVisitor.visit(WebModePayloadSink.java:236)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.client.ast.ArrayValueCommand.traverse(ArrayValueCommand.java:53)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.doAccept(RpcCommandVisitor.java:320)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.accept(RpcCommandVisitor.java:42)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.server.WebModePayloadSink$PayloadVisitor.visit(WebModePayloadSink.java:291)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.client.ast.InstantiateCommand.traverse(InstantiateCommand.java:54)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.doAccept(RpcCommandVisitor.java:320)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.accept(RpcCommandVisitor.java:42)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.server.WebModePayloadSink$PayloadVisitor.visit(WebModePayloadSink.java:362)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.client.ast.InvokeCustomFieldSerializerCommand.traverse(InvokeCustomFieldSerializerCommand.java:76)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.doAccept(RpcCommandVisitor.java:320)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.accept(RpcCommandVisitor.java:42)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.server.WebModePayloadSink$PayloadVisitor.visit(WebModePayloadSink.java:236)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.client.ast.ArrayValueCommand.traverse(ArrayValueCommand.java:53)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.doAccept(RpcCommandVisitor.java:320)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.accept(RpcCommandVisitor.java:42)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.server.WebModePayloadSink$PayloadVisitor.visit(WebModePayloadSink.java:291)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.client.ast.InstantiateCommand.traverse(InstantiateCommand.java:54)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.doAccept(RpcCommandVisitor.java:320)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.accept(RpcCommandVisitor.java:42)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.server.WebModePayloadSink$PayloadVisitor.visit(WebModePayloadSink.java:375)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.client.ast.InvokeCustomFieldSerializerCommand.traverse(InvokeCustomFieldSerializerCommand.java:76)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.doAccept(RpcCommandVisitor.java:320)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.accept(RpcCommandVisitor.java:42)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.server.WebModePayloadSink$PayloadVisitor.visit(WebModePayloadSink.java:406)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.client.ast.ReturnCommand.traverse(ReturnCommand.java:44)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.doAccept(RpcCommandVisitor.java:320)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.accept(RpcCommandVisitor.java:42)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.server.WebModePayloadSink.accept(WebModePayloadSink.java:890)
[gwt-servlet.jar:]
at com.google.gwt.rpc.server.RPC.streamResponse(RPC.java:472)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.server.RPC.invokeAndStreamResponse(RPC.java:198)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.server.RpcServlet.processCall(RpcServlet.java:172)
[gwt-servlet.jar:]
at
com.google.gwt.rpc.server.RpcServlet.processPost(RpcServlet.java:233)
[gwt-servlet.jar:]
at
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62)
[gwt-servlet.jar:]
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)
[jboss-web.jar:]
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
[jboss-web.jar:]
at
org.ovirt.engine.ui.frontend.server.gwt.GwtCachingFilter.doFilter(GwtCachingFilter.java:132)
[frontend.jar:]
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280)
[jboss-web.jar:]
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
[jboss-web.jar:]
at
org.ovirt.engine.core.utils.servlet.LocaleFilter.doFilter(LocaleFilter.java:59)
[utils.jar:]
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280)
[jboss-web.jar:]
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
[jboss-web.jar:]
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)
[jboss-web.jar:]
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)
[jboss-web.jar:]
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:489)
[jboss-web.jar:]
at
org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153)
[jboss-as-web-7.1.1.Final.jar:7.1.1.Final]
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155)
[jboss-web.jar:]
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
[jboss-web.jar:]
at org.jboss.web.rewrite.RewriteValve.invoke(RewriteValve.java:466)
[jboss-web.jar:]
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
[jboss-web.jar:]
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368)
[jboss-web.jar:]
at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:505)
[jboss-web.jar:]
at
org.apache.coyote.ajp.AjpProtocol$AjpConnectionHandler.process(AjpProtocol.java:445)
[jboss-web.jar:]
at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930)
[jboss-web.jar:]
at java.lang.Thread.run(Thread.java:724) [rt.jar:1.7.0_25]
--------------030302090701070207040008
Content-Type: text/html; charset=ISO-8859-2
Content-Transfer-Encoding: 8bit
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-2">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-text-flowed" style="font-family: -moz-fixed;
font-size: 12px;" lang="x-central-euro">Hello,
<br>
I upgraded oVirt to 3.3 and when I want to launch SPICE console I
get error 500 on web ui. I tried to install websovketproxy
package, enabled it by "engine-config -s
WebSocketProxy="Engine:6100" " But it did not help. I dont know
what I did wrong. Logs are bellow. Thank you for advice
<br>
<br>
==> ovirt-engine/engine.log <==
<br>
2013-07-25 15:22:31,717 INFO
[org.ovirt.engine.core.bll.SetVmTicketCommand]
(ajp--127.0.0.1-8702-8) Running command: SetVmTicketCommand
internal: false. Entities affected : ID:
8c6ea349-902f-4457-8c3f-49ee5d4cf6b9 Type: VM
<br>
2013-07-25 15:22:31,726 INFO
[org.ovirt.engine.core.vdsbroker.vdsbroker.SetVmTicketVDSCommand]
(ajp--127.0.0.1-8702-8) START, SetVmTicketVDSCommand(HostName =
node19.nbu.cz, HostId = dc1fde46-66af-4f66-947a-12791cd6b9a0,
vmId=8c6ea349-902f-4457-8c3f-49ee5d4cf6b9, ticket=7LP81DPq1CpR,
validTime=120,m userName=admin@internal,
userId=fdfc627c-d875-11e0-90f0-83df133b58cc), log id: 1b7e23bf
<br>
2013-07-25 15:22:31,764 INFO
[org.ovirt.engine.core.vdsbroker.vdsbroker.SetVmTicketVDSCommand]
(ajp--127.0.0.1-8702-8) FINISH, SetVmTicketVDSCommand, log id:
1b7e23bf
<br>
<br>
==> ovirt-engine/server.log <==
<br>
2013-07-25 15:22:31,865 ERROR
[org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/webadmin]]
(ajp--127.0.0.1-8702-8) Exception while dispatching incoming RPC
call: java.lang.NullPointerException
<br>
at
com.google.gwt.rpc.server.WebModePayloadSink.getBytes(WebModePayloadSink.java:860)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.server.WebModePayloadSink$PayloadVisitor.push(WebModePayloadSink.java:767)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.server.WebModePayloadSink$PayloadVisitor.constructorFunction(WebModePayloadSink.java:636)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.server.WebModePayloadSink$PayloadVisitor.visit(WebModePayloadSink.java:259)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.client.ast.InstantiateCommand.traverse(InstantiateCommand.java:54)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.doAccept(RpcCommandVisitor.java:320)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.accept(RpcCommandVisitor.java:42)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.server.WebModePayloadSink$PayloadVisitor.visit(WebModePayloadSink.java:236)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.client.ast.ArrayValueCommand.traverse(ArrayValueCommand.java:53)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.doAccept(RpcCommandVisitor.java:320)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.accept(RpcCommandVisitor.java:42)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.server.WebModePayloadSink$PayloadVisitor.visit(WebModePayloadSink.java:291)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.client.ast.InstantiateCommand.traverse(InstantiateCommand.java:54)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.doAccept(RpcCommandVisitor.java:320)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.accept(RpcCommandVisitor.java:42)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.server.WebModePayloadSink$PayloadVisitor.visit(WebModePayloadSink.java:375)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.client.ast.InvokeCustomFieldSerializerCommand.traverse(InvokeCustomFieldSerializerCommand.java:76)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.doAccept(RpcCommandVisitor.java:320)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.accept(RpcCommandVisitor.java:42)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.server.WebModePayloadSink$PayloadVisitor.visit(WebModePayloadSink.java:236)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.client.ast.ArrayValueCommand.traverse(ArrayValueCommand.java:53)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.doAccept(RpcCommandVisitor.java:320)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.accept(RpcCommandVisitor.java:42)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.server.WebModePayloadSink$PayloadVisitor.visit(WebModePayloadSink.java:291)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.client.ast.InstantiateCommand.traverse(InstantiateCommand.java:54)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.doAccept(RpcCommandVisitor.java:320)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.accept(RpcCommandVisitor.java:42)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.server.WebModePayloadSink$PayloadVisitor.visit(WebModePayloadSink.java:362)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.client.ast.InvokeCustomFieldSerializerCommand.traverse(InvokeCustomFieldSerializerCommand.java:76)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.doAccept(RpcCommandVisitor.java:320)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.accept(RpcCommandVisitor.java:42)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.server.WebModePayloadSink$PayloadVisitor.visit(WebModePayloadSink.java:236)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.client.ast.ArrayValueCommand.traverse(ArrayValueCommand.java:53)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.doAccept(RpcCommandVisitor.java:320)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.accept(RpcCommandVisitor.java:42)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.server.WebModePayloadSink$PayloadVisitor.visit(WebModePayloadSink.java:291)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.client.ast.InstantiateCommand.traverse(InstantiateCommand.java:54)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.doAccept(RpcCommandVisitor.java:320)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.accept(RpcCommandVisitor.java:42)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.server.WebModePayloadSink$PayloadVisitor.visit(WebModePayloadSink.java:375)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.client.ast.InvokeCustomFieldSerializerCommand.traverse(InvokeCustomFieldSerializerCommand.java:76)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.doAccept(RpcCommandVisitor.java:320)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.accept(RpcCommandVisitor.java:42)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.server.WebModePayloadSink$PayloadVisitor.visit(WebModePayloadSink.java:406)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.client.ast.ReturnCommand.traverse(ReturnCommand.java:44)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.doAccept(RpcCommandVisitor.java:320)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.client.ast.RpcCommandVisitor.accept(RpcCommandVisitor.java:42)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.server.WebModePayloadSink.accept(WebModePayloadSink.java:890)
[gwt-servlet.jar:]
<br>
at com.google.gwt.rpc.server.RPC.streamResponse(RPC.java:472)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.server.RPC.invokeAndStreamResponse(RPC.java:198)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.server.RpcServlet.processCall(RpcServlet.java:172)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.rpc.server.RpcServlet.processPost(RpcServlet.java:233)
[gwt-servlet.jar:]
<br>
at
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62)
[gwt-servlet.jar:]
<br>
at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
[jboss-servlet-3.0-api.jar:1.0.1.Final]
<br>
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
[jboss-servlet-3.0-api.jar:1.0.1.Final]
<br>
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329)
[jboss-web.jar:]
<br>
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
[jboss-web.jar:]
<br>
at
org.ovirt.engine.ui.frontend.server.gwt.GwtCachingFilter.doFilter(GwtCachingFilter.java:132)
[frontend.jar:]
<br>
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280)
[jboss-web.jar:]
<br>
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
[jboss-web.jar:]
<br>
at
org.ovirt.engine.core.utils.servlet.LocaleFilter.doFilter(LocaleFilter.java:59)
[utils.jar:]
<br>
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280)
[jboss-web.jar:]
<br>
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
[jboss-web.jar:]
<br>
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)
[jboss-web.jar:]
<br>
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)
[jboss-web.jar:]
<br>
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:489)
[jboss-web.jar:]
<br>
at
org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153)
[jboss-as-web-7.1.1.Final.jar:7.1.1.Final]
<br>
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155)
[jboss-web.jar:]
<br>
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
[jboss-web.jar:]
<br>
at
org.jboss.web.rewrite.RewriteValve.invoke(RewriteValve.java:466)
[jboss-web.jar:]
<br>
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
[jboss-web.jar:]
<br>
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368)
[jboss-web.jar:]
<br>
at
org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:505)
[jboss-web.jar:]
<br>
at
org.apache.coyote.ajp.AjpProtocol$AjpConnectionHandler.process(AjpProtocol.java:445)
[jboss-web.jar:]
<br>
at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930)
[jboss-web.jar:]
<br>
at java.lang.Thread.run(Thread.java:724) [rt.jar:1.7.0_25]
<br>
</div>
</body>
</html>
--------------030302090701070207040008--
11 years, 4 months
[Users] Fedora19 oVirt 3.2 to 3.3 upgrade failed
by Jakub Bittner
After downloading and testing transaction it fails. I think it is
because of language.
2013-07-25 14:17:32 INFO otopi.plugins.otopi.packagers.yumpackager
yumpackager.info:88 Yum Status: Check Package Signatures
2013-07-25 14:17:32 INFO otopi.plugins.otopi.packagers.yumpackager
yumpackager.info:88 Yum Status: Running Test Transaction
Spuštěna kontrola transakce
2013-07-25 14:17:32 INFO otopi.plugins.otopi.packagers.yumpackager
yumpackager.info:88 Yum Status: Running Transaction
2013-07-25 14:17:32 DEBUG otopi.plugins.otopi.packagers.yumpackager
yumpackager.verbose:84 Yum Varování: RPMDB byla změněna mimo yum.
2013-07-25 14:17:33 DEBUG otopi.plugins.otopi.packagers.yumpackager
yumpackager.verbose:84 Yum ** Nalezeny 4 existující problémy v rpmdb,
následuje výstup "yum check":
2013-07-25 14:17:33 DEBUG otopi.plugins.otopi.packagers.yumpackager
yumpackager.verbose:84 Yum
ovirt-host-deploy-1.1.0-0.2.master.20130723.gita991545.fc19.noarch je
duplicitní s ovirt-host-deploy-1.0.2-1.fc18.noarch
2013-07-25 14:17:33 DEBUG otopi.plugins.otopi.packagers.yumpackager
yumpackager.verbose:84 Yum
ovirt-host-deploy-java-1.1.0-0.2.master.20130723.gita991545.fc19.noarch
je duplicitní s ovirt-host-deploy-java-1.0.2-1.fc18.noarch
2013-07-25 14:17:33 DEBUG otopi.plugins.otopi.packagers.yumpackager
yumpackager.verbose:84 Yum
ovirt-iso-uploader-3.3.0-0.1.beta1.fc19.noarch je duplicitní s
ovirt-iso-uploader-3.2.2-1.fc18.noarch
2013-07-25 14:17:33 DEBUG otopi.plugins.otopi.packagers.yumpackager
yumpackager.verbose:84 Yum
ovirt-log-collector-3.3.0-0.1.beta1.fc19.noarch je duplicitní s
ovirt-log-collector-3.2.2-1.fc18.noarch
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/yum/rpmtrans.py", line 458, in
callback
self._instProgress( bytes, total, h )
File "/usr/lib/python2.7/site-packages/yum/rpmtrans.py", line 541, in
_instProgress
self.complete_actions, self.total_actions)
File "/usr/lib/python2.7/site-packages/otopi/miniyum.py", line 184,
in event
package=package
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe1' in
position 8: ordinal not in range(128)
FATAL ERROR: python callback <bound method RPMTransaction.callback of
<yum.rpmtrans.RPMTransaction instance at 0x4687f80>> failed, aborting!
11 years, 4 months
[Users] NFS data domain use host + local storage question
by Jason Keltz
Hi.
I have a few questions about data domains...
I'm not sure that I understand why when adding a new NFS data domain
what the "Use Host" is for?
From the RHEV documentation - "All communication to the storage domain
is from the selected host and not directly from the Red Hat Enterprise
Virtualization Manager. At least one active host must be attached to the
chosen Data Center before the storage is configured. "
.. but I'm puzzled.. don't all the nodes mount the NFS storage directly
from the NFS storage server?
Is this saying that if I have two nodes, v1 and v2, and I say "Use Host"
v1 then v2 gets at storage through v1? What if v1 is down?
Don't all nodes need a connection to the "logical" storage network?
---
On the topic of local storage...
Right now, I have one node with 1 disk (until some ordered equipment
arrives)...
/data/images is /dev/mapper/HostVG-Data
I want two of my nodes to store local data. The majority of VMs will
use the NFS datastore, but a few VMs need local storage, and I'd like to
split these VMs across two nodes, so two nodes will have their own local
storage...
If I was going to install local data on the node, I wouldn't install it
on the OS disk - I'd want another disk, or maybe even a few disks! If
I added another disk to this system, how would I go about making *this*
disk "/data/images" instead of the root disk? Do I have to reinstall the
node?
I'm also puzzled by this statement: "A local storage domain can be set
up on a host. When you set up host to use local storage, the host
automatically gets added to a new data center and cluster that no other
hosts can be added to. Multiple host clusters require that all hosts
have access to all storage domains, which is not possible with local
storage. Virtual machines created in a single host cluster cannot be
migrated, fenced or scheduled. "
So .. let's say I have two nodes, both of them have some local disk, and
use the NFS data store. I can see why I wouldn't be able to migrate a
host from one node to the other IF that has was using local data storage
for the specific virtual machine. On the other hand, if it's a VM that
is NOT using local storage, and everything is in the NFS datastore, then
does this I can't migrate it because each host would have to be in its
own cluster only because it has local storage for *some* of the VMs!?
Finally - I had previously asked about using MD RAID1 redundancy on the
root drive, which isn't available yet on the node. Are there any
options for creating redundant local storage using MD RAID1, or it's the
same -- no redundancy on local storage unless you're using a RAID card
where the driver for that card has been integrated into the node?
Jason.
11 years, 4 months
[Users] Migration and creating VM failing
by Jakub Bittner
Hello,
we have one node based on centos 6.4 and using ovirt-stable chanel and
it can not start VM or accept migration. (May I try updating to ovirt
3.3 beta?)
Here is log:
Thread-2973::DEBUG::2013-07-24
18:37:20,415::task::568::TaskManager.Task::(_updateState)
Task=`9b957784-995f-48bd-b181-a23b991787e1`::moving from state init ->
state preparing
Thread-2973::INFO::2013-07-24
18:37:20,416::logUtils::41::dispatcher::(wrapper) Run and protect:
repoStats(options=None)
Thread-2973::INFO::2013-07-24
18:37:20,416::logUtils::44::dispatcher::(wrapper) Run and protect:
repoStats, Return response: {u'0ee30f68-c222-44c0-85e6-2ae246f4c1ec':
{'delay': '0.0137450695038', 'lastCheck': '7.3', 'code': 0, 'valid':
True}, u'a8c13187-d9d1-46b8-abe3-c322970d9d4d': {'delay':
'0.00467395782471', 'lastCheck': '5.4', 'code': 0, 'valid': True}}
Thread-2973::DEBUG::2013-07-24
18:37:20,416::task::1151::TaskManager.Task::(prepare)
Task=`9b957784-995f-48bd-b181-a23b991787e1`::finished:
{u'0ee30f68-c222-44c0-85e6-2ae246f4c1ec': {'delay': '0.0137450695038',
'lastCheck': '7.3', 'code': 0, 'valid': True},
u'a8c13187-d9d1-46b8-abe3-c322970d9d4d': {'delay': '0.00467395782471',
'lastCheck': '5.4', 'code': 0, 'valid': True}}
Thread-2973::DEBUG::2013-07-24
18:37:20,416::task::568::TaskManager.Task::(_updateState)
Task=`9b957784-995f-48bd-b181-a23b991787e1`::moving from state preparing
-> state finished
Thread-2973::DEBUG::2013-07-24
18:37:20,417::resourceManager::830::ResourceManager.Owner::(releaseAll)
Owner.releaseAll requests {} resources {}
Thread-2973::DEBUG::2013-07-24
18:37:20,417::resourceManager::864::ResourceManager.Owner::(cancelAll)
Owner.cancelAll requests {}
Thread-2973::DEBUG::2013-07-24
18:37:20,417::task::957::TaskManager.Task::(_decref)
Task=`9b957784-995f-48bd-b181-a23b991787e1`::ref 0 aborting False
Thread-68::DEBUG::2013-07-24
18:37:23,123::misc::84::Storage.Misc.excCmd::(<lambda>) '/bin/dd
iflag=direct if=/dev/0ee30f68-c222-44c0-85e6-2ae246f4c1ec/metadata
bs=4096 count=1' (cwd None)
Thread-68::DEBUG::2013-07-24
18:37:23,135::misc::84::Storage.Misc.excCmd::(<lambda>) SUCCESS: <err> =
'1+0 records in\n1+0 records out\n4096 bytes (4.1 kB) copied,
0.000485541 s, 8.4 MB/s\n'; <rc> = 0
Thread-2979::DEBUG::2013-07-24
18:37:30,600::task::568::TaskManager.Task::(_updateState)
Task=`12b753a3-ca6e-48e2-9888-2e9c71f0c490`::moving from state init ->
state preparing
Thread-2979::INFO::2013-07-24
18:37:30,601::logUtils::41::dispatcher::(wrapper) Run and protect:
repoStats(options=None)
Thread-2979::INFO::2013-07-24
18:37:30,601::logUtils::44::dispatcher::(wrapper) Run and protect:
repoStats, Return response: {u'0ee30f68-c222-44c0-85e6-2ae246f4c1ec':
{'delay': '0.0136978626251', 'lastCheck': '7.5', 'code': 0, 'valid':
True}, u'a8c13187-d9d1-46b8-abe3-c322970d9d4d': {'delay':
'0.00459504127502', 'lastCheck': '5.6', 'code': 0, 'valid': True}}
Thread-2979::DEBUG::2013-07-24
18:37:30,601::task::1151::TaskManager.Task::(prepare)
Task=`12b753a3-ca6e-48e2-9888-2e9c71f0c490`::finished:
{u'0ee30f68-c222-44c0-85e6-2ae246f4c1ec': {'delay': '0.0136978626251',
'lastCheck': '7.5', 'code': 0, 'valid': True},
u'a8c13187-d9d1-46b8-abe3-c322970d9d4d': {'delay': '0.00459504127502',
'lastCheck': '5.6', 'code': 0, 'valid': True}}
Thread-2979::DEBUG::2013-07-24
18:37:30,601::task::568::TaskManager.Task::(_updateState)
Task=`12b753a3-ca6e-48e2-9888-2e9c71f0c490`::moving from state preparing
-> state finished
Thread-2979::DEBUG::2013-07-24
18:37:30,601::resourceManager::830::ResourceManager.Owner::(releaseAll)
Owner.releaseAll requests {} resources {}
Thread-2979::DEBUG::2013-07-24
18:37:30,601::resourceManager::864::ResourceManager.Owner::(cancelAll)
Owner.cancelAll requests {}
Thread-2979::DEBUG::2013-07-24
18:37:30,602::task::957::TaskManager.Task::(_decref)
Task=`12b753a3-ca6e-48e2-9888-2e9c71f0c490`::ref 0 aborting False
Thread-68::DEBUG::2013-07-24
18:37:33,140::misc::84::Storage.Misc.excCmd::(<lambda>) '/bin/dd
iflag=direct if=/dev/0ee30f68-c222-44c0-85e6-2ae246f4c1ec/metadata
bs=4096 count=1' (cwd None)
Thread-68::DEBUG::2013-07-24
18:37:33,151::misc::84::Storage.Misc.excCmd::(<lambda>) SUCCESS: <err> =
'1+0 records in\n1+0 records out\n4096 bytes (4.1 kB) copied, 0.0004116
s, 10.0 MB/s\n'; <rc> = 0
Thread-2983::DEBUG::2013-07-24
18:37:35,734::BindingXMLRPC::913::vds::(wrapper) client
[192.168.3.207]::call vmGetStats with
('03ac5be8-75fc-43df-9fb8-c8e8af30ae84',) {}
Thread-2983::DEBUG::2013-07-24
18:37:35,734::BindingXMLRPC::920::vds::(wrapper) return vmGetStats with
{'status': {'message': 'Virtual machine does not exist', 'code': 1}}
Thread-2984::DEBUG::2013-07-24
18:37:35,880::BindingXMLRPC::913::vds::(wrapper) client
[192.168.3.207]::call vmMigrationCreate with ({'username': 'Unknown',
'acpiEnable': 'true', 'emulatedMachine': 'pc-0.14',
'afterMigrationStatus': 'Up', 'vmId':
'03ac5be8-75fc-43df-9fb8-c8e8af30ae84', 'transparentHugePages': 'true',
'displaySecurePort': '5913', 'timeOffset': '-43200', 'cpuType':
'Opteron_G3', 'custom': {'device_d7b86bcd-13fe-4259-b7a1-0e6243bf8aca':
'VmDevice {vmId=03ac5be8-75fc-43df-9fb8-c8e8af30ae84,
deviceId=d7b86bcd-13fe-4259-b7a1-0e6243bf8aca, device=ide,
type=controller, bootOrder=0, specParams={}, address={bus=0x00,
domain=0x0000, type=pci, slot=0x01, function=0x1}, managed=false,
plugged=true, readOnly=false, deviceAlias=ide0}',
'device_d7b86bcd-13fe-4259-b7a1-0e6243bf8acadevice_d15dafa0-a1ae-4637-bd9b-6708a31f7e41device_f68176fc-0731-4d98-9f35-b31140dcf568device_e9769f4d-b137-4560-8eed-230655922bfadevice_4b6fd867-b4f3-47f6-b6ef-1f3cd0ed9c34':
'VmDevice {vmId=03ac5be8-75fc-43df-9fb8-c8e8af30ae84,
deviceId=4b6fd867-b4f3-47f6-b6ef-1f3cd0ed9c34, device=spicevmc,
type=channel, bootOrder=0, specParams={}, address={port=3, bus=0,
controller=0, type=virtio-serial}, managed=false, plugged=true,
readOnly=false, deviceAlias=channel2}',
'device_d7b86bcd-13fe-4259-b7a1-0e6243bf8acadevice_d15dafa0-a1ae-4637-bd9b-6708a31f7e41device_f68176fc-0731-4d98-9f35-b31140dcf568device_e9769f4d-b137-4560-8eed-230655922bfa':
'VmDevice {vmId=03ac5be8-75fc-43df-9fb8-c8e8af30ae84,
deviceId=e9769f4d-b137-4560-8eed-230655922bfa, device=unix,
type=channel, bootOrder=0, specParams={}, address={port=2, bus=0,
controller=0, type=virtio-serial}, managed=false, plugged=true,
readOnly=false, deviceAlias=channel1}',
'device_d7b86bcd-13fe-4259-b7a1-0e6243bf8acadevice_d15dafa0-a1ae-4637-bd9b-6708a31f7e41device_f68176fc-0731-4d98-9f35-b31140dcf568':
'VmDevice {vmId=03ac5be8-75fc-43df-9fb8-c8e8af30ae84,
deviceId=f68176fc-0731-4d98-9f35-b31140dcf568, device=unix,
type=channel, bootOrder=0, specParams={}, address={port=1, bus=0,
controller=0, type=virtio-serial}, managed=false, plugged=true,
readOnly=false, deviceAlias=channel0}',
'device_d7b86bcd-13fe-4259-b7a1-0e6243bf8acadevice_d15dafa0-a1ae-4637-bd9b-6708a31f7e41':
'VmDevice {vmId=03ac5be8-75fc-43df-9fb8-c8e8af30ae84,
deviceId=d15dafa0-a1ae-4637-bd9b-6708a31f7e41, device=virtio-serial,
type=controller, bootOrder=0, specParams={}, address={bus=0x00,
domain=0x0000, type=pci, slot=0x04, function=0x0}, managed=false,
plugged=true, readOnly=false, deviceAlias=virtio-serial0}'},
'migrationDest': 'libvirt', 'smp': '2', 'vmType': 'kvm',
'spiceSslCipherSuite': 'DEFAULT', '_srcDomXML': "<domain type='kvm'
id='18'>\n <name>ipa2.nbu.cz</name>\n
<uuid>03ac5be8-75fc-43df-9fb8-c8e8af30ae84</uuid>\n <memory
unit='KiB'>2097152</memory>\n <currentMemory
unit='KiB'>2097152</currentMemory>\n <vcpu
placement='static'>2</vcpu>\n <cputune>\n <shares>1020</shares>\n
</cputune>\n <sysinfo type='smbios'>\n <system>\n <entry
name='manufacturer'>oVirt</entry>\n <entry name='product'>oVirt
Node</entry>\n <entry
name='version'>2.6.1-20120228.fc18</entry>\n <entry
name='serial'>35373031-3032-435A-4339-343331444B46</entry>\n <entry
name='uuid'>03ac5be8-75fc-43df-9fb8-c8e8af30ae84</entry>\n </system>\n
</sysinfo>\n <os>\n <type arch='x86_64'
machine='pc-0.14'>hvm</type>\n <boot dev='hd'/>\n <smbios
mode='sysinfo'/>\n </os>\n <features>\n <acpi/>\n </features>\n
<cpu mode='custom' match='exact'>\n <model
fallback='allow'>Opteron_G3</model>\n <topology sockets='2' cores='1'
threads='1'/>\n </cpu>\n <clock offset='variable' adjustment='-43200'
basis='utc'>\n <timer name='rtc' tickpolicy='catchup'/>\n </clock>\n
<on_poweroff>destroy</on_poweroff>\n <on_reboot>restart</on_reboot>\n
<on_crash>destroy</on_crash>\n <devices>\n
<emulator>/usr/bin/qemu-kvm</emulator>\n <disk type='file'
device='cdrom'>\n <driver name='qemu' type='raw'/>\n <source
startupPolicy='optional'/>\n <target dev='hdc' bus='ide'/>\n
<readonly/>\n <serial></serial>\n <alias name='ide0-1-0'/>\n
<address type='drive' controller='0' bus='1' target='0' unit='0'/>\n
</disk>\n <disk type='block' device='disk' snapshot='no'>\n
<driver name='qemu' type='qcow2' cache='none' error_policy='stop'
io='native'/>\n <source
dev='/rhev/data-center/5849b030-626e-47cb-ad90-3ce782d831b3/0ee30f68-c222-44c0-85e6-2ae246f4c1ec/images/975f7398-866e-43f6-8579-1552be81519d/ebce7305-2586-4c5d-bc02-08cc4743a983'/>\n
<target dev='vda' bus='virtio'/>\n
<serial>975f7398-866e-43f6-8579-1552be81519d</serial>\n <alias
name='virtio-disk0'/>\n <address type='pci' domain='0x0000'
bus='0x00' slot='0x05' function='0x0'/>\n </disk>\n <controller
type='usb' index='0'>\n <alias name='usb0'/>\n <address type='pci'
domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>\n
</controller>\n <controller type='ide' index='0'>\n <alias
name='ide0'/>\n <address type='pci' domain='0x0000' bus='0x00'
slot='0x01' function='0x1'/>\n </controller>\n <controller
type='virtio-serial' index='0'>\n <alias
name='virtio-serial0'/>\n <address type='pci' domain='0x0000'
bus='0x00' slot='0x04' function='0x0'/>\n </controller>\n <interface
type='bridge'>\n <mac address='00:1a:4a:a8:03:9e'/>\n <source
bridge='ovirtmgmt'/>\n <target dev='vnet7'/>\n <model
type='virtio'/>\n <filterref filter='vdsm-no-mac-spoofing'/>\n
<link state='up'/>\n <alias name='net0'/>\n <address
type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>\n
</interface>\n <channel type='unix'>\n <source mode='bind'
path='/var/lib/libvirt/qemu/channels/ipa2.nbu.cz.com.redhat.rhevm.vdsm'/>\n
<target type='virtio' name='com.redhat.rhevm.vdsm'/>\n <alias
name='channel0'/>\n <address type='virtio-serial' controller='0'
bus='0' port='1'/>\n </channel>\n <channel type='unix'>\n
<source mode='bind'
path='/var/lib/libvirt/qemu/channels/ipa2.nbu.cz.org.qemu.guest_agent.0'/>\n
<target type='virtio' name='org.qemu.guest_agent.0'/>\n <alias
name='channel1'/>\n <address type='virtio-serial' controller='0'
bus='0' port='2'/>\n </channel>\n <channel type='spicevmc'>\n <target
type='virtio' name='com.redhat.spice.0'/>\n <alias
name='channel2'/>\n <address type='virtio-serial' controller='0'
bus='0' port='3'/>\n </channel>\n <input type='mouse' bus='ps2'/>\n
<graphics type='spice' port='5912' tlsPort='5913' autoport='yes'
listen='0' keymap='en-us' passwdValidTo='1970-01-01T00:00:01'>\n
<listen type='address' address='0'/>\n <channel name='main'
mode='secure'/>\n <channel name='display' mode='secure'/>\n
<channel name='inputs' mode='secure'/>\n <channel name='cursor'
mode='secure'/>\n <channel name='playback' mode='secure'/>\n
<channel name='record' mode='secure'/>\n <channel name='smartcard'
mode='secure'/>\n <channel name='usbredir' mode='secure'/>\n
</graphics>\n <video>\n <model type='qxl' vram='65536'
heads='1'/>\n <alias name='video0'/>\n <address type='pci'
domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>\n </video>\n
<memballoon model='virtio'>\n <alias name='balloon0'/>\n
<address type='pci' domain='0x0000' bus='0x00' slot='0x06'
function='0x0'/>\n </memballoon>\n </devices>\n <seclabel
type='dynamic' model='selinux' relabel='yes'>\n
<label>system_u:system_r:svirt_t:s0:c333,c972</label>\n
<imagelabel>system_u:object_r:svirt_image_t:s0:c333,c972</imagelabel>\n
</seclabel>\n</domain>\n", 'memSize': 2048, 'elapsedTimeOffset':
23573.797423124313, 'vmName': 'ipa2.nbu.cz', 'nice': '0', 'status':
'Up', 'clientIp': '', 'displayIp': '0', 'displayPort': '5912',
'smpCoresPerSocket': '1', 'smartcardEnable': 'false', 'guestIPs': '',
'nicModel': 'rtl8139,pv', 'keyboardLayout': 'en-us', 'kvmEnable':
'true', 'pitReinjection': 'false', 'devices': [{'specParams': {'vram':
'65536'}, 'alias': 'video0', 'deviceId':
'a74682a1-e49b-4c3c-a65a-679036bbd6f6', 'address': {'slot': '0x02',
'bus': '0x00', 'domain': '0x0000', 'type': 'pci', 'function': '0x0'},
'device': 'qxl', 'type': 'video'}, {'nicModel': 'pv', 'macAddr':
'00:1a:4a:a8:03:9e', 'linkActive': True, 'network': 'ovirtmgmt',
'specParams': {}, 'filter': 'vdsm-no-mac-spoofing', 'alias': 'net0',
'deviceId': '405d2d7f-cbe4-4a8c-aeaa-b6d11c0739fd', 'address': {'slot':
'0x03', 'bus': '0x00', 'domain': '0x0000', 'type': 'pci', 'function':
'0x0'}, 'device': 'bridge', 'type': 'interface', 'name': 'vnet7'},
{'index': '2', 'iface': 'ide', 'name': 'hdc', 'alias': 'ide0-1-0',
'shared': 'false', 'specParams': {'path': ''}, 'readonly': 'True',
'deviceId': 'f3399625-142a-44ed-897d-01b2fad56a89', 'address': {'bus':
'1', 'controller': '0', 'type': 'drive', 'target': '0', 'unit': '0'},
'device': 'cdrom', 'path': '', 'type': 'disk'}, {'address': {'slot':
'0x05', 'bus': '0x00', 'domain': '0x0000', 'type': 'pci', 'function':
'0x0'}, 'index': 0, 'iface': 'virtio', 'apparentsize': '7516192768',
'alias': 'virtio-disk0', 'imageID':
'975f7398-866e-43f6-8579-1552be81519d', 'readonly': 'False', 'shared':
'false', 'truesize': '7516192768', 'type': 'disk', 'domainID':
'0ee30f68-c222-44c0-85e6-2ae246f4c1ec', 'reqsize': '0', 'format': 'cow',
'deviceId': '975f7398-866e-43f6-8579-1552be81519d', 'poolID':
'5849b030-626e-47cb-ad90-3ce782d831b3', 'device': 'disk', 'path':
'/rhev/data-center/5849b030-626e-47cb-ad90-3ce782d831b3/0ee30f68-c222-44c0-85e6-2ae246f4c1ec/images/975f7398-866e-43f6-8579-1552be81519d/ebce7305-2586-4c5d-bc02-08cc4743a983',
'propagateErrors': 'off', 'optional': 'false', 'name': 'vda',
'volumeID': 'ebce7305-2586-4c5d-bc02-08cc4743a983', 'specParams': {},
'volumeChain': [{'path':
'/rhev/data-center/5849b030-626e-47cb-ad90-3ce782d831b3/0ee30f68-c222-44c0-85e6-2ae246f4c1ec/images/975f7398-866e-43f6-8579-1552be81519d/ebce7305-2586-4c5d-bc02-08cc4743a983',
'domainID': '0ee30f68-c222-44c0-85e6-2ae246f4c1ec', 'volumeID':
'ebce7305-2586-4c5d-bc02-08cc4743a983', 'imageID':
'975f7398-866e-43f6-8579-1552be81519d'}]}, {'target': 2097152,
'specParams': {'model': 'virtio'}, 'alias': 'balloon0', 'deviceId':
'c25a298c-698f-41ff-8968-12e6ed9b14fe', 'address': {'slot': '0x06',
'bus': '0x00', 'domain': '0x0000', 'type': 'pci', 'function': '0x0'},
'device': 'memballoon', 'type': 'balloon'}, {'device': 'usb', 'alias':
'usb0', 'type': 'controller', 'address': {'slot': '0x01', 'bus': '0x00',
'domain': '0x0000', 'type': 'pci', 'function': '0x2'}}, {'device':
'ide', 'alias': 'ide0', 'type': 'controller', 'address': {'slot':
'0x01', 'bus': '0x00', 'domain': '0x0000', 'type': 'pci', 'function':
'0x1'}}, {'device': 'virtio-serial', 'alias': 'virtio-serial0', 'type':
'controller', 'address': {'slot': '0x04', 'bus': '0x00', 'domain':
'0x0000', 'type': 'pci', 'function': '0x0'}}, {'device': 'unix',
'alias': 'channel0', 'type': 'channel', 'address': {'bus': '0',
'controller': '0', 'type': 'virtio-serial', 'port': '1'}}, {'device':
'unix', 'alias': 'channel1', 'type': 'channel', 'address': {'bus': '0',
'controller': '0', 'type': 'virtio-serial', 'port': '2'}}, {'device':
'spicevmc', 'alias': 'channel2', 'type': 'channel', 'address': {'bus':
'0', 'controller': '0', 'type': 'virtio-serial', 'port': '3'}}],
'spiceSecureChannels':
'smain,sinputs,scursor,splayback,srecord,sdisplay,susbredir,ssmartcard',
'display': 'qxl'},) {}
Thread-2984::DEBUG::2013-07-24
18:37:35,880::API::489::vds::(migrationCreate) Migration create
Thread-2984::INFO::2013-07-24
18:37:35,880::API::626::vds::(_getNetworkIp) network None: using 0
Thread-2984::INFO::2013-07-24
18:37:35,881::clientIF::334::vds::(createVm) vmContainerLock acquired by
vm 03ac5be8-75fc-43df-9fb8-c8e8af30ae84
Thread-2984::DEBUG::2013-07-24
18:37:35,885::clientIF::348::vds::(createVm) Total desktops after
creation of 03ac5be8-75fc-43df-9fb8-c8e8af30ae84 is 1
Thread-2985::DEBUG::2013-07-24
18:37:35,885::vm::671::vm.Vm::(_startUnderlyingVm)
vmId=`03ac5be8-75fc-43df-9fb8-c8e8af30ae84`::Start
Thread-2984::DEBUG::2013-07-24
18:37:35,886::libvirtvm::3107::vm.Vm::(waitForMigrationDestinationPrepare)
vmId=`03ac5be8-75fc-43df-9fb8-c8e8af30ae84`::migration destination:
waiting for VM creation
Thread-2985::DEBUG::2013-07-24
18:37:35,886::vm::675::vm.Vm::(_startUnderlyingVm)
vmId=`03ac5be8-75fc-43df-9fb8-c8e8af30ae84`::_ongoingCreations acquired
Thread-2985::INFO::2013-07-24
18:37:35,887::libvirtvm::1463::vm.Vm::(_run)
vmId=`03ac5be8-75fc-43df-9fb8-c8e8af30ae84`::VM wrapper has started
Thread-2984::DEBUG::2013-07-24
18:37:35,887::libvirtvm::3113::vm.Vm::(waitForMigrationDestinationPrepare)
vmId=`03ac5be8-75fc-43df-9fb8-c8e8af30ae84`::migration destination:
waiting 36s for path preparation
Thread-2985::WARNING::2013-07-24
18:37:35,887::vm::459::vm.Vm::(getConfDevices)
vmId=`03ac5be8-75fc-43df-9fb8-c8e8af30ae84`::Unknown type found, device:
'{'device': 'unix', 'alias': 'channel0', 'type': 'channel', 'address':
{'bus': '0', 'controller': '0', 'type': 'virtio-serial', 'port': '1'}}'
found
Thread-2985::WARNING::2013-07-24
18:37:35,888::vm::459::vm.Vm::(getConfDevices)
vmId=`03ac5be8-75fc-43df-9fb8-c8e8af30ae84`::Unknown type found, device:
'{'device': 'unix', 'alias': 'channel1', 'type': 'channel', 'address':
{'bus': '0', 'controller': '0', 'type': 'virtio-serial', 'port': '2'}}'
found
Thread-2985::WARNING::2013-07-24
18:37:35,888::vm::459::vm.Vm::(getConfDevices)
vmId=`03ac5be8-75fc-43df-9fb8-c8e8af30ae84`::Unknown type found, device:
'{'device': 'spicevmc', 'alias': 'channel2', 'type': 'channel',
'address': {'bus': '0', 'controller': '0', 'type': 'virtio-serial',
'port': '3'}}' found
Thread-2985::DEBUG::2013-07-24
18:37:35,889::task::568::TaskManager.Task::(_updateState)
Task=`925d13e4-6995-4f8e-9359-6fdb1be2873f`::moving from state init ->
state preparing
Thread-2985::INFO::2013-07-24
18:37:35,889::logUtils::41::dispatcher::(wrapper) Run and protect:
getVolumeSize(sdUUID='0ee30f68-c222-44c0-85e6-2ae246f4c1ec',
spUUID='5849b030-626e-47cb-ad90-3ce782d831b3',
imgUUID='975f7398-866e-43f6-8579-1552be81519d',
volUUID='ebce7305-2586-4c5d-bc02-08cc4743a983', options=None)
Thread-2985::INFO::2013-07-24
18:37:35,889::logUtils::44::dispatcher::(wrapper) Run and protect:
getVolumeSize, Return response: {'truesize': '7516192768',
'apparentsize': '7516192768'}
Thread-2985::DEBUG::2013-07-24
18:37:35,889::task::1151::TaskManager.Task::(prepare)
Task=`925d13e4-6995-4f8e-9359-6fdb1be2873f`::finished: {'truesize':
'7516192768', 'apparentsize': '7516192768'}
Thread-2985::DEBUG::2013-07-24
18:37:35,890::task::568::TaskManager.Task::(_updateState)
Task=`925d13e4-6995-4f8e-9359-6fdb1be2873f`::moving from state preparing
-> state finished
Thread-2985::DEBUG::2013-07-24
18:37:35,890::resourceManager::830::ResourceManager.Owner::(releaseAll)
Owner.releaseAll requests {} resources {}
Thread-2985::DEBUG::2013-07-24
18:37:35,890::resourceManager::864::ResourceManager.Owner::(cancelAll)
Owner.cancelAll requests {}
Thread-2985::DEBUG::2013-07-24
18:37:35,890::task::957::TaskManager.Task::(_decref)
Task=`925d13e4-6995-4f8e-9359-6fdb1be2873f`::ref 0 aborting False
Thread-2985::INFO::2013-07-24
18:37:35,890::clientIF::316::vds::(prepareVolumePath) prepared volume path:
Thread-2985::DEBUG::2013-07-24
18:37:35,890::task::568::TaskManager.Task::(_updateState)
Task=`5011aeeb-7b97-474b-b559-d29f3f6e7a22`::moving from state init ->
state preparing
Thread-2985::INFO::2013-07-24
18:37:35,891::logUtils::41::dispatcher::(wrapper) Run and protect:
prepareImage(sdUUID='0ee30f68-c222-44c0-85e6-2ae246f4c1ec',
spUUID='5849b030-626e-47cb-ad90-3ce782d831b3',
imgUUID='975f7398-866e-43f6-8579-1552be81519d',
volUUID='ebce7305-2586-4c5d-bc02-08cc4743a983')
Thread-2985::DEBUG::2013-07-24
18:37:35,891::resourceManager::190::ResourceManager.Request::(__init__)
ResName=`Storage.0ee30f68-c222-44c0-85e6-2ae246f4c1ec`ReqID=`39a62be2-0ecd-4be8-a5e9-00824ea4fa50`::Request
was made in '/usr/share/vdsm/storage/resourceManager.py' line '189' at
'__init__'
Thread-2985::DEBUG::2013-07-24
18:37:35,891::resourceManager::504::ResourceManager::(registerResource)
Trying to register resource
'Storage.0ee30f68-c222-44c0-85e6-2ae246f4c1ec' for lock type 'shared'
Thread-2985::DEBUG::2013-07-24
18:37:35,891::resourceManager::547::ResourceManager::(registerResource)
Resource 'Storage.0ee30f68-c222-44c0-85e6-2ae246f4c1ec' is free. Now
locking as 'shared' (1 active user)
Thread-2985::DEBUG::2013-07-24
18:37:35,892::resourceManager::227::ResourceManager.Request::(grant)
ResName=`Storage.0ee30f68-c222-44c0-85e6-2ae246f4c1ec`ReqID=`39a62be2-0ecd-4be8-a5e9-00824ea4fa50`::Granted
request
Thread-2985::DEBUG::2013-07-24
18:37:35,892::task::794::TaskManager.Task::(resourceAcquired)
Task=`5011aeeb-7b97-474b-b559-d29f3f6e7a22`::_resourcesAcquired:
Storage.0ee30f68-c222-44c0-85e6-2ae246f4c1ec (shared)
Thread-2985::DEBUG::2013-07-24
18:37:35,892::task::957::TaskManager.Task::(_decref)
Task=`5011aeeb-7b97-474b-b559-d29f3f6e7a22`::ref 1 aborting False
Thread-2985::DEBUG::2013-07-24
18:37:35,895::misc::84::Storage.Misc.excCmd::(<lambda>) '/bin/dd
iflag=direct skip=8 bs=512
if=/dev/0ee30f68-c222-44c0-85e6-2ae246f4c1ec/metadata count=1' (cwd None)
Thread-2985::DEBUG::2013-07-24
18:37:35,904::misc::84::Storage.Misc.excCmd::(<lambda>) SUCCESS: <err> =
'1+0 records in\n1+0 records out\n512 bytes (512 B) copied, 0.000358208
s, 1.4 MB/s\n'; <rc> = 0
Thread-2985::DEBUG::2013-07-24
18:37:35,905::misc::325::Storage.Misc::(validateDDBytes) err: ['1+0
records in', '1+0 records out', '512 bytes (512 B) copied, 0.000358208
s, 1.4 MB/s'], size: 512
Thread-2985::INFO::2013-07-24
18:37:35,905::image::344::Storage.Image::(getChain)
sdUUID=0ee30f68-c222-44c0-85e6-2ae246f4c1ec
imgUUID=975f7398-866e-43f6-8579-1552be81519d
chain=[<storage.blockVolume.BlockVolume object at 0x7fa284398950>]
Thread-2985::DEBUG::2013-07-24
18:37:35,906::misc::84::Storage.Misc.excCmd::(<lambda>) '/usr/bin/sudo
-n /sbin/lvm lvchange --config " devices { preferred_names =
[\\"^/dev/mapper/\\"] ignore_suspended_devices=1 write_cache_state=0
disable_after_error_count=3 filter = [
\\"a%360a9800042415569305d434565795a44|36782bcb045a7ef0015bbfa3e18b4758e%\\",
\\"r%.*%\\" ] } global { locking_type=1 prioritise_write_locks=1
wait_for_locks=1 } backup { retain_min = 50 retain_days = 0 } "
--autobackup n --available y
0ee30f68-c222-44c0-85e6-2ae246f4c1ec/ebce7305-2586-4c5d-bc02-08cc4743a983'
(cwd None)
Thread-2985::DEBUG::2013-07-24
18:37:36,271::misc::84::Storage.Misc.excCmd::(<lambda>) SUCCESS: <err> =
''; <rc> = 0
Thread-2985::DEBUG::2013-07-24
18:37:36,272::lvm::493::OperationMutex::(_invalidatelvs) Operation 'lvm
invalidate operation' got the operation mutex
Thread-2985::DEBUG::2013-07-24
18:37:36,272::lvm::505::OperationMutex::(_invalidatelvs) Operation 'lvm
invalidate operation' released the operation mutex
Thread-2985::INFO::2013-07-24
18:37:36,273::logUtils::44::dispatcher::(wrapper) Run and protect:
prepareImage, Return response: {'path':
'/rhev/data-center/5849b030-626e-47cb-ad90-3ce782d831b3/0ee30f68-c222-44c0-85e6-2ae246f4c1ec/images/975f7398-866e-43f6-8579-1552be81519d/ebce7305-2586-4c5d-bc02-08cc4743a983',
'chain': [{'path':
'/rhev/data-center/5849b030-626e-47cb-ad90-3ce782d831b3/0ee30f68-c222-44c0-85e6-2ae246f4c1ec/images/975f7398-866e-43f6-8579-1552be81519d/ebce7305-2586-4c5d-bc02-08cc4743a983',
'domainID': '0ee30f68-c222-44c0-85e6-2ae246f4c1ec', 'volumeID':
'ebce7305-2586-4c5d-bc02-08cc4743a983', 'imageID':
'975f7398-866e-43f6-8579-1552be81519d'}]}
Thread-2985::DEBUG::2013-07-24
18:37:36,273::task::1151::TaskManager.Task::(prepare)
Task=`5011aeeb-7b97-474b-b559-d29f3f6e7a22`::finished: {'path':
'/rhev/data-center/5849b030-626e-47cb-ad90-3ce782d831b3/0ee30f68-c222-44c0-85e6-2ae246f4c1ec/images/975f7398-866e-43f6-8579-1552be81519d/ebce7305-2586-4c5d-bc02-08cc4743a983',
'chain': [{'path':
'/rhev/data-center/5849b030-626e-47cb-ad90-3ce782d831b3/0ee30f68-c222-44c0-85e6-2ae246f4c1ec/images/975f7398-866e-43f6-8579-1552be81519d/ebce7305-2586-4c5d-bc02-08cc4743a983',
'domainID': '0ee30f68-c222-44c0-85e6-2ae246f4c1ec', 'volumeID':
'ebce7305-2586-4c5d-bc02-08cc4743a983', 'imageID':
'975f7398-866e-43f6-8579-1552be81519d'}]}
Thread-2985::DEBUG::2013-07-24
18:37:36,273::task::568::TaskManager.Task::(_updateState)
Task=`5011aeeb-7b97-474b-b559-d29f3f6e7a22`::moving from state preparing
-> state finished
Thread-2985::DEBUG::2013-07-24
18:37:36,273::resourceManager::830::ResourceManager.Owner::(releaseAll)
Owner.releaseAll requests {} resources
{'Storage.0ee30f68-c222-44c0-85e6-2ae246f4c1ec': < ResourceRef
'Storage.0ee30f68-c222-44c0-85e6-2ae246f4c1ec', isValid: 'True' obj:
'None'>}
Thread-2985::DEBUG::2013-07-24
18:37:36,274::resourceManager::864::ResourceManager.Owner::(cancelAll)
Owner.cancelAll requests {}
Thread-2985::DEBUG::2013-07-24
18:37:36,274::resourceManager::557::ResourceManager::(releaseResource)
Trying to release resource 'Storage.0ee30f68-c222-44c0-85e6-2ae246f4c1ec'
Thread-2985::DEBUG::2013-07-24
18:37:36,274::resourceManager::573::ResourceManager::(releaseResource)
Released resource 'Storage.0ee30f68-c222-44c0-85e6-2ae246f4c1ec' (0
active users)
Thread-2985::DEBUG::2013-07-24
18:37:36,274::resourceManager::578::ResourceManager::(releaseResource)
Resource 'Storage.0ee30f68-c222-44c0-85e6-2ae246f4c1ec' is free, finding
out if anyone is waiting for it.
Thread-2985::DEBUG::2013-07-24
18:37:36,274::resourceManager::585::ResourceManager::(releaseResource)
No one is waiting for resource
'Storage.0ee30f68-c222-44c0-85e6-2ae246f4c1ec', Clearing records.
Thread-2985::DEBUG::2013-07-24
18:37:36,275::task::957::TaskManager.Task::(_decref)
Task=`5011aeeb-7b97-474b-b559-d29f3f6e7a22`::ref 0 aborting False
Thread-2985::INFO::2013-07-24
18:37:36,275::clientIF::316::vds::(prepareVolumePath) prepared volume
path:
/rhev/data-center/5849b030-626e-47cb-ad90-3ce782d831b3/0ee30f68-c222-44c0-85e6-2ae246f4c1ec/images/975f7398-866e-43f6-8579-1552be81519d/ebce7305-2586-4c5d-bc02-08cc4743a983
Thread-2985::DEBUG::2013-07-24
18:37:36,282::vm::692::vm.Vm::(_startUnderlyingVm)
vmId=`03ac5be8-75fc-43df-9fb8-c8e8af30ae84`::_ongoingCreations released
Thread-2984::DEBUG::2013-07-24
18:37:36,282::API::502::vds::(migrationCreate) Destination VM creation
succeeded
Thread-2985::DEBUG::2013-07-24
18:37:36,284::libvirtvm::1901::vm.Vm::(_waitForIncomingMigrationFinish)
vmId=`03ac5be8-75fc-43df-9fb8-c8e8af30ae84`::Waiting 300 seconds for end
of migration
Thread-2984::DEBUG::2013-07-24
18:37:36,285::BindingXMLRPC::920::vds::(wrapper) return
vmMigrationCreate with {'status': {'message': 'Done', 'code': 0},
'migrationPort': 0, 'params': {'status': 'Migration Destination',
'acpiEnable': 'true', 'emulatedMachine': 'pc-0.14',
'afterMigrationStatus': 'Up', 'spiceSecureChannels':
'smain,sinputs,scursor,splayback,srecord,sdisplay,susbredir,ssmartcard',
'pid': '0', 'transparentHugePages': 'true', 'displaySecurePort': '-1',
'timeOffset': '-43200', 'cpuType': 'Opteron_G3', 'smp': '2',
'migrationDest': 'libvirt', 'custom':
{'device_d7b86bcd-13fe-4259-b7a1-0e6243bf8aca': 'VmDevice
{vmId=03ac5be8-75fc-43df-9fb8-c8e8af30ae84,
deviceId=d7b86bcd-13fe-4259-b7a1-0e6243bf8aca, device=ide,
type=controller, bootOrder=0, specParams={}, address={bus=0x00,
domain=0x0000, type=pci, slot=0x01, function=0x1}, managed=false,
plugged=true, readOnly=false, deviceAlias=ide0}',
'device_d7b86bcd-13fe-4259-b7a1-0e6243bf8acadevice_d15dafa0-a1ae-4637-bd9b-6708a31f7e41device_f68176fc-0731-4d98-9f35-b31140dcf568device_e9769f4d-b137-4560-8eed-230655922bfadevice_4b6fd867-b4f3-47f6-b6ef-1f3cd0ed9c34':
'VmDevice {vmId=03ac5be8-75fc-43df-9fb8-c8e8af30ae84,
deviceId=4b6fd867-b4f3-47f6-b6ef-1f3cd0ed9c34, device=spicevmc,
type=channel, bootOrder=0, specParams={}, address={port=3, bus=0,
controller=0, type=virtio-serial}, managed=false, plugged=true,
readOnly=false, deviceAlias=channel2}',
'device_d7b86bcd-13fe-4259-b7a1-0e6243bf8acadevice_d15dafa0-a1ae-4637-bd9b-6708a31f7e41device_f68176fc-0731-4d98-9f35-b31140dcf568device_e9769f4d-b137-4560-8eed-230655922bfa':
'VmDevice {vmId=03ac5be8-75fc-43df-9fb8-c8e8af30ae84,
deviceId=e9769f4d-b137-4560-8eed-230655922bfa, device=unix,
type=channel, bootOrder=0, specParams={}, address={port=2, bus=0,
controller=0, type=virtio-serial}, managed=false, plugged=true,
readOnly=false, deviceAlias=channel1}',
'device_d7b86bcd-13fe-4259-b7a1-0e6243bf8acadevice_d15dafa0-a1ae-4637-bd9b-6708a31f7e41device_f68176fc-0731-4d98-9f35-b31140dcf568':
'VmDevice {vmId=03ac5be8-75fc-43df-9fb8-c8e8af30ae84,
deviceId=f68176fc-0731-4d98-9f35-b31140dcf568, device=unix,
type=channel, bootOrder=0, specParams={}, address={port=1, bus=0,
controller=0, type=virtio-serial}, managed=false, plugged=true,
readOnly=false, deviceAlias=channel0}',
'device_d7b86bcd-13fe-4259-b7a1-0e6243bf8acadevice_d15dafa0-a1ae-4637-bd9b-6708a31f7e41':
'VmDevice {vmId=03ac5be8-75fc-43df-9fb8-c8e8af30ae84,
deviceId=d15dafa0-a1ae-4637-bd9b-6708a31f7e41, device=virtio-serial,
type=controller, bootOrder=0, specParams={}, address={bus=0x00,
domain=0x0000, type=pci, slot=0x04, function=0x0}, managed=false,
plugged=true, readOnly=false, deviceAlias=virtio-serial0}'}, 'vmType':
'kvm', 'spiceSslCipherSuite': 'DEFAULT', 'memSize': 2048, 'vmName':
'ipa2.nbu.cz', 'nice': '0', 'username': 'Unknown', 'vmId':
'03ac5be8-75fc-43df-9fb8-c8e8af30ae84', 'displayIp': '0',
'keyboardLayout': 'en-us', 'displayPort': '-1', 'smartcardEnable':
'false', 'guestIPs': '', 'nicModel': 'rtl8139,pv', 'smpCoresPerSocket':
'1', 'kvmEnable': 'true', 'pitReinjection': 'false', 'devices':
[{'device': 'unix', 'alias': 'channel0', 'type': 'channel', 'address':
{'bus': '0', 'controller': '0', 'type': 'virtio-serial', 'port': '1'}},
{'device': 'unix', 'alias': 'channel1', 'type': 'channel', 'address':
{'bus': '0', 'controller': '0', 'type': 'virtio-serial', 'port': '2'}},
{'device': 'spicevmc', 'alias': 'channel2', 'type': 'channel',
'address': {'bus': '0', 'controller': '0', 'type': 'virtio-serial',
'port': '3'}}, {'device': 'usb', 'alias': 'usb0', 'type': 'controller',
'address': {'slot': '0x01', 'bus': '0x00', 'domain': '0x0000', 'type':
'pci', 'function': '0x2'}}, {'device': 'ide', 'alias': 'ide0', 'type':
'controller', 'address': {'slot': '0x01', 'bus': '0x00', 'domain':
'0x0000', 'type': 'pci', 'function': '0x1'}}, {'device':
'virtio-serial', 'alias': 'virtio-serial0', 'type': 'controller',
'address': {'slot': '0x04', 'bus': '0x00', 'domain': '0x0000', 'type':
'pci', 'function': '0x0'}}, {'specParams': {'vram': '65536'}, 'alias':
'video0', 'deviceId': 'a74682a1-e49b-4c3c-a65a-679036bbd6f6', 'address':
{'slot': '0x02', 'bus': '0x00', 'domain': '0x0000', 'type': 'pci',
'function': '0x0'}, 'device': 'qxl', 'type': 'video'}, {'nicModel':
'pv', 'macAddr': '00:1a:4a:a8:03:9e', 'linkActive': True, 'network':
'ovirtmgmt', 'specParams': {}, 'filter': 'vdsm-no-mac-spoofing',
'alias': 'net0', 'deviceId': '405d2d7f-cbe4-4a8c-aeaa-b6d11c0739fd',
'address': {'slot': '0x03', 'bus': '0x00', 'domain': '0x0000', 'type':
'pci', 'function': '0x0'}, 'device': 'bridge', 'type': 'interface',
'name': 'vnet7'}, {'index': '2', 'iface': 'ide', 'name': 'hdc', 'alias':
'ide0-1-0', 'shared': 'false', 'specParams': {'path': ''}, 'readonly':
'True', 'deviceId': 'f3399625-142a-44ed-897d-01b2fad56a89', 'address':
{'bus': '1', 'controller': '0', 'type': 'drive', 'target': '0', 'unit':
'0'}, 'device': 'cdrom', 'path': '', 'type': 'disk'}, {'address':
{'slot': '0x05', 'bus': '0x00', 'domain': '0x0000', 'type': 'pci',
'function': '0x0'}, 'index': 0, 'iface': 'virtio', 'apparentsize':
'7516192768', 'alias': 'virtio-disk0', 'imageID':
'975f7398-866e-43f6-8579-1552be81519d', 'readonly': 'False', 'shared':
'false', 'truesize': '7516192768', 'type': 'disk', 'domainID':
'0ee30f68-c222-44c0-85e6-2ae246f4c1ec', 'reqsize': '0', 'format': 'cow',
'deviceId': '975f7398-866e-43f6-8579-1552be81519d', 'poolID':
'5849b030-626e-47cb-ad90-3ce782d831b3', 'device': 'disk', 'path':
'/rhev/data-center/5849b030-626e-47cb-ad90-3ce782d831b3/0ee30f68-c222-44c0-85e6-2ae246f4c1ec/images/975f7398-866e-43f6-8579-1552be81519d/ebce7305-2586-4c5d-bc02-08cc4743a983',
'propagateErrors': 'off', 'optional': 'false', 'name': 'vda',
'volumeID': 'ebce7305-2586-4c5d-bc02-08cc4743a983', 'specParams': {},
'volumeChain': [{'path':
'/rhev/data-center/5849b030-626e-47cb-ad90-3ce782d831b3/0ee30f68-c222-44c0-85e6-2ae246f4c1ec/images/975f7398-866e-43f6-8579-1552be81519d/ebce7305-2586-4c5d-bc02-08cc4743a983',
'domainID': '0ee30f68-c222-44c0-85e6-2ae246f4c1ec', 'volumeID':
'ebce7305-2586-4c5d-bc02-08cc4743a983', 'imageID':
'975f7398-866e-43f6-8579-1552be81519d'}]}, {'target': 2097152,
'specParams': {'model': 'virtio'}, 'alias': 'balloon0', 'deviceId':
'c25a298c-698f-41ff-8968-12e6ed9b14fe', 'address': {'slot': '0x06',
'bus': '0x00', 'domain': '0x0000', 'type': 'pci', 'function': '0x0'},
'device': 'memballoon', 'type': 'balloon'}], 'clientIp': '', 'display':
'qxl'}}
Thread-2987::DEBUG::2013-07-24
18:37:36,505::BindingXMLRPC::913::vds::(wrapper) client
[192.168.3.207]::call vmDestroy with
('03ac5be8-75fc-43df-9fb8-c8e8af30ae84',) {}
Thread-2987::INFO::2013-07-24 18:37:36,505::API::310::vds::(destroy)
vmContainerLock acquired by vm 03ac5be8-75fc-43df-9fb8-c8e8af30ae84
Thread-2987::DEBUG::2013-07-24
18:37:36,505::libvirtvm::2639::vm.Vm::(destroy)
vmId=`03ac5be8-75fc-43df-9fb8-c8e8af30ae84`::destroy Called
Thread-2987::INFO::2013-07-24
18:37:36,505::libvirtvm::2588::vm.Vm::(releaseVm)
vmId=`03ac5be8-75fc-43df-9fb8-c8e8af30ae84`::Release VM resources
Thread-2985::ERROR::2013-07-24
18:37:36,507::vm::716::vm.Vm::(_startUnderlyingVm)
vmId=`03ac5be8-75fc-43df-9fb8-c8e8af30ae84`::The vm start process failed
Traceback (most recent call last):
File "/usr/share/vdsm/vm.py", line 696, in _startUnderlyingVm
self._waitForIncomingMigrationFinish()
File "/usr/share/vdsm/libvirtvm.py", line 1907, in
_waitForIncomingMigrationFinish
self._connection.lookupByUUIDString(self.id),
File "/usr/lib64/python2.6/site-packages/vdsm/libvirtconnection.py",
line 111, in wrapper
ret = f(*args, **kwargs)
File "/usr/lib64/python2.6/site-packages/libvirt.py", line 2838, in
lookupByUUIDString
if ret is None:raise libvirtError('virDomainLookupByUUIDString()
failed', conn=self)
libvirtError: Domain not found: no domain with matching uuid
'03ac5be8-75fc-43df-9fb8-c8e8af30ae84'
Thread-2985::DEBUG::2013-07-24
18:37:36,508::vm::1065::vm.Vm::(setDownStatus)
vmId=`03ac5be8-75fc-43df-9fb8-c8e8af30ae84`::Changed state to Down:
Domain not found: no domain with matching uuid
'03ac5be8-75fc-43df-9fb8-c8e8af30ae84'
Thread-2987::DEBUG::2013-07-24
18:37:36,509::task::568::TaskManager.Task::(_updateState)
Task=`43d36e49-25bf-4280-a469-aa944d7f8939`::moving from state init ->
state preparing
Thread-2987::INFO::2013-07-24
18:37:36,510::logUtils::41::dispatcher::(wrapper) Run and protect:
inappropriateDevices(thiefId='03ac5be8-75fc-43df-9fb8-c8e8af30ae84')
Thread-2987::INFO::2013-07-24
18:37:36,511::logUtils::44::dispatcher::(wrapper) Run and protect:
inappropriateDevices, Return response: None
Thread-2987::DEBUG::2013-07-24
18:37:36,512::task::1151::TaskManager.Task::(prepare)
Task=`43d36e49-25bf-4280-a469-aa944d7f8939`::finished: None
Thread-2987::DEBUG::2013-07-24
18:37:36,512::task::568::TaskManager.Task::(_updateState)
Task=`43d36e49-25bf-4280-a469-aa944d7f8939`::moving from state preparing
-> state finished
Thread-2987::DEBUG::2013-07-24
18:37:36,512::resourceManager::830::ResourceManager.Owner::(releaseAll)
Owner.releaseAll requests {} resources {}
Thread-2987::DEBUG::2013-07-24
18:37:36,512::resourceManager::864::ResourceManager.Owner::(cancelAll)
Owner.cancelAll requests {}
Thread-2987::DEBUG::2013-07-24
18:37:36,512::task::957::TaskManager.Task::(_decref)
Task=`43d36e49-25bf-4280-a469-aa944d7f8939`::ref 0 aborting False
Thread-2987::DEBUG::2013-07-24
18:37:36,513::libvirtvm::2633::vm.Vm::(deleteVm)
vmId=`03ac5be8-75fc-43df-9fb8-c8e8af30ae84`::Total desktops after
destroy of 03ac5be8-75fc-43df-9fb8-c8e8af30ae84 is 0
Thread-2987::DEBUG::2013-07-24
18:37:36,513::BindingXMLRPC::920::vds::(wrapper) return vmDestroy with
{'status': {'message': 'Machine destroyed', 'code': 0}}
Thread-2990::DEBUG::2013-07-24
18:37:40,815::task::568::TaskManager.Task::(_updateState)
Task=`27887d84-ac21-4eda-b04d-d5e23ab9c183`::moving from state init ->
state preparing
Thread-2990::INFO::2013-07-24
18:37:40,815::logUtils::41::dispatcher::(wrapper) Run and protect:
repoStats(options=None)
Thread-2990::INFO::2013-07-24
18:37:40,815::logUtils::44::dispatcher::(wrapper) Run and protect:
repoStats, Return response: {u'0ee30f68-c222-44c0-85e6-2ae246f4c1ec':
{'delay': '0.0135831832886', 'lastCheck': '7.7', 'code': 0, 'valid':
True}, u'a8c13187-d9d1-46b8-abe3-c322970d9d4d': {'delay':
'0.00499796867371', 'lastCheck': '5.8', 'code': 0, 'valid': True}}
Thread-2990::DEBUG::2013-07-24
18:37:40,815::task::1151::TaskManager.Task::(prepare)
Task=`27887d84-ac21-4eda-b04d-d5e23ab9c183`::finished:
{u'0ee30f68-c222-44c0-85e6-2ae246f4c1ec': {'delay': '0.0135831832886',
'lastCheck': '7.7', 'code': 0, 'valid': True},
u'a8c13187-d9d1-46b8-abe3-c322970d9d4d': {'delay': '0.00499796867371',
'lastCheck': '5.8', 'code': 0, 'valid': True}}
Thread-2990::DEBUG::2013-07-24
18:37:40,815::task::568::TaskManager.Task::(_updateState)
Task=`27887d84-ac21-4eda-b04d-d5e23ab9c183`::moving from state preparing
-> state finished
Thread-2990::DEBUG::2013-07-24
18:37:40,816::resourceManager::830::ResourceManager.Owner::(releaseAll)
Owner.releaseAll requests {} resources {}
Thread-2990::DEBUG::2013-07-24
18:37:40,816::resourceManager::864::ResourceManager.Owner::(cancelAll)
Owner.cancelAll requests {}
Thread-2990::DEBUG::2013-07-24
18:37:40,816::task::957::TaskManager.Task::(_decref)
Task=`27887d84-ac21-4eda-b04d-d5e23ab9c183`::ref 0 aborting False
11 years, 4 months