opendevreview | Verification of a change to openstack/ironic master failed: Add wait step https://review.opendev.org/c/openstack/ironic/+/879061 | 00:30 |
---|---|---|
opendevreview | Merged openstack/bifrost master: Allow nginx to access images again on systems with SELinux https://review.opendev.org/c/openstack/bifrost/+/887613 | 01:01 |
opendevreview | Verification of a change to openstack/ironic master failed: Add wait step https://review.opendev.org/c/openstack/ironic/+/879061 | 01:04 |
* TheJulia blinks | 01:47 | |
TheJulia | So! it looks like tinycore failed to completely boot... multiple times | 01:47 |
TheJulia | cirros at least triggered /bin/init... | 01:50 |
TheJulia | tinycore, dunno | 01:50 |
stevebaker[m] | htm | 02:45 |
stevebaker[m] | hrm | 02:45 |
TheJulia | That would be the sound I made when I glanced at the logs | 02:47 |
stevebaker[m] | was it just that one time? | 02:50 |
TheJulia | It looks like twice on the same job, but I am hopeful for the recheck | 02:53 |
TheJulia | looks like it is 20-30% of the way on in the gate | 02:55 |
TheJulia | standalone failed on the second db patch | 02:55 |
* TheJulia wonders if she should just get out a stand that says "database soothsayer" | 02:56 | |
* TheJulia goes back to packing suitcase | 02:56 | |
opendevreview | Verification of a change to openstack/ironic master failed: DB: Streamline allocation interactions https://review.opendev.org/c/openstack/ironic/+/889889 | 03:43 |
opendevreview | Verification of a change to openstack/ironic master failed: DB: Select upon delete for allocations https://review.opendev.org/c/openstack/ironic/+/889890 | 03:43 |
opendevreview | Merged openstack/ironic master: Add wait step https://review.opendev.org/c/openstack/ironic/+/879061 | 05:16 |
rpittau | good morning ironic! happy Friday! o/ | 07:21 |
iurygregory | good morning Ironic | 11:51 |
TheJulia | good morning | 14:19 |
iurygregory | good morning TheJulia | 14:20 |
rpittau | I think I found the issue in the tinycore efivars shenanighans, the efivars module is actually not loaded, at least according to lsmod | 14:25 |
iurygregory | WHOOT?! | 14:26 |
TheJulia | ugh | 14:30 |
* TheJulia wonders if something else changed with tinycore or if we've suddenly hit some threshold with tinycore causing the standalone job to fail | 14:30 | |
opendevreview | Riccardo Pittau proposed openstack/ironic-python-agent-builder master: [WIP] Build tinyipa with tinycore 14.x https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/887754 | 14:31 |
TheJulia | https://8ba5034243e641e47901-59609554a432e7e8aa7eb757d01d2dcd.ssl.cf2.rackcdn.com/888503/2/check/ironic-tempest-ipa-partition-uefi-pxe-grub2/138f979/controller/logs/ironic-bm-logs/node-1_console_2023-07-28-00%3A31%3A51_log.txt | 14:33 |
TheJulia | like.. wut | 14:33 |
* TheJulia goes and gets breakfast | 14:33 | |
rpittau | have a great weekend everyone! o/ | 14:35 |
TheJulia | err, one of the jobs had 2.6GB of ram VM | 15:57 |
TheJulia | wut | 15:57 |
TheJulia | oh, so ansible deployment interface failed | 16:24 |
TheJulia | and... | 16:24 |
TheJulia | well, we tried to log 90kb into the events table | 16:24 |
TheJulia | and it looks like the ssh connection died 8| | 16:27 |
TheJulia | zilch in the kernel log | 16:30 |
NobodyCam | I need to dig in and better understand how to use deploy_iso with the redfish driver: `Failed to prepare node 47e1e4f9-1698-4012-81b7-766b9789d650 for cleaning: Cannot validate PXE bootloader. Some parameters were missing in node's driver_info and configuration. Missing are: ['deploy_kernel', 'deploy_ramdisk']` | 16:55 |
NobodyCam | `'deploy_iso': _("URL or Glance UUID of the deployment ISO to use. Required if deploy_kernel/deploy_ramdisk are not set.") | 16:56 |
TheJulia | NobodyCam: for use with virtual media deployments? | 17:04 |
TheJulia | the ISO is *only* for virtual media usage | 17:04 |
TheJulia | you can't PXE that for the deployment ramdisk | 17:05 |
NobodyCam | yea, redfishvirtualmedia boot-interface? | 17:06 |
NobodyCam | Oh looks like our current version dose not support deploy_iso param | 17:07 |
NobodyCam | need to build a esp image | 17:07 |
NobodyCam | oh and I almost forgot: | 17:08 |
NobodyCam | Have a great trip! | 17:08 |
TheJulia | uhhh | 17:09 |
TheJulia | define current version | 17:09 |
TheJulia | so esp image is needed when you take a kernel+ramdisk and make a UEFI bootable ISO | 17:09 |
NobodyCam | we're currently on Ussuri, working towards antelope | 17:10 |
TheJulia | might be viable in victoria, I just don't remember | 17:11 |
NobodyCam | We have a new system that will only refi boot and I'm currently unable to get ipa to pxe | 17:11 |
TheJulia | so only EFI boot from local media? | 17:11 |
TheJulia | it has no SNP or network boot capabilities? no option rom loading? | 17:12 |
NobodyCam | I need to get it a uefi image to boot, from what I've been advised | 17:12 |
TheJulia | so absolutely no support for network booting or hardware to use network booting then? | 17:13 |
NobodyCam | we can boot refi iso from the bmc | 17:14 |
TheJulia | so you literally *only* can virtual media boot it | 17:15 |
TheJulia | that is... so... awesome | 17:15 |
TheJulia | </sarcasm> | 17:15 |
TheJulia | Anyhow, yeah, make an esp image, the virtual media code builds it together | 17:15 |
TheJulia | you'll likely need to update the default grub path | 17:16 |
TheJulia | to https://github.com/openstack/ironic/blob/master/ironic/conf/default.py#L224 | 17:16 |
TheJulia | it was wrong originally | 17:16 |
TheJulia | https://github.com/openstack/ironic/blob/master/devstack/lib/ironic#L2934-L2968 <-- how to build an esp image | 17:19 |
NobodyCam | 🙇 | 17:23 |
* TheJulia is starting to become convinced we have VM performance shenanagains taking place | 17:28 | |
opendevreview | Verification of a change to openstack/ironic master failed: DB: Streamline allocation interactions https://review.opendev.org/c/openstack/ironic/+/889889 | 17:31 |
opendevreview | Julia Kreger proposed openstack/python-ironicclient master: Add support for parent node https://review.opendev.org/c/openstack/python-ironicclient/+/887535 | 17:41 |
opendevreview | Julia Kreger proposed openstack/python-ironicclient master: Add baremetal node unhold https://review.opendev.org/c/openstack/python-ironicclient/+/889754 | 17:41 |
NobodyCam | LoL and its march 😢 | 18:35 |
NobodyCam | s/march/aarch | 18:35 |
ashinclouds[m] | Oh joy | 18:35 |
TheJulia | Err, oh joy | 18:36 |
TheJulia | On a plus side, just build aarch64 thingies, but you need an aarch64 machine to build them | 18:36 |
NobodyCam | @TheJulia the grub path is on the conductor or inside the esp image? | 18:55 |
TheJulia | NobodyCam: the path gets used as to where to place the config to make a bootable iso | 18:58 |
NobodyCam | ah | 18:58 |
*** promethe- is now known as prometheanfire | 19:05 | |
opendevreview | Merged openstack/ironic master: DB: Streamline allocation interactions https://review.opendev.org/c/openstack/ironic/+/889889 | 20:09 |
opendevreview | Julia Kreger proposed openstack/ironic master: DB: Select upon delete for allocations https://review.opendev.org/c/openstack/ironic/+/889890 | 20:16 |
JayF | If there's anything that someone would think might be good for an intern-level contribution in the Ironic ecosystem -- including developer tool improvements -- please let me know. | 21:29 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!