opendevreview | Ghanshyam proposed openstack/tempest master: Define a new var tempest-extra-args for run-tempest https://review.opendev.org/c/openstack/tempest/+/807790 | 00:33 |
---|---|---|
os_user | hey guys, my devstack's getting stuck here: https://opendev.org/openstack/devstack/src/branch/master/lib/neutron-legacy#L656 | 02:22 |
os_user | the arping gets 0 responses, and devstack exits with 1 | 02:22 |
os_user | deploying on ubuntu server 20.04 inside virtualbox, plenty of ram | 02:23 |
os_user | 2 nics, 1 in nat used for internet, 1 in host-only adapter (in order for other vms communicate with my devstack) | 02:23 |
os_user | any ideas? | 02:23 |
os_user | local.conf: https://paste.openstack.org/show/808634/ | 02:25 |
*** pojadhav- is now known as pojadhav | 05:28 | |
*** slaweq_ is now known as slaweq | 07:06 | |
*** jpena|off is now known as jpena | 07:38 | |
opendevreview | Radosław Piliszek proposed openstack/devstack master: Drop dep on libmysqlclient-dev https://review.opendev.org/c/openstack/devstack/+/807835 | 07:54 |
frickler | os_user: using devstack with external connectivity isn't tested well, I'd suggest to use some other deployment method for that | 07:55 |
opendevreview | Radosław Piliszek proposed openstack/devstack master: [WIP] Test running on Debian Bullseye https://review.opendev.org/c/openstack/devstack/+/789083 | 08:04 |
opendevreview | Radosław Piliszek proposed openstack/devstack master: [WIP] Test running on Debian Bullseye https://review.opendev.org/c/openstack/devstack/+/789083 | 09:19 |
opendevreview | Jiri Podivin proposed openstack/tempest master: DNM tempest requirements for FIPS https://review.opendev.org/c/openstack/tempest/+/807849 | 09:49 |
*** jpena is now known as jpena|lunch | 11:30 | |
*** pojadhav is now known as pojadhav|brb | 12:06 | |
*** jpena|lunch is now known as jpena | 12:34 | |
*** pojadhav|brb is now known as pojadhav | 12:46 | |
opendevreview | Radosław Piliszek proposed openstack/devstack master: [WIP] Test running on Debian Bullseye https://review.opendev.org/c/openstack/devstack/+/789083 | 15:02 |
*** tosky is now known as Guest6702 | 15:22 | |
*** tosky_ is now known as tosky | 15:22 | |
yoctozepto | kopecmartin and/or gmann to approve this quick cleanup/fix-for-debian-and-ubuntu-future https://review.opendev.org/c/openstack/devstack/+/807835 ? :-) | 15:39 |
gmann | yoctozepto: sure | 16:02 |
redrobot | Hi QA friends! I'm not sure I understand what @decorators.idempotent_id does? https://opendev.org/openstack/tempest/src/branch/master/tempest/lib/decorators.py#L110-L124 | 16:10 |
redrobot | Can someone explain the purpose of it to me? | 16:10 |
redrobot | the docstring is not very helpful | 16:10 |
tosky | redrobot: https://docs.openstack.org/tempest/latest/HACKING.html#test-identification-with-idempotent-id | 16:11 |
os_user | frickler: do you have any suggestions? I really need devstack to be accessible by other vms | 16:11 |
gmann | redrobot: instead of using tests as name, uuid is added for every test for isolation and easy to run the tests. | 16:13 |
gmann | redrobot: that is helpful if we rename the test name and this uuid will be same so user would not be impacted | 16:13 |
redrobot | oh, I see! | 16:13 |
redrobot | thanks tosky and gmann! | 16:14 |
yoctozepto | os_user: what exactly is your use case? | 16:14 |
yoctozepto | (I saw the earlier messages as well) | 16:14 |
gmann | redrobot: other than usage of tests, this metadata will be useful in many other place. to unique identifing the test | 16:16 |
clarkb | does anyone know why pcp's pmlogger occasionally causes job failures? https://zuul.opendev.org/t/openstack/build/0513e28334af4624a524b28e48db227b | 16:29 |
clarkb | it seems this is a performance logging tool that devstack installs. But it seems to be somewhat unreliabel to install? | 16:30 |
clarkb | https://bugzilla.redhat.com/show_bug.cgi?id=1721223 indicatse there were bugs with it in fedora related to how it integrated with systemd | 16:31 |
os_user | yoctozepto: I need a devstack instance to be a CI provider for my zuul instance, so I need devstack to accessible in my virtualbox host-only network, so that zuul can interact with it and ssh into vms devstack create | 16:34 |
clarkb | hrm apparently dstat has been replaced with pcp in devstack. Unfortunate that the tool just doesn't work :/ | 16:36 |
clarkb | note dstat is still present in latest ubuntu it appears. I would suggest that openstack consider just using dstat even though it isn't maintained since it works | 16:39 |
opendevreview | Radosław Piliszek proposed openstack/devstack master: [WIP] Test running on Debian Bullseye https://review.opendev.org/c/openstack/devstack/+/789083 | 16:52 |
*** jpena is now known as jpena|off | 17:09 | |
frickler | clarkb: have you seen pcp fail more than once? I don't object to reverting the switch, but am a bit sceptical doing it just based on a one-off event | 17:13 |
clarkb | frickler: I want to say I saw it a week or two ago too. | 17:13 |
frickler | Ied8c9d29bed4f887c364db7080a0f2a0c02328af would be the patch that changed it | 17:13 |
frickler | maybe propose a revert citing the failure and see if lucas has any counter argument | 17:14 |
clarkb | reading that red hat bug it seems people have struggled with it for a long time. IMO dstat was/is a super simple tool and pcp seems to be the complete opposite and I'm not sure we need the extra overhead | 17:15 |
clarkb | if you use 'message:"pmlogger.service failed because a timeout was exceeded." AND filename:"job-output.txt"' as a logstash query it shows this happens several times a day | 17:18 |
clarkb | on different providers too so isn't something specific to a provider | 17:18 |
clarkb | I'll push up a revert in a bit. Need to get some exercise first | 17:19 |
opendevreview | Chris Wedgwood proposed openstack/tempest master: [DNM] Retry object creation on 409 Conflict https://review.opendev.org/c/openstack/tempest/+/807909 | 17:24 |
opendevreview | Merged openstack/devstack master: Drop dep on libmysqlclient-dev https://review.opendev.org/c/openstack/devstack/+/807835 | 18:48 |
opendevreview | Clark Boylan proposed openstack/devstack master: Revert "Replace dstat with pcp-dstat" https://review.opendev.org/c/openstack/devstack/+/807940 | 19:21 |
clarkb | frickler: ^ there is the revert with some of the details I found. | 19:21 |
opendevreview | Chris Wedgwood proposed openstack/tempest master: [DNM] Retry object creation on 409 Conflict https://review.opendev.org/c/openstack/tempest/+/807909 | 20:31 |
opendevreview | Chris Wedgwood proposed openstack/tempest master: [DNM] Retry object creation on 409 Conflict https://review.opendev.org/c/openstack/tempest/+/807909 | 21:02 |
-opendevstatus- NOTICE: The Gerrit service on review.opendev.org is going offline momentarily for a host migration and zuul upgrade, downtime should be only a few minutes. | 21:06 | |
opendevreview | Chris Wedgwood proposed openstack/tempest master: [DNM] Retry object creation on 409 Conflict https://review.opendev.org/c/openstack/tempest/+/807909 | 22:03 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!