Re: [ovirt-devel] [QE][ACTION NEEDED] oVirt 3.5.2 RC status - postponing
by Oved Ourfali
On Feb 24, 2015 4:54 PM, Sandro Bonazzola <sbonazzo(a)redhat.com> wrote:
>
> Hi,
> We still have one open blocker for 3.5.2[1]:
>
> Bug ID Whiteboard Status Summary
> 1161012 infra POST task cleaning utility should erase commands that have running tasks
>
Yair and Simone, what's blocking this one from getting merged?
> We need to postpone the RC until this will be fixed.
> The patch is already under review and verification so it shouldn't take too much.
>
>
> There are still 48 bugs [2] targeted to 3.5.2.
> Excluding node and documentation bugs we still have 42 bugs [3] targeted to 3.5.2.
>
> Whiteboard NEW ASSIGNED POST Total
> doc 1 0 0 1
> docs 1 0 0 1
> gluster 4 0 1 5
> infra 4 2 8 14
> integration 0 0 1 1
> network 1 1 0 2
> node 4 0 1 5
> ppc 0 0 1 1
> sla 4 0 0 4
> storage 11 0 0 11
> ux 1 0 0 1
> virt 1 0 1 2
> Total 32 3 13 48
>
>
> Maintainers / Assignee:
> - Please add the bugs to the tracker if you think that 3.5.2 should not be released without them fixed.
> - Please update the target to 3.5.3 or later for bugs that won't be in 3.5.2:
> it will ease gathering the blocking bugs for next releases.
> - Please fill release notes, the page has been created and updated here [4]
>
> Community:
> - If you're testing oVirt 3.5 nightly snapshot, please add yourself to the test page [5]
>
> [1] http://bugzilla.redhat.com/1186161
> [2] http://goo.gl/crVJPH
> [3] http://goo.gl/2qTZZU
> [4] http://www.ovirt.org/OVirt_3.5.2_Release_Notes
> [5] http://www.ovirt.org/Testing/oVirt_3.5.2_Testing
>
> --
> Sandro Bonazzola
> Better technology. Faster innovation. Powered by community collaboration.
> See how it works at redhat.com
> _______________________________________________
> Devel mailing list
> Devel(a)ovirt.org
> http://lists.ovirt.org/mailman/listinfo/devel
9 years, 9 months
[VDSM] about improved libvirt-python bindings
by Francesco Romani
Hi,
during my sampling overhaul effort I faced various times a mismatch between
what the libvirt-python API offers for bulk stats and what VDSM needs.
The return value of bulk stats is a something like
[(dom1, {dict_of_bulk_stats1}), {dom2, {dict_of_bulk_stats2}), ...]
While VDSM almost all the times really wants to use
{ dom_uuid_1: dict_of_bulk_stats_1, dom_uuid_2: dict_of_bulk_stats_2 }
translation is trivial to be coded, but bulk stats retrieval is quite
always in the hot path. Moreover, this is just wasteful.
But in general, there will always be a not-perfect match from libvirt-python
and VDSM needs. This is expected: libvirt-python needs to be more generic.
So, I coded a Proof of Concept extension module which *complements*
and not *replaces* the libvirt-python API.
https://github.com/mojaves/libvirt-python-ovirt
It monkeys-patch some APIs and replace them with VDSM-crafted ones.
If we have enough of monkey patching, it is even easier to just add new APIs
instead of replacing them.
It was a nice and fun hack, but now, the question is: is that a concept worth
developing further? Do we want to use and depend on this module?
I believe that with such a buffer we can gain some agility with respect
to libvirt plans and needs, and the maintainership cost _seems_ fairly low.
Thoughts welcome.
--
Francesco Romani
RedHat Engineering Virtualization R & D
Phone: 8261328
IRC: fromani
9 years, 9 months
[ACTION REQUIRED] oVirt 3.5.2 branch created
by Sandro Bonazzola
Hi,
oVirt 3.5.2 branch has been created on hash:
* 405c933 - userportal, webadmin: allow SSO robots to fill in the login form (34 minutes ago) <Greg Sheremeta>
All patches targeted to 3.5.2 will need to be cherry-picked on the 3.5.2 branch too.
Thanks
--
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
9 years, 9 months
Gerrit restart
by David Caro
--gKMricLos+KVdGMg
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Hi!
After this morning upgrade, gerrit http access has stopped working, I'm try=
ing
to solve it but in the meantime I might have to restart gerrit a couple of
times, you can still use git or ssh to clone repos.
I'll update when finished.
--=20
David Caro
Red Hat S.L.
Continuous Integration Engineer - EMEA ENG Virtualization R&D
Tel.: +420 532 294 605
Email: dcaro(a)redhat.com
Web: www.redhat.com
RHT Global #: 82-62605
--gKMricLos+KVdGMg
Content-Type: application/pgp-signature
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAEBAgAGBQJU6wF8AAoJEEBxx+HSYmnD2BQH/i7jzk/2SIyVj1YBnPieopvv
/OGI4+Tn9x1iu4eRfmJgkVrZ9vZsX+3lr7Gb3k9TbxofSc+7ssLQmmd0ktKVRWk0
XyzbyGpE98LGpoHkZt+eCaW9evNywzAYLlttGIo3k1+ISNWswoe94whxX3jfXqsT
9eIJ9shVDebsPGj9dzu+nBqXiMaHlu7Pd8dY6Iv/iHVd+YKMbIYAItZC7C99nLVc
eeoBKZWVY8dSznvM/S35EKJezUMJV3r3g4vFcjbiYTToR9QW0aLqoI/40L9UR2u9
nJBhqP3DkjKT+6zw2XnoDxKGtRogHWmH2XHeVHE3wN9CNKOsU04F0Vf+/aYwPAM=
=ZLK0
-----END PGP SIGNATURE-----
--gKMricLos+KVdGMg--
9 years, 9 months
gerrit -- why a self-signed certificate?
by Greg Sheremeta
Any reason we are using a self-signed certificate now? I think a proper
certificate would be better for a public project.
Thanks,
Greg
Greg Sheremeta
Red Hat, Inc.
Sr. Software Engineer, RHEV
Cell: 919-807-1086
gshereme(a)redhat.com
9 years, 9 months
oVirt Node Weekly Meeting -- 2015-02-23
by Fabian Deutsch
Minutes: http://ovirt.org/meetings/ovirt/2015/ovirt.2015-02-23-15.01.html
Minutes (text): http://ovirt.org/meetings/ovirt/2015/ovirt.2015-02-23-15.01.txt
Log: http://ovirt.org/meetings/ovirt/2015/ovirt.2015-02-23-15.01.log.html
=================================
#ovirt: oVirt Node Weekly Meeting
=================================
Meeting started by fabiand at 15:01:21 UTC. The full logs are available
at http://ovirt.org/meetings/ovirt/2015/ovirt.2015-02-23-15.01.log.html
.
Meeting summary
---------------
* Agenda (fabiand, 15:01:49)
* oVirt 3.5 (fabiand, 15:01:54)
* oVirt 3.6 planning (fabiand, 15:01:59)
* Other Items (fabiand, 15:02:03)
* oVirt 3.5 (fabiand, 15:02:30)
* Some automation hickups after a gerrit update (fabiand, 15:07:24)
* It is beeing worked on bringing back the missing packages (fabiand,
15:07:46)
* Some small 3.5 updates are planned (fabiand, 15:09:59)
* Builds are left to jenkins (fabiand, 15:10:06)
* oVirt 3.6 Planning (fabiand, 15:10:18)
* LINK:
http://resources.ovirt.org/meetings/ovirt/2015/ovirt.2015-02-16-15.00.txt
(fabiand, 15:10:28)
* tlitovsk created the cockpit feature page (fabiand, 15:10:39)
* ACTION: fabiand to open the feature page for anaconda based
installation (fabiand, 15:14:24)
* Other Items (fabiand, 15:17:00)
* tlitovsk to look at integrating csmock (fabiand, 15:23:14)
Meeting ended at 15:24:27 UTC.
Action Items
------------
* fabiand to open the feature page for anaconda based installation
Action Items, by person
-----------------------
* fabiand
* fabiand to open the feature page for anaconda based installation
* **UNASSIGNED**
* (none)
People Present (lines said)
---------------------------
* fabiand (65)
* tlitovsk (19)
* dougsland (5)
* rbarry (2)
* sbonazzo (2)
* ovirtbot (2)
Generated by `MeetBot`_ 0.1.4
.. _`MeetBot`: http://wiki.debian.org/MeetBot
9 years, 9 months
Re: [ovirt-devel] Gerrit restart
by Oved Ourfali
Works for me.
Oved
On Feb 23, 2015 12:54 PM, David Caro <dcaroest(a)redhat.com> wrote:
>
>
> I've done a few tests now and everything seems to work as expected, can anyone
> confirm that it's working for him?
>
> If noone replies, I'll consider it solved
>
> cheers
>
> On 02/23, David Caro wrote:
> >
> > Hi!
> >
> > After this morning upgrade, gerrit http access has stopped working, I'm trying
> > to solve it but in the meantime I might have to restart gerrit a couple of
> > times, you can still use git or ssh to clone repos.
> >
> >
> > I'll update when finished.
> >
> >
> >
> >
> > --
> > David Caro
> >
> > Red Hat S.L.
> > Continuous Integration Engineer - EMEA ENG Virtualization R&D
> >
> > Tel.: +420 532 294 605
> > Email: dcaro(a)redhat.com
> > Web: www.redhat.com
> > RHT Global #: 82-62605
>
>
>
> --
> David Caro
>
> Red Hat S.L.
> Continuous Integration Engineer - EMEA ENG Virtualization R&D
>
> Tel.: +420 532 294 605
> Email: dcaro(a)redhat.com
> Web: www.redhat.com
> RHT Global #: 82-62605
9 years, 9 months
WARNING: trying to localize null, probable error. Exception is not thrown, returning 'N/A'
by Greg Sheremeta
This warning message of $subject is spamming Firebug / Dev tools consoles on latest master.
VM tab > Display column is at least one source of it.
EnumTranslator is getting nulls passed to translate(). I'm not sure why it's logging about it
all of a sudden.
Anyone recognize this?
Greg Sheremeta
Red Hat, Inc.
Sr. Software Engineer, RHEV
Cell: 919-807-1086
gshereme(a)redhat.com
9 years, 9 months
Fwd: Gerrit update
by David Caro
--7ArrI7P/b+va1vZ8
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
I sent it only to infra :/
----- Forwarded message from David Caro <dcaroest(a)redhat.com> -----
> From: David Caro <dcaroest(a)redhat.com>
> To: Infra <infra(a)ovirt.org>
> Date: Mon, 23 Feb 2015 07:30:27 +0100
> Subject: Gerrit update
> User-Agent: Mutt/1.5.22.1 (2013-10-16)
>=20
>=20
> Hi everyone!
>=20
> As of right now, gerrit is being updated to 2.10 [1] I will notice when i=
t's
> ready, in the meantime you (or jenkins) will not be able to use it.
>=20
>=20
>=20
> Cheers!
>=20
>=20
> --=20
> David Caro
>=20
> Red Hat S.L.
> Continuous Integration Engineer - EMEA ENG Virtualization R&D
>=20
> Tel.: +420 532 294 605
> Email: dcaro(a)redhat.com
> Web: www.redhat.com
> RHT Global #: 82-62605
> _______________________________________________
> Infra mailing list
> Infra(a)ovirt.org
> http://lists.ovirt.org/mailman/listinfo/infra
----- End forwarded message -----
--=20
David Caro
Red Hat S.L.
Continuous Integration Engineer - EMEA ENG Virtualization R&D
Tel.: +420 532 294 605
Email: dcaro(a)redhat.com
Web: www.redhat.com
RHT Global #: 82-62605
--7ArrI7P/b+va1vZ8
Content-Type: application/pgp-signature
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAEBAgAGBQJU6snVAAoJEEBxx+HSYmnDkkUH/0yPKq+t6DrCFYOPlQu6cItR
Nb+GatnwHxVsWY+oM0yw9aTdh6PpJ0h7P2gIvkHLt3FpjHAjWrWJCOCp/JEoJ4tK
I3vcR/qFeWsQvDloS5WMpVQzpw0lqzZw0wWq2cAJ+CUqh0uc2mMWMNNDFWsRbAim
YAWs5EnCC+lZl3i6KrQHM2/sHOtUzpzvC3Axz2EBStNFvhoMXlsh172R6JpV8m5M
CvS2TvPJyuIKcoGu+6IR4w08H6y/GgtwjxepuwaqjquVJXr/TE6JwBfXiIPb13gW
GP2hrPHOK1FzxiK4Kcqk6Q06ktcFVcLueVfNvG4hut2eUo/QlTmpXpmpDg9g9us=
=qeZh
-----END PGP SIGNATURE-----
--7ArrI7P/b+va1vZ8--
9 years, 9 months
Current status of numa integration?
by Sven Kieske
Hi,
what is the exact current state of numa integration in currently
released ovirt versions (3.5.1)? and what are the plans for 3.5.z
and 3.6?
the wiki page is fairly outdated and could need an update:
http://www.ovirt.org/Features/NUMA_and_Virtual_NUMA
Thanks in advance
--
Mit freundlichen Grüßen / Regards
Sven Kieske
Systemadministrator
Mittwald CM Service GmbH & Co. KG
Königsberger Straße 6
32339 Espelkamp
T: +49-5772-293-100
F: +49-5772-293-333
https://www.mittwald.de
Geschäftsführer: Robert Meyer
St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
9 years, 9 months