Wednesday, 2022-03-02

opendevreviewVanou Ishii proposed openstack/ironic master: Fix failure of create_vfat_image function  https://review.opendev.org/c/openstack/ironic/+/82657601:15
vanouhi o/01:21
arne_wiebalckGood morning, Ironic!07:24
opendevreviewJacob Anders proposed openstack/sushy master: Re-trying InsertMedia call with TransferProtocolType if required  https://review.opendev.org/c/openstack/sushy/+/83032207:31
jandershey arne_wiebalck o/07:32
rpittaugood morning ironic! o/07:32
jandershey rpittau o/07:32
rpittauhey janders :)07:33
arne_wiebalckhey janders and rpittau o/07:35
rpittauhey arne_wiebalck :)07:35
dtantsurmorning folks07:43
rpittauhey dtantsur :)07:44
arne_wiebalckmorning dtantsur o/07:44
jandersgood morning dtantsur o/07:52
opendevreviewMerged openstack/ironic master: [Trivial] Fix formatting in troubleshooting docs  https://review.opendev.org/c/openstack/ironic/+/83134808:33
opendevreviewMerged openstack/ironic master: Troubleshooting guide: node locked error  https://review.opendev.org/c/openstack/ironic/+/83135108:34
opendevreviewRadosÅ‚aw Piliszek proposed openstack/tenks master: Add Debian support  https://review.opendev.org/c/openstack/tenks/+/83067509:28
opendevreviewRoman Popelka proposed openstack/ironic-tempest-plugin master: Ironic scenario manager cleanup  https://review.opendev.org/c/openstack/ironic-tempest-plugin/+/83116009:30
opendevreviewMerged openstack/sushy master: Follow up to Attempt using Redfish settings resource to get URI  https://review.opendev.org/c/openstack/sushy/+/83135509:30
iurygregorygood morning Ironic09:54
* iurygregory goes and grabs more coffee to stay awake =)09:56
opendevreviewRoman Popelka proposed openstack/ironic-tempest-plugin master: Ironic scenario manager cleanup  https://review.opendev.org/c/openstack/ironic-tempest-plugin/+/83115909:57
opendevreviewRoman Popelka proposed openstack/ironic-tempest-plugin master: Ironic scenario manager cleanup  https://review.opendev.org/c/openstack/ironic-tempest-plugin/+/83116010:03
opendevreviewRoman Popelka proposed openstack/ironic-tempest-plugin master: Ironic scenario manager cleanup  https://review.opendev.org/c/openstack/ironic-tempest-plugin/+/83115810:18
opendevreviewRoman Popelka proposed openstack/ironic-tempest-plugin master: Ironic scenario manager cleanup  https://review.opendev.org/c/openstack/ironic-tempest-plugin/+/83115910:20
opendevreviewRoman Popelka proposed openstack/ironic-tempest-plugin master: Ironic scenario manager cleanup  https://review.opendev.org/c/openstack/ironic-tempest-plugin/+/83116010:20
jandershey iurygregory o/10:32
rpittauwhooo almost burned the lasagna, not good11:04
arne_wiebalckplease don't!11:05
rpittauI blame ansible :)11:06
iurygregoryansible-playbook -vvvv -i inventory/food.py lasagna.yaml11:11
opendevreviewMerged openstack/tenks master: [CI] Stop overriding default python  https://review.opendev.org/c/openstack/tenks/+/83143411:14
zigoHi there! I'm having troubles building Ironic backport for Bullseye (building in Debian Unstable works without any issue). Here's the build log:11:45
zigohttps://paste.opendev.org/show/bgirNHUGSZtfaXwkxDca/11:45
zigoWhat component needs an update?!?11:45
zigoThere's 449 error like this one about sushy ...11:46
zigo(pip freeze output in the paste.o.o)11:46
dtantsurzigo: sushy version mismatch?11:46
zigodtantsur: It has 4.1.0.11:46
dtantsurcan you try importing sushy isolated, just in a python interpreter?11:47
dtantsurmaybe a broken transient dependency?11:47
zigoFor in Unstable, it was sushy 3.12.0, so probably my 4.1.0 version is broken indeed, checking if I can import it.11:47
zigoOh ...11:48
zigohttps://paste.opendev.org/show/bmuy8bwnvoBmonz4wDab/11:48
opendevreviewMerged openstack/tenks master: Add Debian support  https://review.opendev.org/c/openstack/tenks/+/83067511:48
zigo:(11:48
zigoI wonder how this happened.11:48
zigoOh, I know !!!11:49
zigosushy/resources/system/network/ has no __init__.py !!!11:50
zigoSo it's IMO an upstream issue that got to be fixed.11:50
zigodtantsur: ^'11:50
iurygregoryzigo, can you push a patch?11:50
zigoSure, will do.11:50
iurygregorywe will be happy to merge and push a new release11:50
dtantsuroops11:50
dtantsurI suspect it works in newer pythons11:50
iurygregorypython *magic*11:51
zigoThe issue is that setuptools will *not* package the folder at all in Debian is the __init__.py is missing.11:51
zigoIt may work with pip though...11:52
dtantsurinteresting11:52
opendevreviewThomas Goirand proposed openstack/sushy master: Add missing __init__.py  https://review.opendev.org/c/openstack/sushy/+/83151511:52
zigoThat's unless MANIFEST.in has a recursive include thingy...11:53
dtantsurwe have that generated by pbr, I think11:53
zigopbr is stupid regarding this, and it's been since it exists that it's annoying me about it.11:53
zigoMost Debian packages for services have a:11:54
zigorecursive-include ironic *11:54
zigopatch ...11:54
zigoOtherwise, the alembic migration alembic.ini is missing from the package for example.11:54
opendevreviewJacob Anders proposed openstack/sushy master: Re-trying InsertMedia call with TransferProtocolType if required  https://review.opendev.org/c/openstack/sushy/+/83032212:19
zigoNow I'm getting: AttributeError: None does not have the attribute 'IloClient'12:51
zigoWhat lib is that?!?12:51
zigoOh, proliantutils, no ?12:52
zigoI'm using 2.12.0...12:55
zigohttps://paste.opendev.org/show/bryz3BRTDjGa3uWfgNLK/12:56
zigoIronic pretends >= 2.11.0 is ok, is there something wrong?12:56
zigoiurygregory: dtantsur: ^12:56
iurygregoryhuh O.o12:58
zigoiurygregory: Do you know what version of proliantutils the gate is using?13:01
zigo2.13.0 maybe ?13:01
zigoI can upgrade to it if needed ...13:02
rpittauzigo: that looks like a problem with mock, proliantutils version seems correct13:02
zigook13:02
iurygregoryI can check in a few, a lot of meetings atm =(13:02
rpittauzigo: you said debian bullseye ?13:02
zigorpittau: Yeah, my usual backport repository...13:02
zigoIt builds fine in unstable.13:02
zigoSo I'm double-guessing some libs may need an update, but I can't figure out which one.13:03
rpittauok, give me a minute to bring up a vm and I'll have a look13:05
dtantsurpodman run -it debian:bullseye ;)13:06
zigoThen thing that is breaking should be:13:06
zigo        if not mock._is_instance_mock(ilo_client):13:06
zigo            mock.patch.object(ilo_client, 'IloClient', autospec=True).start()13:06
rpittauor yeah, a container :)13:07
zigorpittau: If you want the same setup as me, you can use this repo:13:08
zigodeb http://localhost/debian bullseye-yoga-backports main13:08
zigodeb-src http://localhost/debian bullseye-yoga-backports main13:08
zigodeb http://localhost/debian bullseye-yoga-backports-nochange main13:08
zigodeb-src http://localhost/debian bullseye-yoga-backports-nochange main13:08
zigothe repo key is: http://bullseye-yoga.debian.net/debian/dists/pubkey.gpg13:08
zigothen apt-get build-dep ironic13:08
zigo(without any venv...)13:08
rpittauack13:08
zigoWoops, not localhost, but bullseye-yoga.debian.net sorry.13:08
zigoThanks a lot.13:09
rpittauzigo: running "apt-get build-dep ironic" does not throw any error for me13:24
zigorpittau: Yeah, though you need to run the unit tests of Ironic using what you downloaded...13:58
rpittauzigo: I'm running debuild now13:58
zigorpittau: Using the latest git?13:59
zigohttps://salsa.debian.org/openstack-team/services/ironic13:59
saop@TheJulia Hi14:00
TheJuliaGood morning14:03
saopTheJulia: Hi, HPE Ironic CI is planning to shift testing to a containerised version of ironic using openStack Kolla project, is that okay with upstream?14:03
TheJuliaI don't see any issue with that14:04
TheJuliaiurygregory: FYI ^^14:04
saopTheJulia: Thanks.14:04
iurygregoryack14:06
iurygregoryI also don't see a problem with it =)14:06
saopiurygregory: Thanks for the info14:07
TheJuliaI've become too predictable14:09
iurygregorywhy? .-.14:10
TheJuliaMorning greeting right at 6 AM :)14:11
iurygregorywow14:22
dtantsurheh, morning TheJulia 14:58
opendevreviewRiccardo Pittau proposed openstack/ironic master: Update minimum requirements for ilo drivers  https://review.opendev.org/c/openstack/ironic/+/83154515:04
rpittauzigo ^15:04
rpittauif anyone has a minute please check https://review.opendev.org/c/openstack/ironic-python-agent/+/830264 thanks!15:06
zigo+115:08
iurygregoryrpittau, looking now15:11
rpittauthanks iurygregory 15:12
iurygregorymaybe we need some unit tests? .-.15:12
TheJuliaEh, I'm thinking that might just be okay15:21
TheJuliaThen again, I know of at least one vendor that was shipping ascii only csv files for a while15:22
TheJuliabut le makes sence from a multiarch standpoint15:22
TheJuliaand... yeah15:22
TheJuliaI'm going to workflow it in 5 minutes if there are no objections15:23
iurygregoryyeah15:26
iurygregoryI don't have objections, and it looks pretty straight forward15:26
TheJuliaiurygregory: thanks15:33
rpittauthanks iurygregory and TheJulia :)15:44
opendevreviewMerged openstack/sushy master: Add missing __init__.py  https://review.opendev.org/c/openstack/sushy/+/83151516:03
opendevreviewMerged openstack/sushy master: Re-trying InsertMedia call with TransferProtocolType if required  https://review.opendev.org/c/openstack/sushy/+/83032216:46
opendevreviewMerged openstack/ironic-python-agent master: Use utf-16-le if BOM not present  https://review.opendev.org/c/openstack/ironic-python-agent/+/83026416:55
rpittaugood night! o/17:15
TheJuliaiurygregory: do we have a ptg etherpad yet?17:20
iurygregoryTheJulia, I was about to create it and send an email to collect topics =)17:22
TheJuliaexcellent17:22
arne_wiebalckbye everyone o/18:01
dtantsuro/18:43
admiyo OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: rootfs_linux.go:76: mounting "/run/openvswitch" to rootfs at "/run/openvswitch" caused: mount through procfd: no space left on device: unknown18:56
admiyothe joys of alternate platforms18:56
TheJuliaadmiyo: oh my19:06
admiyoTheJulia, its the toolbox container and I have no idea why it is unhappy, but I suspect hardward19:09
admiyohardware.  Like, df -h is taking an real long time to return, but then there is no real shortage of space anywhere19:10
TheJuliaadmiyo: any errors in dmesg output?19:10
admiyonope19:11
admiyoits an 80 Core system, in two chips, and I wonder if something is just getting overwhelmed19:11
TheJuliathermal throttling on core 0?19:12
admiyoit feels along those lines, yea19:12
admiyoUm...I think I just found a smoking gun19:12
TheJuliaare interrupts being spaced across cores?19:12
admiyoI just ran mount and it has about 1000+ lines of tmpfs on /run/openvswitch type tmpfs (rw,nosuid,nodev,noexec,relatime,size=26301852k,mode=755)19:13
* TheJulia is intruiged19:13
admiyoJust trying to run kolla all in one here19:13
* TheJulia wonders why kolla sets that up19:13
admiyo$  mount | wc -l19:14
admiyo3281319:14
TheJuliaoh... wow19:14
admiyosomething got into a loop....feels like I left the dog unattended with food on the table.19:15
TheJuliaThat feels like https://www.youtube.com/watch?v=t9wmWZbr_wQ19:15
admiyook, umount cleaned that up19:16
admiyorunning destroy and then deploy and lets see what breaks next.  19:17
admiyoYep, same thing...time to go bug someone in the kolla channnel19:18
stevebaker[m]good morning!19:36
TheJuliagood morning stevebaker[m] 19:47
TheJuliaerbarr: is the log publishing url link broken?21:11
erbarryea, I'm setting up the log server21:13
erbarronly have an internal one right now21:14
erbarron https://review.opendev.org/c/openstack/ironic/+/830275 I'm seeing a tempest issue, at first devstack was failing to to install_tempest because it does a "git checkout ..." but that was failing due to tempest checkout having local changes that idk where they come from, zuul I guess. So I changed jobs to delete the tempest folder injected by zuul before starting the job but that leads to plugin being installed and 21:24
erbarruninstalled during stacking so regex to run test is not matched21:24
TheJuliaerbarr: good to know, sounds weird about the clone is blowing up :\21:43
opendevreviewMerged openstack/ironic master: Fix failure of create_vfat_image function  https://review.opendev.org/c/openstack/ironic/+/82657622:59
opendevreviewMerged openstack/ironic master: Update minimum requirements for ilo drivers  https://review.opendev.org/c/openstack/ironic/+/83154523:04
opendevreviewMerged openstack/ironic master: Add idrac-wsman clean steps to not require ramdisk  https://review.opendev.org/c/openstack/ironic/+/82548923:04
opendevreviewMerged openstack/ironic master: Fix prepare ramdisk for 'wait' states  https://review.opendev.org/c/openstack/ironic/+/82331123:04
opendevreviewMerged openstack/ironic master: Fix Redfish RAID for non-immediate controllers  https://review.opendev.org/c/openstack/ironic/+/82331223:24
opendevreviewRuby Loo proposed openstack/ironic master: Minor updates to rbac doc  https://review.opendev.org/c/openstack/ironic/+/83161523:40

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!