OST images moved to CentOS 8.3
by Marcin Sobczyk
Hi,
the prebuilt OST images have been migrated to CentOS 8.3.
If you find any issues with the new images, please let me know.
There is a known issue of 'test_098_ovirt_provider_ovn' failing, but
it's not related
to CentOS 8.3 and should be fixed as soon as we get a new engine build.
We also have a new layer of 'ost-images-el8-he-installed' that contains
'ovirt-hosted-engine-appliance'
installed and is beneficial to HE suites.
Finally, somehow related to yesterday's announcement, fyi we already
have nightly-built
OST images based on CentOS Stream since quite some time. For those of
you interested
in trying them out it should be as simple as:
dnf install ost-images-el8stream-engine-installed
ost-images-el8stream-host-installed
export OST_IMAGES_DISTRO=el8stream
./run_suite.sh basic-suite-master
Regards, Marcin
4 years
ovirt-system-tests: engine fqdn, dns domain name, etc
by Yedidyah Bar David
Hi all,
Current [1] is broken - it misses the domain name.
After spending several hours on this last few days, I decided to give
up for now and just fix by appending hard-coded 'lago.local'. I am
testing locally, and if it passes, I'll push to gerrit.
Going forward, I'd like to have as few as possible guesses and
hard-coded strings that must match:
- Engine fqdn should be hard-coded, arbitrary (but not "engine", as
explained), ideally in a single place, propagated from there as needed
- storage server (used in HE suites) should also be hard-coded and not
guessed from the engine machine name like now
- Same for domain name ("lago.local")
- Since it's hard to read lago init file and parse it to get stuff
from it without actually using lago (and even when using it, e.g. I
failed to get dns domain name), we should decide on these things
before starting lago and inject them into the lagoinitfile (like we do
with other stuff via env).
- Also, and to better (IMO) match what I think should happen in
reality (for real setups), it should all be done on DNS level (dnsmasq
of libvirt, controlled by lago, AFAIU), and we should stop playing
with /etc/hosts.
If there is agreement, I might decide to work on this. Or we can at
least open a bug/ticket somewhere :-).
For some of my thoughts/attempts along the way, you might want to see
[2][3][4]. All are WIP, none work, probably none even is worth the
time of a real review.
Thoughts/opinions/ideas are most welcome!
Thanks and best regards,
[1] https://gerrit.ovirt.org/c/ovirt-system-tests/+/112488
[2] https://github.com/didib/ovirt-system-tests/tree/ostengine
[3] https://github.com/didib/ovirt-system-tests/tree/fqdn-from-env
[4] https://github.com/didib/ovirt-system-tests/tree/engine-fqdn-env
--
Didi
4 years
planned Jenkins restart
by Evgheni Dereveanchin
Hi everyone,
I'll be performing a planned Jenkins restart within the next hour.
No new CI jobs will be scheduled during this maintenance period.
I will inform you once it is back online.
--
Regards,
Evgheni Dereveanchin
4 years
Storage OST Failure
by Steven Rosenberg
Dear Personnel,
It seems that the OST is failing due to a storage issue [1]. The failure is
on the test_verify_and_remove_cloned_vm test which is not changed on the
patch [2] .
The engine log prints the error:
2020-12-01 13:07:48,297+01 ERROR
[org.ovirt.engine.core.bll.storage.domain.AttachStorageDomainToPoolCommand]
(default task-1) []
An error occurred while fetching unregistered disks from Storage
Domain id '26d55c27-bf61-4f01-b5a3-d9a6a01c3e8a'2020-12-01
13:07:48,298+01 DEBUG
[org.ovirt.engine.core.bll.storage.domain.AttachStorageDomainToPoolCommand]
(default task-1) [] Skipping format update for domain
'26d55c27-bf61-4f01-b5a3-d9a6a01c3e8a' (type 'ImportExport')
and returns the following error:
2020-12-01 13:17:46,784+01 ERROR
[org.ovirt.engine.api.restapi.resource.AbstractBackendResource]
(default task-2) [] Operation Failed:
[Cannot remove VM. The VM is performing an operation on a Snapshot.
Please wait for the operation to finish, and try again.]
Maybe there is a recent change causing a regression here?
[1]
https://jenkins.ovirt.org/job/ovirt-system-tests_standard-check-patch/14137/
[2]
https://github.com/oVirt/ovirt-system-tests/blob/master/basic-suite-maste...
With Best Regards.
Steven.
4 years