[Engine-devel] Do we need genericApi project?
by Michael Kublin
Hi,
I found that we have a ovirt-engine/frontend/api/genericapi project, which is for my opinion is not at use any more.
If there are any reason that we want to keep it , maybe someone using it and I missed these?
Thanks Michael
12 years, 5 months
[Engine-devel] [ovirt-engine-sdk] Simplify the process of the RSDL code generation
by ShaoHe Feng
This is a multi-part message in MIME format.
--------------060000080308030607050901
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Hi all,
Now I'm using the code generation suites of ovirt-engine-sdk, I find it
is very troublesome.
IMO, we can simplify the process. And I want to engaged in it.
there are two tools parse the api.xsd and generate the params.py code.
They are generateds_gui.py and generateDS.py.
but there still some code can not be generate by these tools. now we
should add these codes manually.
the not NOT_GENERATED codes are as follow in the current params.py code:
1. import python module
2. a new attribute of GeneratedsSuper class
3. modify the get_root_tag function.
4. modify the parseString function to shut up the stdout.
5. _rootClassMap
6 . _elementToClassMap
7. findRootClass
And I have two ideas about the code generation.
For we should not modify the generateDS.py tools.
But we can improve it.
I think the 1, 2, 3, 7, can be hard-code, and 4, 5 and 6 can be configured.
So I want to add an configure file to tell how to add the extra code
that are not generated by generateDS.py tools.
And new python program, as extension of generateDS.py to read the
configure file and generate these codes.
Or without the configure file, just make the new python program that
supports an interactive commands.
--------------060000080308030607050901
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi all, <br>
<br>
Now I'm using the code generation suites of ovirt-engine-sdk, I find
it is very troublesome.<br>
<br>
IMO, we can simplify the process. And I want to engaged in it.<br>
<br>
there are two tools parse the api.xsd and generate the params.py
code. They are generateds_gui.py and generateDS.py.<br>
but there still some code can not be generate by these tools. now we
should add these codes manually. <br>
<br>
the not NOT_GENERATED codes are as follow in the current params.py
code:<br>
1. import python module <br>
2. a new attribute of GeneratedsSuper class<br>
3. modify the get_root_tag function.<br>
4. modify the parseString function to shut up the stdout. <br>
5. _rootClassMap <br>
6 . _elementToClassMap<br>
7. findRootClass <br>
<br>
And I have two ideas about the code generation.<br>
For we should not modify the generateDS.py tools. <br>
But we can improve it. <br>
<br>
I think the 1, 2, 3, 7, can be hard-code, and 4, 5 and 6 can be
configured.<br>
So I want to add an configure file to tell how to add the extra code
that are not generated by generateDS.py tools.<br>
And new python program, as extension of generateDS.py to read the
configure file and generate these codes.<br>
<br>
Or without the configure file, just make the new python program that
supports an interactive commands. <br>
<span style="color: rgb(51, 51, 51); font-family: arial, sans-serif;
font-size: 24px; 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-text-size-adjust: auto;
-webkit-text-stroke-width: 0px; background-color: rgb(245, 245,
245); display: inline !important; float: none; "></span>
</body>
</html>
--------------060000080308030607050901--
12 years, 5 months
Re: [Engine-devel] Ovirt on Fedora17
by Gianluca Cecchi
On Wed Jun 6 12:07:55 EDT 2012 Oved Ourfalli wrote:
> Hey,
>
> You should really send such question to engine-devel, as someone might have encountered such an issue, so there might be a solution for that.
> Can you also attach the vdsm.log file (in the host, under the directory /var/log/vdsm/vdsm.log).
>
> Thank you,
> Oved
>
>> From: ovirt at qip.ru
>> To: "Oved Ourfalli" <ovedo at redhat.com>
>> Sent: Wednesday, June 6, 2012 5:55:44 PM
>> Subject: Re: Re: Ovirt on Fedora17
>>
>> I use rpms from
>>
>> http:// jenkins .ovirt.org/job/ovirt_engine_create_ rpms
>> /lastSuccessfulBuild/artifact/output/*zip*/output.zip
Hello,
I'm going to test ovrit on F17 too (both as oVirt-engine server and
oVirt node).
Based on
http://fedoraproject.org/wiki/Features/oVirt
I supposed we don't need special repo any more and we can install
ovirt-engine and dependencies form default F17 repos...
Is it so?
Or should I enable any particular repo as in F16?
Thanks in advance
Gianluca
12 years, 5 months
[Engine-devel] quantum-ovirt integration meeting summary
by Livnat Peer
Hi All,
This is a summary of the first quantum-oVirt integration meeting.
In the meeting Garry Kotton started presenting his proposal for the
integration, for more details on his proposal look in -
http://www.ovirt.org/wiki/Quantum_and_oVirt
We did not cover much of the wiki as some question arose:
* What is the end goal of the integration? is it to replace the current
network configuration implementation in oVirt by quantum or have them
side by side.
- we need to remember non-VM networks (like storage and migration networks)
* Will oVirt use multiple quantum instances, one per technology, or will
oVirt use a single quantum instance that should support multiple
plug-ins (not supported in Quantum ATM)
* We'll oVirt support a mix of different technologies in a DC, Cluster,
host?
- Can we assume homogeneous clusters for the sake of simplicity (in a
single cluster we'll support either open Vswitch or UCSM or ..)
- Logical Network is defined in the scope of a data center, that means
we need to maintain layer 2 connectivity and within a cluster we need to
guarantee VM live migration (does libvirt abstract it for us?)
other notes -
* The UUIDs that are returned by Quantum will be managed by oVirt and
for a single network implemented in two different technologies in
quantum oVirt will be responsible to sync the different IDs.
* The integration should be as seamless as possible to the user of oVirt
* support of existing VLAN in quantum should be introduces in quantum in
a 3-4 weeks time-frame
Comments are welcomed, I'll schedule a follow up next week.
Thanks, Livnat
12 years, 5 months
[Engine-devel] Improve classpath building
by Juan Hernandez
Hello all,
I would like to propose an improvement in the way we build class-paths
in the tools associated to the engine. At the moment we have at least
two different ways to build classpaths:
1. Hard coded in the scripts, with maybe some variables:
CP=$EAR_LIB/engine-encryptutils.jar:$EAR_LIB/engine-compat.jar:...
This depends a lot on where we place the jar files, and we need to place
them in different places in different environments if we want to adhere
to common packaging practices.
2. Use the build-classpath script:
CP=`build-classpath engine-encryptutils engine-compat ...`
This depends less on the place we put them, but it doesn't work in
development environments where some jars are not installed to the proper
system locations.
None of these is good for all environments.
I would like to replace this classpath building logic with an script
that performs the task in an smarter way and that works in all our
environments (production, development, Fedora, RHEL, etc).
My proposal is to create a "engine-java" script that we should use
always when invoking java programs. This script will receive the same
parameters that the "java" launcher receives, but the "-cp" or
"-classpath" options will contain not the absolute name of the jar
files, but just a simple jar name instead, something like
"commons-logging", "commons-codec" or "engineencryptutils". The script
will extract the "-cp" or "-classpath" options given and use them to do
a search of the jar files in the locations where they can be in
different environments:
/usr/share/java
/usr/share/java/ovirt-engine
/usr/share/ovirt-engine/engine.ear
/usr/share/ovirt-engine/engine.ear/lib
<your jboss development installation>/engine.ear
<your jboss development installation>/engine.ear/lib
In addition the script will check that all the give jar files exist and
will abort the execution if any of them is missing.
Find attached the initial version of the proposed script.
Let me know what you think.
Regards,
Juan Hernandez
--
Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta
3ºD, 28016 Madrid, Spain
Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat S.L.
12 years, 5 months
[Engine-devel] Fwd: Re: Ovirt 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.
--=_e9d61e8d48e903f0efdbb593e871d8b1
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
----- =D0=9F=D0=B5=D1=80=D0=B5=D1=81=D1=8B=D0=BB=D0=B0=D0=B5=D0=BC=D0=BE=
=D0=B5 =D0=BF=D0=B8=D1=81=D1=8C=D0=BC=D0=BE -----=0A=D0=94=D0=B0=D1=82=
=D0=B0: =D0=A7=D1=82=D0=B2 07 =D0=98=D1=8E=D0=BD 2012 11:37:22 +0400=0A=
=D0=9E=D1=82: Itamar Heim =0A=D0=A2=D0=B5=D0=BC=D0=B0: Re: [Engine-devel=
] Ovirt =C2=AD=C2=ADon Fedora17=0A=D0=9A=D0=BE=D0=BC=D1=83: ovirt(a)qip.ru=
=0A=0AOn 06/07/2012 08:55 AM, ovirt(a)qip.ru wrote:=0D=0A=0A> In libvirt t=
here is no such parameter even in=0D=0A=0A> http://kojipkgs.fedoraprojec=
t.org/packages/libvirt/0.9.12/1.fc18/src/libvirt-0.9.12-1.fc18.src.rpm=
=0D=0A=0A>=0D=0A=0A> ignore_readonly_and_shared_disks=0A=0Aplease reply=
to list=0A=0A>=0D=0A=0A>=0D=0A=0A>=0D=0A=0A>=0D=0A=0A> =D0=A7=D1=82=D0=
=B2 07 =D0=98=D1=8E=D0=BD 2012 09:15:53 +0400, Itamar Heim =D0=BD=D0=B0=
=D0=BF=D0=B8=D1=81=D0=B0=D0=BB:=0D=0A=0A>=0D=0A=0A> On 06/06/2012 11=
:41 PM, Itamar Heim wrote:=0D=0A=0A> > On 06/06/2012 07:07 PM, Oved=
Ourfalli wrote:=0D=0A=0A> >> Hey,=0D=0A=0A> >>=0D=0A=0A> =
>> You should really send such question to engine-devel, as someone=0D=
=0A=0A> might=0D=0A=0A> >> have encountered such an issue, so t=
here might be a solution for=0D=0A=0A> that.=0D=0A=0A> >> Can y=
ou also attach the vdsm.log file (in the host, under the=0D=0A=0A> =
>> directory /var/log/vdsm/vdsm.log).=0D=0A=0A> >=0D=0A=0A> >=
I think i saw something around this recently.=0D=0A=0A> > federico=
?=0D=0A=0A>=0D=0A=0A> found it - https://bugzilla.redhat.com/show_bu=
g.cgi?id=3D828633=0D=0A=0A>=0D=0A=0A> >=0D=0A=0A> >>=0D=0A=0A>=
>> Thank you,=0D=0A=0A> >> Oved=0D=0A=0A> >>=0D=0A=0A> =
>> ----- Original Message -----=0D=0A=0A> >>> From: ovirt(a)qip.=
ru=0D=0A=0A> >>> To: "Oved Ourfalli"=0D=0A=0A> >>> Sent: Wedne=
sday, June 6, 2012 5:55:44 PM=0D=0A=0A> >>> Subject: Re: Re: Ovirt=
on Fedora17=0D=0A=0A> >>>=0D=0A=0A> >>> I use rpms from=0D=0A=
=0A> >>>=0D=0A=0A> >>> http:// jenkins .ovirt.org/job/ovirt_en=
gine_create_ rpms=0D=0A=0A> >>> /lastSuccessfulBuild/artifact/outpu=
t/*zip*/output.zip=0D=0A=0A> >>>=0D=0A=0A> >>> and another pro=
blem that not solved is that VM don't start with=0D=0A=0A> >>> atta=
ched CD=0D=0A=0A> >>>=0D=0A=0A> >>> if only I attach CD to VM=
I got libvirt error ( i use only needed=0D=0A=0A> >>> pachages fro=
m fedora17 repo except ovirt-engine and vdsm )=0D=0A=0A> >>>=0D=0A=
=0A> >>> in webadmin error=0D=0A=0A> >>>=0D=0A=0A> >>> VM=
VM01-Fedora17 is down. Exit message: internal error unsupported=0D=0A=
=0A> >>> configuration: Readonly leases are not supported=0D=0A=0A>=
>>>=0D=0A=0A> >>> in VM01-Fedora17.log=0D=0A=0A> >>>=0D=
=0A=0A> >>> red_worker_main: begin=0D=0A=0A> >>> display_chann=
el_create: create display channel=0D=0A=0A> >>> cursor_channel_crea=
te: create cursor channel=0D=0A=0A> >>> Domain id=3D2 is tainted: c=
ustom- mon itor=0D=0A=0A> >>> qemu: terminat ing on signal 15 from=
pid 606=0D=0A=0A> >>> 2012-06-06 14:39:15.167+0000: shutt ing down=
=0D=0A=0A> >>> 2012-06-06 14:39:37.381+0000: start ing up=0D=0A=0A>=
>>> LC_ALL=3DC PATH=3D/ usr /local/sbin:/ usr /local/bin:/ usr /sb=
in:/ usr=0D=0A=0A> >>> /bin QEMU _AUDIO_ DRV =3Dnone / usr /bin/qem=
u- kvm -S -M pc -0.14 -=0D=0A=0A> >>> cpu kvm 64,+ lahf _lm,+ ssse=
3,- cx 16 -enable- kvm -m 1024 - smp=0D=0A=0A> >>> 1,sockets=3D1,c=
ores=3D1,threads=3D1 -name VM01-Fedora17 - uuid=0D=0A=0A> >>> e0a70=
093-5b11-472f-b452-d1ae815028f4 - smbios=0D=0A=0A> >>> type=3D1,man=
ufacturer=3DRed Hat,product=3D RHEV Hyperv iso r=0D=0A=0A> >>>=0D=
=0A=0A> ,version=3D17-1,serial=3D49434D53-0200-9066-2500-66902500FE5=
3_00:25:90:66:53:fe,=0D=0A=0A>=0D=0A=0A> >>>=0D=0A=0A> >>> uui=
d =3De0a70093-5b11-472f-b452-d1ae815028f4 -nodefconfig -=0D=0A=0A> n=
odefaults=0D=0A=0A> >>> - chardev socket,id=3D char mon itor ,path=
=3D/var/lib/ libvirt=0D=0A=0A> >>> /qemu/VM01-Fedora17. mon itor,se=
rver, nowait - mon chardev =3D char=0D=0A=0A> >>> mon itor ,id=3D m=
on itor,mode=3Dcontrol - rtc=0D=0A=0A> base=3D2012-06-06T14:39:37,=
=0D=0A=0A> >>> driftfix =3Dslew -no-shutdown -device piix 3- usb -=
uhci ,id=3D usb=0D=0A=0A> >>> ,bus=3D pc i.0, addr =3D0x1.0x2 -dev=
ice virtio -serial- pc i,id=3D=0D=0A=0A> virtio=0D=0A=0A> >>> -=
serial0,bus=3D pc i.0, addr =3D0x4 -drive file=3D/ rhev=0D=0A=0A> >=
>> /data-center/5ac3a99a- afdd -11e1-8957-000c290cc066/d2221 cee=0D=0A=
=0A> >>> -7146-4197- aecf -0 dfad=0D=0A=0A> >>>=0D=0A=0A> =
32b54ea/images/11111111-1111-1111-1111-111111111111/Fedora-17-x86_64-=
=0D=0A=0A> >>> netinst . iso ,if=3Dnone,media=3D cdrom ,id=3Ddrive-=
ide 0-1-0, readonly=0D=0A=0A> >>> =3Don,format=3Draw,serial=3D -de=
vice ide -drive,bus=3D ide=0D=0A=0A> >>> .1,unit=3D0,drive=3Ddrive-=
ide 0-1-0,id=3D ide 0-1-0 -drive file=3D/ rhev=0D=0A=0A> >>> /data=
-center/5ac3a99a- afdd=0D=0A=0A> >>> -11e1-8957-000c290cc066/e54855=
77-8f51-4213- acd=0D=0A=0A> >>>=0D=0A=0A> 8-f38e064cf308/images=
/9865260a-7480-4cd2-8352-9f44ee2d6c37/00ed2438-6768-4c94-8215-8a678d4d0d=
50,if=3Dnone,id=3Ddrive-=0D=0A=0A>=0D=0A=0A> >>>=0D=0A=0A> >>>=
virtio -disk0,format=3D qcow=0D=0A=0A> >>> 2,serial=3D9865260a-748=
0-4cd2-8352-9f44ee2d6c37,cache=3Dnone, werror=0D=0A=0A> >>> =3Dstop=
, rerror =3Dstop, aio =3Dnative -device virtio - blk - pc i, scsi=0D=0A=
=0A> >>> =3Doff,bus=3D pc i.0, addr =3D0x5,drive=3Ddrive- virtio -d=
isk0,id=3D virtio=0D=0A=0A> >>> -disk0, bootindex =3D1 - netdev tap=
,fd=3D25,id=3D hostnet 0, vhost =3Don,=0D=0A=0A> >>> vhost fd=3D26=
-device virtio -net- pc i, netdev =3D hostnet=0D=0A=0A> >>> 0,id=
=3Dnet0,mac=3D00:1a:4a:10:00:00,bus=3D pc i.0, addr =3D0x3 - chardev=0D=
=0A=0A> >>> socket,id=3D charchannel 0,path=3D/var/lib/ libvirt=0D=
=0A=0A> >>> /qemu/channels/VM01-Fedora17.com. redhat . rhev m. vdsm=
,server,=0D=0A=0A> >>> nowait -device virtserialport,bus=3D virtio=
-serial0.0,nr=3D1,=0D=0A=0A> chardev =3D=0D=0A=0A> >>> charcha=
nnel 0,id=3Dchannel0,name=3Dcom. redhat . rhev m. vdsm -=0D=0A=0A> c=
hardev=0D=0A=0A> >>> pty ,id=3D charconsole 0 -device vi rtc onsole=
, chardev =3D=0D=0A=0A> charconsole=0D=0A=0A> >>> 0,id=3Dconsol=
e0 -device usb -tablet,id=3Dinput0 - vnc 0:0,password -k=0D=0A=0A> =
>>> en-us - vga qxl -global qxl - vga . vram _size=3D67108864 -device=
=0D=0A=0A> >>> virtio -balloon- pc i,id=3Dballoon0,bus=3D pc i.0, a=
ddr =3D0x6=0D=0A=0A> >>> l ibvir: Lock ing error : unsupported conf=
iguration: Readonly=0D=0A=0A> leases=0D=0A=0A> >>> are not supp=
orted=0D=0A=0A> >>> 2012-06-06 14:39:37.412+0000: shutt ing down=0D=
=0A=0A> >>>=0D=0A=0A> >>>=0D=0A=0A> >>> I tried to use th=
is patch on libvirt=0D=0A=0A> >>>=0D=0A=0A> >>> http:// www .m=
ail-archive.com/libvir-list@ redhat .com/ msg 56247.=0D=0A=0A> >>>=
html=0D=0A=0A> >>>=0D=0A=0A> >>> but it didn't help=0D=0A=0A>=
>>=0D=0A=0A> >> _____________________________________________=
__=0D=0A=0A> >> Engine-devel mailing list=0D=0A=0A> >> Engine-=
devel(a)ovirt.org=0D=0A=0A> >> http://lists.ovirt.org/mailman/listinf=
o/engine-devel=0D=0A=0A> >=0D=0A=0A>=0D=0A=0A>=0D=0A=0A>=0D=0A=0A>=
=0D=0A=0A> --=0D=0A=0A>=0A=0A----- =D0=9A=D0=BE=D0=BD=D0=B5=D1=86 =D0=BF=
=D0=B5=D1=80=D0=B5=D1=81=D1=8B=D0=BB=D0=B0=D0=B5=D0=BC=D0=BE=D0=B3=D0=BE=
=D0=BF=D0=B8=D1=81=D1=8C=D0=BC=D0=B0 -----=0A=0A--
--=_e9d61e8d48e903f0efdbb593e871d8b1
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable
<br><font color=3D"#666">----- =D0=9F=D0=B5=D1=80=D0=B5=D1=81=D1=8B=D0=
=BB=D0=B0=D0=B5=D0=BC=D0=BE=D0=B5 =D0=BF=D0=B8=D1=81=D1=8C=D0=BC=D0=BE -=
----</font><br><b>=D0=94=D0=B0=D1=82=D0=B0:</b> =D0=A7=D1=82=D0=B2 07=
=D0=98=D1=8E=D0=BD 2012 11:37:22 +0400<br><b>=D0=9E=D1=82:</b> Itamar H=
eim <iheim(a)redhat.com><br><b>=D0=A2=D0=B5=D0=BC=D0=B0:</b> Re: [En=
gine-devel] Ovirt =C2=AD=C2=ADon Fedora17<br><b>=D0=9A=D0=BE=D0=BC=D1=83=
:</b> ovirt(a)qip.ru<br><br>On 06/07/2012 08:55 AM, ovirt(a)qip.ru wrote:=0D=
=0A<br>> In libvirt there is no such parameter even in=0D=0A<br>>=
<a style=3D"border-bottom:1px dotted; text-decoration: none" target=3D"=
_blank" href=3D"http://kojipkgs.fedoraproject.org/packages/libvirt/0.9.1=
2/1.fc18/src/libvirt-0.9.12-1.fc18.src.rpm" title=3D"=D0=9E=D1=82=D0=BA=
=D1=80=D1=8B=D1=82=D1=8C =D0=B2=D0=BD=D0=B5=D1=88=D0=BD=D1=8E=D1=8E =D1=
=81=D1=81=D1=8B=D0=BB=D0=BA=D1=83">http://kojipkgs.fedoraproject.org/pac=
kages/libvirt/0.9.12/1.fc18/src/libvirt-0.9.12-1.fc18.src.rpm</a>=0D=0A<=
br>>=0D=0A<br>> ignore_readonly_and_shared_disks=0D=0A<br>=0D=0A<b=
r>please reply to list=0D=0A<br>=0D=0A<br>>=0D=0A<br>>=0D=0A<br>&g=
t;=0D=0A<br>>=0D=0A<br>> =D0=A7=D1=82=D0=B2 07 =D0=98=D1=8E=D0=BD=
2012 09:15:53 +0400, Itamar Heim <iheim(a)redhat.com> =D0=BD=D0=B0=
=D0=BF=D0=B8=D1=81=D0=B0=D0=BB:=0D=0A<br>>=0D=0A<br>> On 06/06=
/2012 11:41 PM, Itamar Heim wrote:=0D=0A<br>> > On 06/06/2012=
07:07 PM, Oved Ourfalli wrote:=0D=0A<br>> >> Hey,=0D=0A<b=
r>> >>=0D=0A<br>> >> You should really send=
such question to engine-devel, as someone=0D=0A<br>> might=0D=0A=
<br>> >> have encountered such an issue, so there might be=
a solution for=0D=0A<br>> that.=0D=0A<br>> >> Can=
you also attach the vdsm.log file (in the host, under the=0D=0A<br>>=
>> directory /var/log/vdsm/vdsm.log).=0D=0A<br>> >=
;=0D=0A<br>> > I think i saw something around this recently.=
=0D=0A<br>> > federico?=0D=0A<br>>=0D=0A<br>> found=
it - <a style=3D"border-bottom:1px dotted; text-decoration: none" targe=
t=3D"_blank" href=3D"https://bugzilla.redhat.com/show_bug.cgi?id=3D82863=
3" title=3D"=D0=9E=D1=82=D0=BA=D1=80=D1=8B=D1=82=D1=8C =D0=B2=D0=BD=D0=
=B5=D1=88=D0=BD=D1=8E=D1=8E =D1=81=D1=81=D1=8B=D0=BB=D0=BA=D1=83">https:=
//bugzilla.redhat.com/show_bug.cgi?id=3D828633</a>=0D=0A<br>>=0D=0A<b=
r>> >=0D=0A<br>> >>=0D=0A<br>> >>=
Thank you,=0D=0A<br>> >> Oved=0D=0A<br>> >>=
=0D=0A<br>> >> ----- Original Message -----=0D=0A<br>>=
>>> From: ovirt(a)qip.ru=0D=0A<br>> >>> To=
: "Oved Ourfalli"<ovedo(a)redhat.com>=0D=0A<br>> >>>=
; Sent: Wednesday, June 6, 2012 5:55:44 PM=0D=0A<br>> >>&g=
t; Subject: Re: Re: Ovirt on Fedora17=0D=0A<br>> >>>=0D=
=0A<br>> >>> I use rpms from=0D=0A<br>> >>=
;>=0D=0A<br>> >>> http:// jenkins .ovirt.org/job/ovi=
rt_engine_create_ rpms=0D=0A<br>> >>> /lastSuccessfulBu=
ild/artifact/output/*zip*/output.zip=0D=0A<br>> >>>=0D=
=0A<br>> >>> and another problem that not solved is tha=
t VM don't start with=0D=0A<br>> >>> attached CD=0D=0A<=
br>> >>>=0D=0A<br>> >>> if only I atta=
ch CD to VM I got libvirt error ( i use only needed=0D=0A<br>> &=
gt;>> pachages from fedora17 repo except ovirt-engine and vdsm )=
=0D=0A<br>> >>>=0D=0A<br>> >>> in weba=
dmin error=0D=0A<br>> >>>=0D=0A<br>> >>&g=
t; VM VM01-Fedora17 is down. Exit message: internal error unsupported=0D=
=0A<br>> >>> configuration: Readonly leases are not sup=
ported=0D=0A<br>> >>>=0D=0A<br>> >>> i=
n VM01-Fedora17.log=0D=0A<br>> >>>=0D=0A<br>> &=
gt;>> red_worker_main: begin=0D=0A<br>> >>> displ=
ay_channel_create: create display channel=0D=0A<br>> >>>=
; cursor_channel_create: create cursor channel=0D=0A<br>> >&g=
t;> Domain id=3D2 is tainted: custom- mon itor=0D=0A<br>> >=
;>> qemu: terminat ing on signal 15 from pid 606=0D=0A<br>> =
>>> 2012-06-06 14:39:15.167+0000: shutt ing down=0D=0A<br>&g=
t; >>> 2012-06-06 14:39:37.381+0000: start ing up=0D=0A<br=
>> >>> LC_ALL=3DC PATH=3D/ usr /local/sbin:/ usr /local=
/bin:/ usr /sbin:/ usr=0D=0A<br>> >>> /bin QEMU _AUDIO_=
DRV =3Dnone / usr /bin/qemu- kvm -S -M pc -0.14 -=0D=0A<br>> &g=
t;>> cpu kvm 64,+ lahf _lm,+ ssse 3,- cx 16 -enable- kvm -m 1024 -=
smp=0D=0A<br>> >>> 1,sockets=3D1,cores=3D1,threads=3D1=
-name VM01-Fedora17 - uuid=0D=0A<br>> >>> e0a70093-5b1=
1-472f-b452-d1ae815028f4 - smbios=0D=0A<br>> >>> type=
=3D1,manufacturer=3DRed Hat,product=3D RHEV Hyperv iso r=0D=0A<br>> =
>>>=0D=0A<br>> ,version=3D17-1,serial=3D49434D53-02=
00-9066-2500-66902500FE53_00:25:90:66:53:fe,=0D=0A<br>>=0D=0A<br>>=
>>>=0D=0A<br>> >>> uuid =3De0a70093-5b11=
-472f-b452-d1ae815028f4 -nodefconfig -=0D=0A<br>> nodefaults=0D=
=0A<br>> >>> - chardev socket,id=3D char mon itor ,path=
=3D/var/lib/ libvirt=0D=0A<br>> >>> /qemu/VM01-Fedora17=
. mon itor,server, nowait - mon chardev =3D char=0D=0A<br>> >=
>> mon itor ,id=3D mon itor,mode=3Dcontrol - rtc=0D=0A<br>> =
base=3D2012-06-06T14:39:37,=0D=0A<br>> >>> driftfix=
=3Dslew -no-shutdown -device piix 3- usb - uhci ,id=3D usb=0D=0A<br>>=
; >>> ,bus=3D pc i.0, addr =3D0x1.0x2 -device virtio -seri=
al- pc i,id=3D=0D=0A<br>> virtio=0D=0A<br>> >>>=
-serial0,bus=3D pc i.0, addr =3D0x4 -drive file=3D/ rhev=0D=0A<br>>=
>>> /data-center/5ac3a99a- afdd -11e1-8957-000c290cc066/d=
2221 cee=0D=0A<br>> >>> -7146-4197- aecf -0 dfad=0D=0A<=
br>> >>>=0D=0A<br>> 32b54ea/images/11111111-1111=
-1111-1111-111111111111/Fedora-17-x86_64-=0D=0A<br>> >>>=
; netinst . iso ,if=3Dnone,media=3D cdrom ,id=3Ddrive- ide 0-1-0, readon=
ly=0D=0A<br>> >>> =3Don,format=3Draw,serial=3D -device=
ide -drive,bus=3D ide=0D=0A<br>> >>> .1,unit=3D0,drive=
=3Ddrive- ide 0-1-0,id=3D ide 0-1-0 -drive file=3D/ rhev=0D=0A<br>> =
>>> /data-center/5ac3a99a- afdd=0D=0A<br>> >>=
;> -11e1-8957-000c290cc066/e5485577-8f51-4213- acd=0D=0A<br>> =
>>>=0D=0A<br>> 8-f38e064cf308/images/9865260a-7480-4cd=
2-8352-9f44ee2d6c37/00ed2438-6768-4c94-8215-8a678d4d0d50,if=3Dnone,id=3D=
drive-=0D=0A<br>>=0D=0A<br>> >>>=0D=0A<br>> =
>>> virtio -disk0,format=3D qcow=0D=0A<br>> >>&g=
t; 2,serial=3D9865260a-7480-4cd2-8352-9f44ee2d6c37,cache=3Dnone, werror=
=0D=0A<br>> >>> =3Dstop, rerror =3Dstop, aio =3Dnative=
-device virtio - blk - pc i, scsi=0D=0A<br>> >>> =3Dof=
f,bus=3D pc i.0, addr =3D0x5,drive=3Ddrive- virtio -disk0,id=3D virtio=
=0D=0A<br>> >>> -disk0, bootindex =3D1 - netdev tap,fd=
=3D25,id=3D hostnet 0, vhost =3Don,=0D=0A<br>> >>> vhos=
t fd=3D26 -device virtio -net- pc i, netdev =3D hostnet=0D=0A<br>> =
>>> 0,id=3Dnet0,mac=3D00:1a:4a:10:00:00,bus=3D pc i.0, addr=
=3D0x3 - chardev=0D=0A<br>> >>> socket,id=3D charchann=
el 0,path=3D/var/lib/ libvirt=0D=0A<br>> >>> /qemu/chan=
nels/VM01-Fedora17.com. redhat . rhev m. vdsm ,server,=0D=0A<br>> =
>>> nowait -device virtserialport,bus=3D virtio -serial0.0,n=
r=3D1,=0D=0A<br>> chardev =3D=0D=0A<br>> >>> cha=
rchannel 0,id=3Dchannel0,name=3Dcom. redhat . rhev m. vdsm -=0D=0A<br>&g=
t; chardev=0D=0A<br>> >>> pty ,id=3D charconsole 0=
-device vi rtc onsole, chardev =3D=0D=0A<br>> charconsole=0D=0A<=
br>> >>> 0,id=3Dconsole0 -device usb -tablet,id=3Dinput=
0 - vnc 0:0,password -k=0D=0A<br>> >>> en-us - vga qxl=
-global qxl - vga . vram _size=3D67108864 -device=0D=0A<br>> &g=
t;>> virtio -balloon- pc i,id=3Dballoon0,bus=3D pc i.0, addr =3D0x=
6=0D=0A<br>> >>> l ibvir: Lock ing error : unsupported=
configuration: Readonly=0D=0A<br>> leases=0D=0A<br>> >=
;>> are not supported=0D=0A<br>> >>> 2012-06-06 1=
4:39:37.412+0000: shutt ing down=0D=0A<br>> >>>=0D=0A<b=
r>> >>>=0D=0A<br>> >>> I tried to use=
this patch on libvirt=0D=0A<br>> >>>=0D=0A<br>> =
>>> http:// www .mail-archive.com/libvir-list@ redhat .com/=
msg 56247.=0D=0A<br>> >>> html=0D=0A<br>> >=
>>=0D=0A<br>> >>> but it didn't help=0D=0A<br>>=
; >>=0D=0A<br>> >> ____________________________=
___________________=0D=0A<br>> >> Engine-devel mailing lis=
t=0D=0A<br>> >> Engine-devel(a)ovirt.org=0D=0A<br>> =
>> <a style=3D"border-bottom:1px dotted; text-decoration: none" t=
arget=3D"_blank" href=3D"http://lists.ovirt.org/mailman/listinfo/engine-=
devel" title=3D"=D0=9E=D1=82=D0=BA=D1=80=D1=8B=D1=82=D1=8C =D0=B2=D0=BD=
=D0=B5=D1=88=D0=BD=D1=8E=D1=8E =D1=81=D1=81=D1=8B=D0=BB=D0=BA=D1=83">htt=
p://lists.ovirt.org/mailman/listinfo/engine-devel</a>=0D=0A<br>> =
>=0D=0A<br>>=0D=0A<br>>=0D=0A<br>>=0D=0A<br>>=0D=0A<br>=
> --=0D=0A<br>>=0D=0A<br>=0D=0A<br>=0D=0A<br><br><font color=3D"#6=
66">----- =D0=9A=D0=BE=D0=BD=D0=B5=D1=86 =D0=BF=D0=B5=D1=80=D0=B5=D1=81=
=D1=8B=D0=BB=D0=B0=D0=B5=D0=BC=D0=BE=D0=B3=D0=BE =D0=BF=D0=B8=D1=81=D1=
=8C=D0=BC=D0=B0 -----</font><br><br>--<br>=0D=0A<br>
--=_e9d61e8d48e903f0efdbb593e871d8b1--
12 years, 5 months
Re: [Engine-devel] Ovirt on Fedora17
by Oved Ourfalli
Hey,
You should really send such question to engine-devel, as someone might have encountered such an issue, so there might be a solution for that.
Can you also attach the vdsm.log file (in the host, under the directory /var/log/vdsm/vdsm.log).
Thank you,
Oved
----- Original Message -----
> From: ovirt(a)qip.ru
> To: "Oved Ourfalli" <ovedo(a)redhat.com>
> Sent: Wednesday, June 6, 2012 5:55:44 PM
> Subject: Re: Re: Ovirt on Fedora17
>
> I use rpms from
>
> http:// jenkins .ovirt.org/job/ovirt_engine_create_ rpms
> /lastSuccessfulBuild/artifact/output/*zip*/output.zip
>
> and another problem that not solved is that VM don't start with
> attached CD
>
> if only I attach CD to VM I got libvirt error ( i use only needed
> pachages from fedora17 repo except ovirt-engine and vdsm )
>
> in webadmin error
>
> VM VM01-Fedora17 is down. Exit message: internal error unsupported
> configuration: Readonly leases are not supported
>
> in VM01-Fedora17.log
>
> red_worker_main: begin
> display_channel_create: create display channel
> cursor_channel_create: create cursor channel
> Domain id=2 is tainted: custom- mon itor
> qemu: terminat ing on signal 15 from pid 606
> 2012-06-06 14:39:15.167+0000: shutt ing down
> 2012-06-06 14:39:37.381+0000: start ing up
> LC_ALL=C PATH=/ usr /local/sbin:/ usr /local/bin:/ usr /sbin:/ usr
> /bin QEMU _AUDIO_ DRV =none / usr /bin/qemu- kvm -S -M pc -0.14 -
> cpu kvm 64,+ lahf _lm,+ ssse 3,- cx 16 -enable- kvm -m 1024 - smp
> 1,sockets=1,cores=1,threads=1 -name VM01-Fedora17 - uuid
> e0a70093-5b11-472f-b452-d1ae815028f4 - smbios
> type=1,manufacturer=Red Hat,product= RHEV Hyperv iso r
> ,version=17-1,serial=49434D53-0200-9066-2500-66902500FE53_00:25:90:66:53:fe,
> uuid =e0a70093-5b11-472f-b452-d1ae815028f4 -nodefconfig - nodefaults
> - chardev socket,id= char mon itor ,path=/var/lib/ libvirt
> /qemu/VM01-Fedora17. mon itor,server, nowait - mon chardev = char
> mon itor ,id= mon itor,mode=control - rtc base=2012-06-06T14:39:37,
> driftfix =slew -no-shutdown -device piix 3- usb - uhci ,id= usb
> ,bus= pc i.0, addr =0x1.0x2 -device virtio -serial- pc i,id= virtio
> -serial0,bus= pc i.0, addr =0x4 -drive file=/ rhev
> /data-center/5ac3a99a- afdd -11e1-8957-000c290cc066/d2221 cee
> -7146-4197- aecf -0 dfad
> 32b54ea/images/11111111-1111-1111-1111-111111111111/Fedora-17-x86_64-
> netinst . iso ,if=none,media= cdrom ,id=drive- ide 0-1-0, readonly
> =on,format=raw,serial= -device ide -drive,bus= ide
> .1,unit=0,drive=drive- ide 0-1-0,id= ide 0-1-0 -drive file=/ rhev
> /data-center/5ac3a99a- afdd
> -11e1-8957-000c290cc066/e5485577-8f51-4213- acd
> 8-f38e064cf308/images/9865260a-7480-4cd2-8352-9f44ee2d6c37/00ed2438-6768-4c94-8215-8a678d4d0d50,if=none,id=drive-
> virtio -disk0,format= qcow
> 2,serial=9865260a-7480-4cd2-8352-9f44ee2d6c37,cache=none, werror
> =stop, rerror =stop, aio =native -device virtio - blk - pc i, scsi
> =off,bus= pc i.0, addr =0x5,drive=drive- virtio -disk0,id= virtio
> -disk0, bootindex =1 - netdev tap,fd=25,id= hostnet 0, vhost =on,
> vhost fd=26 -device virtio -net- pc i, netdev = hostnet
> 0,id=net0,mac=00:1a:4a:10:00:00,bus= pc i.0, addr =0x3 - chardev
> socket,id= charchannel 0,path=/var/lib/ libvirt
> /qemu/channels/VM01-Fedora17.com. redhat . rhev m. vdsm ,server,
> nowait -device virtserialport,bus= virtio -serial0.0,nr=1, chardev =
> charchannel 0,id=channel0,name=com. redhat . rhev m. vdsm - chardev
> pty ,id= charconsole 0 -device vi rtc onsole, chardev = charconsole
> 0,id=console0 -device usb -tablet,id=input0 - vnc 0:0,password -k
> en-us - vga qxl -global qxl - vga . vram _size=67108864 -device
> virtio -balloon- pc i,id=balloon0,bus= pc i.0, addr =0x6
> l ibvir: Lock ing error : unsupported configuration: Readonly leases
> are not supported
> 2012-06-06 14:39:37.412+0000: shutt ing down
>
>
> I tried to use this patch on libvirt
>
> http:// www .mail-archive.com/libvir-list@ redhat .com/ msg 56247.
> html
>
> but it didn't help
12 years, 5 months