*** tosky has quit IRC | 00:42 | |
*** gyee has quit IRC | 00:56 | |
openstackgerrit | Merged openstack/ironic-lib master: Remove default parameter from execute https://review.opendev.org/c/openstack/ironic-lib/+/777560 | 00:59 |
---|---|---|
openstackgerrit | Merged openstack/ironic master: [Trivial] Fix testing of volume connector exception https://review.opendev.org/c/openstack/ironic/+/777757 | 00:59 |
openstackgerrit | Verification of a change to openstack/ironic failed: [trivial] Remove default parameter from execute https://review.opendev.org/c/openstack/ironic/+/777348 | 01:11 |
*** zzzeek has quit IRC | 02:04 | |
*** zzzeek has joined #openstack-ironic | 02:07 | |
*** k_mouza has joined #openstack-ironic | 02:09 | |
*** k_mouza has quit IRC | 02:14 | |
openstackgerrit | Mohammed Naser proposed openstack/ironic-python-agent master: Allow clean_configuration to run against full-device arrays https://review.opendev.org/c/openstack/ironic-python-agent/+/777854 | 02:45 |
*** ricolin_ has joined #openstack-ironic | 02:48 | |
*** ricolin_ has quit IRC | 03:23 | |
*** bdodd has quit IRC | 03:44 | |
*** stevebaker has quit IRC | 04:24 | |
*** k_mouza has joined #openstack-ironic | 04:51 | |
*** k_mouza has quit IRC | 04:56 | |
openstackgerrit | Mohammed Naser proposed openstack/ironic-python-agent stable/ussuri: Software RAID: Get component devices by md UUID https://review.opendev.org/c/openstack/ironic-python-agent/+/777778 | 05:20 |
*** uzumaki has joined #openstack-ironic | 06:10 | |
*** uzumaki has quit IRC | 08:13 | |
*** dsneddon_ has quit IRC | 10:26 | |
*** tosky has joined #openstack-ironic | 11:24 | |
openstackgerrit | Arne Wiebalck proposed openstack/ironic master: Lazy-load node details from the DB https://review.opendev.org/c/openstack/ironic/+/776930 | 12:14 |
*** paras333 has joined #openstack-ironic | 13:05 | |
*** paras333 has quit IRC | 13:10 | |
*** dsneddon_ has joined #openstack-ironic | 13:21 | |
*** tkajinam has quit IRC | 13:31 | |
*** k_mouza has joined #openstack-ironic | 13:53 | |
*** anuradha1904 has joined #openstack-ironic | 13:56 | |
*** k_mouza has quit IRC | 13:58 | |
*** ricolin_ has joined #openstack-ironic | 14:07 | |
*** paras333_ has joined #openstack-ironic | 14:30 | |
*** paras333_ has quit IRC | 14:34 | |
openstackgerrit | Arne Wiebalck proposed openstack/ironic master: Lazy-load node details from the DB https://review.opendev.org/c/openstack/ironic/+/776930 | 14:35 |
*** paras333 has joined #openstack-ironic | 14:46 | |
*** ricolin_ has quit IRC | 14:46 | |
*** paras333 has quit IRC | 14:50 | |
*** paras333 has joined #openstack-ironic | 16:04 | |
*** paras333 has quit IRC | 16:08 | |
openstackgerrit | Arne Wiebalck proposed openstack/ironic master: Lazy-load node details from the DB https://review.opendev.org/c/openstack/ironic/+/776930 | 17:04 |
*** paras333 has joined #openstack-ironic | 17:07 | |
*** paras333 has quit IRC | 17:12 | |
*** paras333 has joined #openstack-ironic | 18:21 | |
*** paras333 has quit IRC | 18:25 | |
openstackgerrit | Verification of a change to openstack/ironic failed: devstack: a safeguard for disabled tempurls https://review.opendev.org/c/openstack/ironic/+/777572 | 18:27 |
*** dsneddon_ has quit IRC | 18:28 | |
openstackgerrit | Merged openstack/ironic master: Enforce autospec in test_node https://review.opendev.org/c/openstack/ironic/+/776479 | 18:48 |
openstackgerrit | Merged openstack/ironic master: Enforce autospec in test_notification_utils module https://review.opendev.org/c/openstack/ironic/+/776603 | 18:48 |
openstackgerrit | Merged openstack/ironic master: Enforce autospec in test_driver https://review.opendev.org/c/openstack/ironic/+/777082 | 18:49 |
*** anuradha1904 has quit IRC | 19:02 | |
*** dsneddon_ has joined #openstack-ironic | 19:19 | |
*** dsneddon_ has quit IRC | 19:24 | |
*** dsneddon_ has joined #openstack-ironic | 19:28 | |
*** dsneddon_ has quit IRC | 19:33 | |
*** dsneddon_ has joined #openstack-ironic | 19:48 | |
*** dsneddon_ has quit IRC | 19:54 | |
mnaser | im running into this (and then what follows up with a failed boot): 2021-02-27 20:11:27.237 1 INFO ironic.drivers.modules.agent_base [-] Could not install bootloader for whole disk image for node 2d795742-bce8-47a7-86e6-6b8e3567c8ea, Error: {'type': 'CommandExecutionError', 'code': 500, 'message': 'Command execution failed', 'details': "Installing GRUB2 boot loader to device /dev/md127 failed with Unexpected | 20:19 |
mnaser | error while running command.\nCommand: mount -o bind /dev /tmp/tmpi8xfuqt6/dev\nExit code: 32\nStdout: ''\nStderr: 'mount: /tmp/tmpi8xfuqt6/dev: mount point does not exist.\\n'."}" | 20:19 |
mnaser | i assume that `/dev` maybe doesnt exist in my target image (seems unlikely), or the mount failed | 20:19 |
mnaser | the mount for /tmp that is, is there a way to stop ipa on/when it fails...? | 20:20 |
mnaser | https://docs.openstack.org/ironic/latest/admin/troubleshooting.html#my-test-vm-image-does-not-deploy-mount-point-does-not-exist | 20:20 |
mnaser | ah | 20:20 |
mnaser | i'm opening up the image inside guestfish now to see if it indeed doesnt include it | 20:22 |
mnaser | in my case it's a simple build: `disk-image-create centos vm block-device-efi dhcp-all-interfaces devuser -o centos-8-devuser` | 20:23 |
mnaser | hmm.. /dev does exist in that image | 20:27 |
mnaser | i wonder if block-device-efi is what is confusing it | 20:28 |
mnaser | so its not mounting /dev/sda3 but instead 2 or 1 | 20:29 |
mnaser | ok, so tracing the code, i see a FIXME "make software RAID work with efibootmgr" so _efi_boot_setup is probably returning false and falling back to grub2... | 20:34 |
mnaser | "We don't have a working root UUID detection for whole disk images. Until we can do it, avoid a confusing traceback." .. i also see in my conductor: "Could not get 'rootfs_uuid' property for image 37d52738-c15e-465e-ad98-8aa6c1a3c2c7 from Glance for node 2d795742-bce8-47a7-86e6-6b8e3567c8ea. KeyError: 'rootfs_uuid'." | 20:35 |
*** paras333 has joined #openstack-ironic | 20:37 | |
mnaser | "Starting with Ussuri, the image can also have additional metadata to point Ironic to the partition with the root file system: for this, the image needs to set the rootfs_uuid property with the file system UUID of the root file system." | 20:38 |
mnaser | rtfd mo, ok, time to try agian | 20:38 |
*** paras333 has quit IRC | 20:41 | |
*** dsneddon_ has joined #openstack-ironic | 20:43 | |
mnaser | progress i guess... "{'type': 'CommandExecutionError', 'code': 500, 'message': 'Command execution failed', 'details': 'Installing GRUB2 boot loader to device /dev/md127 failed with Unexpected error while running command.\nCommand: chroot /tmp/tmp_rk2i70n /bin/sh -c "grub2-install"\nExit code: 1\nStdout: \'\'\nStderr: "Installing for x86_64-efi platform.\\ngrub2-install: error: ../grub-core/kern/disk.c:237:disk | 21:17 |
mnaser | `md127,3\' not found.\\n".'}" | 21:17 |
openstackgerrit | Mohammed Naser proposed openstack/ironic-python-agent master: Allow clean_configuration to run against full-device arrays https://review.opendev.org/c/openstack/ironic-python-agent/+/777854 | 22:23 |
openstackgerrit | Mohammed Naser proposed openstack/ironic-python-agent master: Allow clean_configuration to run against full-device arrays https://review.opendev.org/c/openstack/ironic-python-agent/+/777854 | 22:24 |
*** dsneddon_ has quit IRC | 22:28 | |
*** dsneddon_ has joined #openstack-ironic | 22:34 | |
*** dsneddon_ has quit IRC | 22:40 | |
*** dsneddon_ has joined #openstack-ironic | 23:14 | |
*** dsneddon_ has quit IRC | 23:19 | |
*** dsneddon_ has joined #openstack-ironic | 23:24 | |
*** dsneddon_ has quit IRC | 23:30 | |
openstackgerrit | Verification of a change to openstack/ironic failed: Add both IPv4 and IPv6 DHCP options if interface has both https://review.opendev.org/c/openstack/ironic/+/777692 | 23:34 |
*** dsneddon_ has joined #openstack-ironic | 23:41 | |
mnaser | ok.. i think it may be because my images don't have mdadm so grub is acting up? | 23:59 |
mnaser | centos 8 doesnt have that preinstalled | 23:59 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!