Proposing Marcin Sobczyk as VDSM infra maintainer
by Martin Perina
Hi,
Marcin has joined infra team more than a year ago and during this time he
contributed a lot to VDSM packaging, improved automation and ported all
infra team parts of VDSM (jsonrpc, ssl, vdms-client, hooks infra, ...) to
Python 3. He is a very nice person to talk, is usually very responsive and
takes care a lot about code quality.
So I'd like to propose Marcin as VDSM infra maintainer.
Please share your thoughts.
Thanks,
Martin
--
Martin Perina
Manager, Software Engineering
Red Hat Czech s.r.o.
5 years
VDSM TestCommunicate.test_send_receive() failed
by Eyal Shenitzky
Hi,
I see this failure in the VDSM check-patch [1] -
11:25:34 =================================== FAILURES
===================================
11:25:34 ______________________ TestCommunicate.test_send_receive
_______________________
11:25:34
11:25:34 self = <storage.mailbox_test.TestCommunicate instance at
0x7fbf6498e680>
11:25:34 mboxfiles =
MboxFiles(inbox='/var/tmp/vdsm/test_send_receive0/inbox',
outbox='/var/tmp/vdsm/test_send_receive0/outbox')
11:25:34
11:25:34 def test_send_receive(self, mboxfiles):
11:25:34 msg_processed = threading.Event()
11:25:34 expired = False
11:25:34 received_messages = []
11:25:34
11:25:34 def spm_callback(msg_id, data):
11:25:34 received_messages.append((msg_id, data))
11:25:34 msg_processed.set()
11:25:34
11:25:34 with make_hsm_mailbox(mboxfiles, 7) as hsm_mb:
11:25:34 with make_spm_mailbox(mboxfiles) as spm_mm:
11:25:34 spm_mm.registerMessageType(b"xtnd", spm_callback)
11:25:34 VOL_DATA = dict(
11:25:34 poolID=SPUUID,
11:25:34 domainID='8adbc85e-e554-4ae0-b318-8a5465fe5fe1',
11:25:34 volumeID='d772f1c6-3ebb-43c3-a42e-73fcd8255a5f')
11:25:34 REQUESTED_SIZE = 100
11:25:34
11:25:34 hsm_mb.sendExtendMsg(VOL_DATA, REQUESTED_SIZE)
11:25:34
11:25:34 if not msg_processed.wait(10 * MONITOR_INTERVAL):
11:25:34 expired = True
11:25:34
11:25:34 > assert not expired, 'message was not processed on time'
11:25:34 E AssertionError: message was not processed on time
11:25:34 E assert not True
11:25:34
11:25:34 storage/mailbox_test.py:180: AssertionError
Is this issue known to anyone?
[1] -
https://jenkins.ovirt.org/job/vdsm_standard-check-patch/14093/consoleFull
Thanks
--
Regards,
Eyal Shenitzky
5 years
dropping Fedora 29 support
by Michal Skrivanek
Hi,
any reason to keep Fedora 29 around anymore? It’s going EOL in 3 weeks. We usually need newer stuff anyway, and it would also save CI resources since we already added el8 and f30 everywhere
Thanks,
michal
5 years
oVirt 4.4 / master CI readiness
by Sandro Bonazzola
Hi,
I need an update on current status for oVirt 4.4 / CI readiness.
Where do we stand with OST?
How long will it take to get it up and running with el8 hosts and el7
engine?
Thanks,
--
Sandro Bonazzola
MANAGER, SOFTWARE ENGINEERING, EMEA R&D RHV
Red Hat EMEA <https://www.redhat.com/>
sbonazzo(a)redhat.com
<https://www.redhat.com/>*Red Hat respects your work life balance.
Therefore there is no need to answer this email out of your office hours.*
5 years
Building vdsm repo fails in CI
by Vojtech Juranek
Hi,
when I try to build vdsm repo in Jenkins, it fails with
ERROR: Command failed:
16:22:41 # /usr/bin/yum --installroot /var/lib/mock/epel-8-
ppc64le-873106fe041e712f3fe68fbbfa530ba7-bootstrap-5067/root/ --releasever 8
install dnf dnf-plugins-core distribution-gpg-keys --setopt=tsflags=nocontexts
16:22:41 Failed to set locale, defaulting to C
16:22:41 Error: Package: python3-dnf-4.0.9.2-5.el8.noarch (centos-base-el8)
16:22:41 Requires: python3-libdnf >= 0.22.5-3
see e.g. [1].
Could someone take a look? It blocks any OST testing.
Thanks
Vojta
[1] https://jenkins.ovirt.org/job/vdsm_standard-check-patch/13877/consoleFull
5 years