Wednesday, 2021-03-03

openstackgerritJulia Kreger proposed openstack/ironic stable/victoria: Always retry locking when performing task handoff  https://review.opendev.org/c/openstack/ironic/+/77824100:13
TheJuliaeandersson: so can you look at your api logs to see if the heartbeat is coming in multiple times and getting delayed at all?00:16
*** tosky has quit IRC00:17
TheJuliaeandersson: looks like we had 752716 in stable/victoria when the branch was cut which is kind of mixed in with everything, and is kind of the bug that allows requests to stack in the first place, which I think we would end up logging in the conductor, just don't use grep to look for it :)00:17
stevebakerTheJulia: will do00:23
openstackgerritJulia Kreger proposed openstack/ironic master: WIP wait if the agent is busy  https://review.opendev.org/c/openstack/ironic/+/77834500:34
TheJuliaeandersson: ^^  might be too.. direct00:34
TheJuliabut as demonstrated by the couple different backports to victoria of things all kind of centered around the same area/place/interaction, it kind of ends up being quite a puzzle.00:35
* TheJulia goes and gets the mail, exercises, and calls it a day00:36
eanderssonTheJulia I see that it drops the exclusive lock just before things go wrong00:53
*** rloo has quit IRC00:53
eanderssonhttps://github.com/openstack/ironic/blob/master/ironic/conductor/utils.py#L88300:54
TheJuliahmm00:59
TheJuliainteresting00:59
TheJuliaso basically a race01:00
TheJuliaone thread is wrapping up the other is incoming01:00
eanderssonYea looks like that at least01:02
eanderssonGonna set some breakpoints and see what is up :D01:02
eanderssonbut I bet that will break the race condition01:02
*** gyee has quit IRC01:17
TheJulialikely, but i guess my fix is more in lines with what should be done. We can still be doing a thing, we can still be heartbeated into the logic to try and proceed since heartbeating is detached from the api service01:22
TheJuliawell, by fix I  mean the last wip I posted01:23
stevebakerTheJulia: I think diskimage-builder is not installing efibootmgr ever! tralalaaaaAAAHH01:46
TheJuliaWoot01:47
*** uzumaki has quit IRC01:52
*** rcernin has quit IRC02:00
eanderssonI'll keep testing your patches tomorrow. I rolled back because I didn't have an easy way to get them out of the long timeout when it failed.02:13
*** mkrai has joined #openstack-ironic02:14
*** dtantsur has quit IRC02:25
*** dtantsur has joined #openstack-ironic02:29
*** rcernin has joined #openstack-ironic02:29
*** rcernin has quit IRC02:29
*** naved001 has quit IRC02:29
*** rcernin has joined #openstack-ironic02:30
*** naved001 has joined #openstack-ironic02:33
*** Xuchu_ has joined #openstack-ironic02:43
*** rcernin has quit IRC02:44
*** Xuchu has quit IRC02:46
*** jamesdenton has quit IRC02:58
*** jamesdenton has joined #openstack-ironic02:58
*** dtantsur has quit IRC03:14
*** dtantsur has joined #openstack-ironic03:15
*** rcernin has joined #openstack-ironic03:16
*** uzumaki has joined #openstack-ironic03:53
*** paras333 has joined #openstack-ironic04:00
*** k_mouza has joined #openstack-ironic04:00
*** k_mouza has quit IRC04:05
*** zzzeek has quit IRC04:17
*** zzzeek has joined #openstack-ironic04:17
*** zzzeek has quit IRC04:22
*** zzzeek has joined #openstack-ironic04:23
*** mkrai has quit IRC04:30
*** mkrai_ has joined #openstack-ironic04:30
*** tzumainn has quit IRC05:08
*** zzzeek has quit IRC06:06
*** Xuchu_ has quit IRC06:22
*** Xuchu has joined #openstack-ironic06:22
*** anuradha1904 has joined #openstack-ironic06:23
*** jamesdenton has quit IRC06:27
*** jamesdenton has joined #openstack-ironic06:27
*** zzzeek has joined #openstack-ironic06:41
*** bnemec has quit IRC06:41
*** moshiur has joined #openstack-ironic06:48
*** bnemec has joined #openstack-ironic06:49
*** paras333 has joined #openstack-ironic06:53
openstackgerritOpenStack Proposal Bot proposed openstack/ironic-ui master: Imported Translations from Zanata  https://review.opendev.org/c/openstack/ironic-ui/+/77836806:53
*** mkrai_ has quit IRC06:55
*** paras333 has quit IRC06:57
openstackgerritMerged openstack/ironic-python-agent master: Remove default parameter from execute  https://review.opendev.org/c/openstack/ironic-python-agent/+/77820107:14
*** paras333 has joined #openstack-ironic07:16
*** paras333 has quit IRC07:20
*** rcernin has quit IRC07:44
arne_wiebalckGood morning, ironic!07:47
*** rpittau|afk is now known as rpittau07:52
rpittaugood morning ironic! o/07:52
jandersgood morning rpittau o/08:11
*** ociuhandu has joined #openstack-ironic08:13
openstackgerritMerged openstack/ironic-ui master: Imported Translations from Zanata  https://review.opendev.org/c/openstack/ironic-ui/+/77836808:14
*** iurygregory_ has joined #openstack-ironic08:17
*** iurygregory has quit IRC08:18
*** ccstone has quit IRC08:22
*** ccstone has joined #openstack-ironic08:22
*** ociuhandu has quit IRC08:30
rpittauhey janders :)08:31
*** tosky has joined #openstack-ironic08:34
*** ociuhandu has joined #openstack-ironic08:35
*** mkrai has joined #openstack-ironic08:41
*** paras333_ has joined #openstack-ironic08:58
*** dougsz has joined #openstack-ironic08:59
*** paras333_ has quit IRC09:02
*** mkrai has quit IRC09:04
*** mkrai has joined #openstack-ironic09:04
*** lucasagomes has joined #openstack-ironic09:12
*** derekh has joined #openstack-ironic09:25
*** ociuhandu has quit IRC09:39
*** Xuchu has quit IRC09:43
*** frigo has joined #openstack-ironic09:44
frigogood morning Ironic! i have a question on bifrost... I tried the master branch and it had all the cool features for UEFI support.. now I moved to the victoria branch for "stability" but.. it seems buggy and lacking a lot of features. I think my wish is to run bifrost master branch, with ironic from the victoria branch if that makes sense..09:49
frigoWondering if anyone here uses bifrost (or any other standalone distribution of ironic)09:49
rpittaufrigo: you can try using the bifrost-cli command, there's an option to specify the branch to use, although I think it needs to match the bifrost release. If you saw bugs in bifrost you can report them in storyboard or directly here, maybe they're fixed in master and can be backproted to victoria09:59
frigoI see I could give a -e git_branch=stable/victoria maybe... but yes if we need to align bifrost with the rest that won't fly. I opened https://storyboard.openstack.org/#!/story/2008676, but basically I was mounting UEFI-compatible ISO and this seems to be supported only in theĀ  bifrost master branch10:04
*** ociuhandu has joined #openstack-ironic10:04
*** sshnaidm|afk is now known as sshnaidm10:06
rpittaufrigo: that refers to rhel8.2 which I don't think it's supported, we're currently supporting centos stream which should be rhel >= 8.3 https://docs.openstack.org/bifrost/victoria/install/index.html10:12
*** ociuhandu has quit IRC10:28
*** k_mouza has joined #openstack-ironic10:36
*** ociuhandu has joined #openstack-ironic10:37
rpittauthis should fix the build of ipa ramdisk in ussuri https://review.opendev.org/c/openstack/ironic-python-agent/+/77815310:43
rpittauif anyone has a minute to check it10:43
rpittauone issue we have is that since we're building iso the ironic-python-agent-check-image-tinyipa-ussuri job will fail at that point10:44
openstackgerritDhuldev Valekar proposed openstack/ironic master: DRAC: Added redfish management clean steps  https://review.opendev.org/c/openstack/ironic/+/72159310:45
rpittauthe fix was recently added to ipa-builder so unless we can modify version 2.2.0 and release a 2.2.1, that job will be broken10:46
rpittauor we can limit building the iso from victoria onwards10:46
*** mkrai has quit IRC10:47
frigorpittau ticket updated :)10:49
rpittaufrigo: can you please try with centos stream ?10:51
frigoargh, I thought I taken the latest centos, now I need to go and learn what's a centos stream10:51
rpittaufrigo: just because we test with centos stream in victoria and it looks fine: https://review.opendev.org/c/openstack/bifrost/+/77292610:52
frigook ok, hold my beer10:52
rpittauI can actually rebase that to see10:52
openstackgerritRiccardo Pittau proposed openstack/bifrost stable/victoria: [DNM] test CI victoria  https://review.opendev.org/c/openstack/bifrost/+/77292610:53
frigoI think it used to work before the cryptography packaged started depending on rust, and everyone bumping the pip package version a few weeks ago. Just an hypothesis, going to try with the CentOS Stream version...10:57
rpittaufrigo: it could be, I'm not entirely excluding it's broken10:57
rpittaummm although I'm seeing alembic 1.4.2 installed with pip 19.1.1, I guess I can trigger a local installation and see how that goes11:01
frigoI'm doing just that, will report how it goes11:03
frigoso same error with the latest Centos Stream, but I did not run a yum update before, so I'm doing a last try with updated packages11:10
*** paras333 has joined #openstack-ironic11:15
iurygregory_good morning Ironic11:19
*** iurygregory_ is now known as iurygregory11:19
*** paras333 has quit IRC11:19
iurygregoryrpittau, fix for ipa-ussuri approved11:23
iurygregoryrpittau, not 100% sure if we can release 2.2.1 (I think we can only do releases moving forward and we have 2.4.0 already...)11:25
iurygregorysince ipa-builder is branchless11:25
rpittaufrigo: I'm seeing the same error locally, let's see what the CI says11:36
rpittauiurygregory: yeah, not sure if we can do that11:36
*** ociuhandu has quit IRC11:41
iurygregoryyep =(11:41
frigorpittau ok. Anyway, bifrost victoria branch does not have all the features I want, so I'm going to stick to keep the master branch for now, until the next stable version is released... I just wish for bifrost to also "be branchless", so I could just use the master branch of bifrost with a stable version of ironic11:44
rpittaufrigo: that's going to be hard as bifrost is usually tied to the features in ironic11:47
*** frigo19 has joined #openstack-ironic11:48
*** frigo19 has quit IRC11:49
*** frigo51 has joined #openstack-ironic11:49
*** frigo has quit IRC11:50
*** frigo51 is now known as frigo11:50
openstackgerritMerged openstack/ironic stable/victoria: Handle agent still doing the prior command  https://review.opendev.org/c/openstack/ironic/+/77823711:56
*** ociuhandu has joined #openstack-ironic12:12
*** ociuhandu has quit IRC12:17
janderssee you tomorrow Ironic o/12:34
rpittaubye janders :)12:34
*** ociuhandu has joined #openstack-ironic12:37
rpittaufrigo: CI seems ok and that's because we pin specific versions of the components setting a WORKSPACE dir, that option set some variables that will bypass the issue with alembic, otherwise you can set pip version to be >= 21.0.0 and it should work12:46
iurygregorybye janders o/12:52
openstackgerritVerification of a change to openstack/ironic-python-agent failed: Use UPPER_CONSTRAINTS_FILE to deal with ipa-builder  https://review.opendev.org/c/openstack/ironic-python-agent/+/77815313:01
*** rh-jlabarre has quit IRC13:01
*** rh-jelabarre has joined #openstack-ironic13:11
*** rh-jelabarre has quit IRC13:11
*** rh-jelabarre has joined #openstack-ironic13:12
openstackgerritRiccardo Pittau proposed openstack/ironic-python-agent-builder master: Relax requirement of diskimage-builder  https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/77845713:17
openstackgerritRiccardo Pittau proposed openstack/bifrost master: Upgrade pip version to fix pep-517 enforcing  https://review.opendev.org/c/openstack/bifrost/+/77845913:25
openstackgerritRiccardo Pittau proposed openstack/bifrost master: Upgrade pip version to fix pep-517 enforcing  https://review.opendev.org/c/openstack/bifrost/+/77845913:26
TheJuliagood morning13:36
rpittaugood morning TheJulia :)13:38
iurygregorygood morning TheJulia =)13:51
TheJuliaGood morning13:51
* TheJulia sips coffee and sees we may get to watch a SN10 launch today13:51
*** rloo has joined #openstack-ironic13:58
*** ociuhandu has quit IRC13:58
*** ociuhandu has joined #openstack-ironic13:59
*** ociuhandu has quit IRC14:04
*** ociuhandu has joined #openstack-ironic14:07
*** watersj has quit IRC14:23
*** iurygregory has quit IRC14:27
*** ociuhandu has quit IRC14:27
*** ociuhandu has joined #openstack-ironic14:28
*** iurygregory has joined #openstack-ironic14:29
*** ociuhandu has quit IRC14:33
arne_wiebalckGood morning , TheJulia o/14:34
*** ociuhandu has joined #openstack-ironic14:40
*** tzumainn has joined #openstack-ironic14:45
*** frigo has quit IRC14:49
*** frigo has joined #openstack-ironic14:59
*** juanoterocas has joined #openstack-ironic15:02
*** mkrai has joined #openstack-ironic15:02
rpittauanyone with a minute to spare please check https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/778457 and https://review.opendev.org/c/openstack/bifrost/+/778459 , it doesn't seem so but they're related :)15:43
*** frigo has quit IRC15:50
*** moshiur has quit IRC16:01
*** mkrai has quit IRC16:05
*** mkrai has joined #openstack-ironic16:05
*** ociuhandu has quit IRC16:15
*** mkrai has quit IRC16:23
*** ayoung has quit IRC16:24
*** ociuhandu has joined #openstack-ironic16:31
openstackgerritMerged openstack/ironic master: Project Scoping Node endpoint  https://review.opendev.org/c/openstack/ironic/+/77392416:37
*** frigo has joined #openstack-ironic16:38
*** anuradha1904 has quit IRC16:38
openstackgerritBill Dodd proposed openstack/ironic master: Add Redfish RAID management to Ironic  https://review.opendev.org/c/openstack/ironic/+/73000016:44
frigobtw rpittau, still around the topic of versions of pip... this commit https://opendev.org/openstack/ironic-python-agent-builder/commit/7e2ba37e4a52181c246305985805f320be1c3e03 is not yet delivered in the latest ironic-python-agent-builder available on pypi. Is there something to do to deliver a new version in pypi? (or maybe pypi not a recommended16:53
frigoway to install the ipa builder?)16:53
* TheJulia curses allocations16:55
TheJuliafrigo: we need to cut a release16:56
rpittaufrigo: usually that is published to pypy after released16:56
rpittaufrigo: but you can install ipa-builder from source16:56
TheJuliaor we could cut a release16:56
rpittauwe could, maybe we should16:57
TheJulia++16:57
rpittaulet's16:57
rpittauI'm going to prepare it now16:58
TheJuliak16:58
frigoyou guys rock :)16:58
TheJuliaping me when posted16:58
rpittauTheJulia: yup16:58
TheJuliaI'm goign to go back to allocations and possibly consider becoming a witch and casting spells16:58
rpittauthat would work16:58
rpittaummm for ipa-builder I'll wait for  https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/778457 to merge16:59
TheJuliaack17:00
* TheJulia goes back to allocations and starts speaking fragments of latin17:00
*** pmannidi has quit IRC17:01
*** hoonetorg has quit IRC17:01
*** mkowalski has quit IRC17:01
*** lifeless_ has quit IRC17:01
*** mgoddard has quit IRC17:01
*** lucasagomes has quit IRC17:02
*** openstackgerrit has quit IRC17:02
rpittaufrigo: btw I submitted a couple of patches that should help with bifrost on victoria, thanks for reporting the issue with pip!17:05
frigofor IPA builder there is also this annoying thing https://bugs.launchpad.net/diskimage-builder/+bug/191634617:06
openstackLaunchpad bug 1916346 in diskimage-builder "proliant-tools installation fails, miss dependencies" [Undecided,New]17:06
frigo(I guess at some point I will stop complaining and actually submit the fixes by myself like a grown up)17:06
frigoI gave up victoria and switches to the master branch. woohooo17:06
rpittaufrigo: that works too :)17:06
*** pmannidi has joined #openstack-ironic17:07
*** hoonetorg has joined #openstack-ironic17:07
*** mkowalski has joined #openstack-ironic17:07
*** lifeless_ has joined #openstack-ironic17:07
*** mgoddard has joined #openstack-ironic17:07
rpittaufrigo: for that issue I think you'll have to address it to DIB directly17:07
frigooh indeed17:08
*** ociuhandu_ has joined #openstack-ironic17:21
*** ayoung has joined #openstack-ironic17:24
*** ociuhandu has quit IRC17:25
*** ociuhandu_ has quit IRC17:26
arne_wiebalckbye everyone o/17:32
*** ociuhandu has joined #openstack-ironic17:32
*** dougsz has quit IRC17:34
*** ociuhandu has quit IRC17:37
rpittauproblem: we can't use ipa-builder higher than 2.2.0 in ussuri to build and check ipa-ramdisk because we need to use bionic and tinycore 10.x BUT we can't check/build iso because it was only fixed recently17:41
rpittauso or we remove the iso check from ipa-builder entirely, or we check it only from victoria onwards in some way, or we backport the fix to ipa-builder (which is branchless....) in some other way17:41
iurygregorythe iso check we have in 2.2.0 is broken?17:58
rpittauyep17:58
iurygregoryouch18:01
iurygregorycan we skip the check/build fo iso in ussuri?18:01
iurygregorynot sure if we have some env var that controls the build for iso etc18:02
rpittauyeah, I think, I just published a WIP patch for that18:02
rpittauhttps://review.opendev.org/c/openstack/ironic-python-agent-builder/+/77852618:02
iurygregorynice18:03
rpittauI don't really like it though, I think it's a point in favor of having ipa-builder branches18:04
iurygregoryyeah, well it's a workaround we will need (or we can just create branches in ipa and backport?!)18:04
iurygregorycreate a branch based on the tag probably and we can try to backport...18:05
rpittauthat would be the ideal path18:05
*** derekh has quit IRC18:05
iurygregorygotcha, just wondering what stable team will think XD18:06
rpittauheh yeah18:06
* iurygregory hides18:07
rpittau:)18:09
rpittauis gerrit bot dead ?18:09
rpittauanyway...18:10
rpittauin theory we could backport the fix on top of 2.2.0 and manually request a 2.2.1 release with that commit, it might work (so convoluted....)18:10
rpittauTheJulia: https://review.opendev.org/c/openstack/releases/+/77852918:11
rpittauoh well, maybe we can discuss during the next meeting18:11
rpittaubye everyone! o/18:11
*** rpittau is now known as rpittau|afk18:11
iurygregoryrpittau|afk, probably on pto =P18:14
iurygregorybye rpittau|afk18:14
*** thiagop has joined #openstack-ironic18:33
*** thiagop is now known as outbrito18:33
eanderssonTheJulia gonna go back to trying your patches again. I rolled back as they caused the nodes to get stuck in waiting.18:33
TheJuliaok18:33
eanderssonI also tried changing heartbeats to something high like 300s18:33
eanderssonbut didn't make a difference18:33
*** frigo has quit IRC18:34
eandersson*initially rolledback18:34
*** bburns has quit IRC18:44
*** juanoterocas has quit IRC18:46
*** bburns has joined #openstack-ironic18:46
*** frigo has joined #openstack-ironic18:59
*** sshnaidm is now known as sshnaidm|afk19:00
bdoddI guess that when zuul runs tests it downloads Python packages from pypi mirrors that may not have the latest. Is there a way to tell when or if the mirrors have a particular package version? (in this case sushy 3.7.0)19:01
TheJuliabdodd: hmm19:02
TheJuliabdodd: typically that is a sign of a mirror issue19:02
TheJuliawhen did this job run?19:03
*** frigo59 has joined #openstack-ironic19:03
bdoddJust now19:03
*** frigo59 has quit IRC19:03
TheJuliaokay, so if memory serves, and fungi likely knows way better, but I think all the mirrors point at fastly and that points at a pypi regional mirror cache which las limited space in ?london? if memory serves19:03
TheJulias/las/has/19:03
TheJuliait could have run out again..19:03
*** frigo has quit IRC19:05
fungiyes, our pypi "mirror" urls are simply localized apache mod_proxy caches which forward requests to pypi.org with a short timeout on the indices (the other files are immutable, save for deletions, as pypi stores them by checksum)19:06
fungibdodd: have a link to the build failure on zuul.o.o? i can see if i can read the tea lives for it19:07
bdoddfungi Thanks. Yes, here is the failure: https://zuul.opendev.org/t/openstack/build/6bd69ebcad584e77bfabced297e7e4e619:08
fungier, tea leaves too19:09
fungithanks, sometimes these errors are not so straightforward as they might appear from the output19:09
*** juanoterocas has joined #openstack-ironic19:14
fungibdodd: TheJulia: you'll want to depends-on https://review.opendev.org/778367 or wait until it merges19:14
fungipip was asked to install a version of sushy strictly greater than the version being constrainted by the central upper-constraints.txt file19:15
bdoddfungi Ah, thanks. I had only been watching https://review.opendev.org/c/openstack/releases/+/77796019:18
eanderssonIt is looking good TheJulia19:18
TheJulia\o/19:18
TheJuliaoh yeah, that does need to merge19:18
TheJuliaeandersson: awesome19:18
fungibdodd: conveniently, the constraints patches are automatically pushed by the release process via another zuul job, so at least the only human intervention is for a requirements reviewer to approve them. but lengthy integrated gate queues can delay merging by a bit19:21
eanderssonMaybe I called that one too early. It seems stuck now.19:24
eanderssonThe Ironic logs made it look like it was retrying, but the IPA logs does not show the same.19:25
eanderssonAlso, it never respected the reboot_requested flag19:25
eanderssonWe might actually be stuck in a race condition now because nothing has logged in over 15 minutes19:30
eandersson*deadlock19:30
eanderssonI see it trying to do many tasks twice lol19:33
bdoddfungi Got it. Makes sense. Thanks for the help and the explanation!19:35
* TheJulia is glued to SN10 launch at the moment19:41
TheJuliaeandersson: so.. hmm19:46
TheJuliaconnection retries I guess19:46
TheJuliaugh19:46
eanderssonhttp://paste.openstack.org/show/X65G1aHmyc8OTfNH0XPX/19:48
eanderssonThis is the firmware step19:48
*** frigo has joined #openstack-ironic19:50
*** frigo has quit IRC19:50
TheJuliahmmm19:51
eanderssonThe bash script in this case is just a simple script with sleep 60 && exit 019:51
eanderssonbut the error happened without a sleep as well19:52
*** lifeless_ is now known as lifeless19:56
* TheJulia smiles seeing signs of life from lifeless20:28
*** rcernin has joined #openstack-ironic20:46
*** k_mouza has quit IRC20:49
*** openstackgerrit has joined #openstack-ironic20:54
openstackgerritFrancois Rigault proposed openstack/bifrost master: Relax format of checksum file  https://review.opendev.org/c/openstack/bifrost/+/77857820:54
TheJuliastevebaker: so looking at https://docs.openstack.org/api-ref/baremetal/?expanded=list-allocations-detail#list-allocations I'm thinking node search doesn't actully work...20:57
TheJuliaoh, nevermind20:57
TheJuliaI see get_all maps to it20:57
stevebakernode search?20:59
TheJuliayeah20:59
* TheJulia adds another option21:00
*** gyee has joined #openstack-ironic21:01
lifelessTheJulia: o/21:01
stevebakerlifeless: hey stranger21:01
lifelessstevebaker: hey hey21:02
TheJulialifeless: how goes the new hemisphere?21:02
lifelessTheJulia: 2 really.. both west and north are new to us :). And good.21:03
TheJulialifeless: Awesome!21:03
lifelessSpring has sprung, so it looks like we survived winter.21:03
lifelessRepairs on the new house start Monday21:03
TheJuliaVery nice!21:03
lifelessWork is fun... though we really need more excellent people to come join us ;)21:04
openstackgerritJulia Kreger proposed openstack/ironic master: WIP: Allocation support for project scoped RBAC  https://review.opendev.org/c/openstack/ironic/+/77834021:05
TheJuliastevebaker: Okay,, I've got all the ACL tests passing... finally. I still need to strip prints out and clean things up quite a lot, but extra sanity checking would be very welcome since it is the completely different controller21:05
TheJulia^^21:05
TheJuliaoh, and looks like I have 80+ standard unit tests failing... from the prior patch in the series 8( Most likely it is just return code changes21:06
TheJuliabut I can look at that tomorrow on a fresh brain21:07
TheJuliawut... only 4 tests failing21:09
TheJuliaWhere is vincini, I need him to say inconcievable!21:09
stevebakerTheJulia: I'll check it out, actually this time21:09
lifelessYou keep using that word. I do not think it means what you think it means.21:10
* TheJulia looks at the 8177 tests passing and is just mind boggling that we've added like 1500 in 2 months21:11
JayFput that in the release notes for Wallaby, lol21:17
JayF(that is 100% a serious suggestion)21:17
*** rcernin has quit IRC21:17
TheJuliaI was already thinking about it21:18
TheJuliait is a bit insane21:18
*** irclogbot_0 has quit IRC21:33
*** ianw has quit IRC21:33
*** zer0c00l has quit IRC21:33
*** shadower has quit IRC21:33
*** janders has quit IRC21:33
*** irclogbot_0 has joined #openstack-ironic21:34
*** ianw has joined #openstack-ironic21:34
*** zer0c00l has joined #openstack-ironic21:34
*** shadower has joined #openstack-ironic21:34
*** janders has joined #openstack-ironic21:34
*** zzzeek has quit IRC21:44
*** zzzeek has joined #openstack-ironic21:45
*** devtolu1__ has joined #openstack-ironic21:47
*** juanoterocas has quit IRC21:49
*** juanoterocas has joined #openstack-ironic21:51
*** devtolu1__ has quit IRC21:54
*** rcernin has joined #openstack-ironic22:05
*** rcernin has quit IRC22:11
*** rcernin has joined #openstack-ironic22:11
*** jamesdenton has quit IRC22:15
*** jamesdenton has joined #openstack-ironic22:15
eanderssonFinally found a work around for the the issue with reboot_requested. Not sure the cause yet, but I changed the priority to be the first task (priority 99) and it worked.22:22
eanderssonIt was set to priority 70 before.22:22
*** sdanni has quit IRC22:39
TheJuliahmm22:48
TheJuliahmmm22:48
*** k_mouza has joined #openstack-ironic22:49
*** juanoterocas has quit IRC22:52
*** k_mouza has quit IRC22:54
*** rcernin has quit IRC22:56
*** rcernin has joined #openstack-ironic23:01
*** rloo has quit IRC23:01
*** k_mouza has joined #openstack-ironic23:17
*** k_mouza has quit IRC23:22
*** uzumaki has quit IRC23:23
*** uzumaki has joined #openstack-ironic23:24
*** rcernin has quit IRC23:26
*** k_mouza has joined #openstack-ironic23:27
*** k_mouza has quit IRC23:31
*** k_mouza has joined #openstack-ironic23:36
jandersgood morning Ironic o/23:37
*** zzzeek has quit IRC23:40
jandersTheJulia I fixed up https://review.opendev.org/c/openstack/ironic/+/778134 as per your and Riccardo's comments and I'm after the second review if you have the time.23:40
*** k_mouza has quit IRC23:41
*** zzzeek has joined #openstack-ironic23:42
stevebakerjanders: hey23:45
jandershey stevebaker o/23:45

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