[AUTOMATION BLOCKER] vdsm 3.5 build failing on Fedora 20
by Sandro Bonazzola
Hi, vdsm build is currently failing on Fedora 20:
/usr/bin/pep8 --exclude="${exclude}" --filename '*.py,*.py.in' .
./tests/functional/networkTests.py:933:56: E127 continuation line over-indented for visual indent
./tests/functional/networkTests.py:1007:56: E127 continuation line over-indented for visual indent
./tests/functional/networkTests.py:1008:55: E127 continuation line over-indented for visual indent
make[2]: Leaving directory `/builddir/build/BUILD/vdsm-4.16.21'
make[2]: *** [check-local] Error 1
make[1]: Leaving directory `/builddir/build/BUILD/vdsm-4.16.21'
make[1]: *** [check-am] Error 2
make: *** [check-recursive] Error 1
RPM build errors:
error: Bad exit status from /var/tmp/rpm-tmp.wl7CZV (%check)
Bad exit status from /var/tmp/rpm-tmp.wl7CZV (%check)
Child return code was: 1
Please fix ASAP.
--
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
9 years, 4 months
trouble with already existing mac address in database
by Sven Kieske
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
jhernand was so kind to resolve this for me and asked
for a mail to devel, because some people might be interested in it.
so here it is:
situation: you removed a vm somewhat dirty from ovirt by deleting
it in the database, now you want to reuse it's mac address, but ovirt
won't let you do it, because "Mac address is already in use."
At first I thought I had not deleted all entries regarding this
vm, but even when I did a dump of the whole engine db and grepped
for the mac it didn't yield any results, so the mac was not in the
db anymore, yet ovirt complained.
what helped, was a restart of the engine service, because ovirt
seems to cache some values in ram, like macs.
so in case you got trouble like this, just restart the service.
I wonder if it might be worth an RFE, so engine checks from
time to time if values in ram are also in the db and if not
cleans the ram?
thanks again to jhernand for the (somewhat obvious) solution!
site note:
ovirt-engine is a really fast restarting service, pretty cool.
- --
Mit freundlichen Grüßen / Regards
Sven Kieske
Systemadministrator
Mittwald CM Service GmbH & Co. KG
Königsberger Straße 6
32339 Espelkamp
T: +495772 293100
F: +495772 293333
https://www.mittwald.de
Geschäftsführer: Robert Meyer
St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhaus
en
Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad
Oeynhausen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
iQIcBAEBAgAGBQJVlmDNAAoJEMby9TMDAbQR29kQAMyjBZh7RBxMRqoCp5+66rzB
oZIv//v4d/y6cDypbFGJlC4k7N5EMNydZ3odl54pbnuOY806YFvnotyh5TT7xalH
LLAaxz9oAUSod70sqBZX8A45mMioRR/MERyPyozEZn+YJuFYjhsAVjH1y75BQnhN
NBqwpvmmxCMFBhLKpY4NK/oklFKZU8lDW0fuQr4oRGC0ngF0l13+QoC4OwNeYZlo
OhECWP9yTIBpYJzSDTeaZCFHZ9bWG9ggL4ahwBbZ7w1AoB7gWAihV3kwlDIXGkql
kgp/6xjPmqHrpeyB1dBb7bUzfLpuuN0lzUJAKcpvPU9p+n3ghq8zHMyJJOgMj6CX
LpV7rvI5zBPnKbTg3HfFJUlFeb3rrasgJleW8FdDqUiuVpJ8DZr9vzx1HM6voNHW
SQj/ZEKe5NNrHJW16djAhkemeT0/htsGF53xrWNPbeHiGky887ivhxhQ8DQ0B/4w
Dcv/n4qKPJKCIUeQqGfXkkPpyn8hELysKpY1PIhjM/PXwEWWBFk0oGoNHt7enDaG
VGuREioCfCasq4SFgbbw51+B0aQdQ1vYtt0rL8HNhVfl/RTlsZdSV474Dc8Or+Nb
3uxYo1kQrqZtYFCV/UchBzrAsqQLzq288XRFYPpoQAGyiSFSF+iMvwX1VEbiu1GF
+90PfHwAV1ZDdjQ3sGd7
=spTC
-----END PGP SIGNATURE-----
9 years, 4 months
How to create FreeIPA user for ovirt engine (engine-manage-domains)?
by David Jaša
Hi,
Pretty much any documentation around oVirt use of domains uses an
undefined user (engine-manage-domains ... --user=[USER]) and maybe
because of that, virtually all the ovirt tutorials that feature
FreeIPA/IdM use "admin" user of FreeIPA (engine-manage-domains ...
--provider=freeipa --user=admin). This leads to pretty scary situation
of administrator password for your identity management system being
stored for use by another system (ovirt-engine).
So, the right way to do things should be use of a "service user" for
engine that would have just enough privileges in FreeIPA to work
correctly. So my questions are:
1. what are the necessary permissions for such a service user?
2. how to create such an user? Can it be done throught IPA web UI or
does one need to go through the ldif/ldapmodify route?
Best regards,
David
9 years, 4 months