ianw | hmm the gentoo build is timing out again | 00:22 |
---|---|---|
ianw | 2018-04-23 19:42:57.073 | /tmp/in_target.d/install.d/01-nodepool-setup: line 3: sudo: command not found | 00:22 |
*** dhill_ has joined #openstack-dib | 00:27 | |
*** tonyb has quit IRC | 00:33 | |
*** tonyb has joined #openstack-dib | 00:35 | |
*** phuongnh has joined #openstack-dib | 01:07 | |
*** phuongnh has quit IRC | 01:55 | |
*** phuongnh has joined #openstack-dib | 01:56 | |
*** hwoarang has quit IRC | 03:37 | |
*** hwoarang has joined #openstack-dib | 03:43 | |
*** mvpnitesh has joined #openstack-dib | 05:01 | |
*** dhill_ has quit IRC | 05:15 | |
*** rajinir has quit IRC | 05:18 | |
*** yolanda_ has joined #openstack-dib | 05:27 | |
*** yolanda has quit IRC | 05:28 | |
*** dhill_ has joined #openstack-dib | 05:29 | |
*** dhill_ has quit IRC | 05:35 | |
*** dhill_ has joined #openstack-dib | 05:36 | |
openstackgerrit | Andreas Florath proposed openstack/diskimage-builder master: WIP: Docker matrix build https://review.openstack.org/414347 | 06:57 |
*** eshas has joined #openstack-dib | 07:04 | |
eshas | Hi | 07:04 |
eshas | I am facing a disk not sufficient error while working on xenial with DIB | 07:04 |
eshas | where can I paste the trace? | 07:05 |
eshas | 2018-04-24 06:57:17.321 | > Unpacking make (4.1-6) ... 2018-04-24 06:57:17.321 | > Selecting previously unselected package dkms. 2018-04-24 06:57:17.321 | > Preparing to unpack .../dkms_2.2.0.3-2ubuntu11.5_all.deb ... 2018-04-24 06:57:17.321 | > Unpacking dkms (2.2.0.3-2ubuntu11.5) ... 2018-04-24 06:57:17.321 | > Selecting previously unselected package linux-firmware. 2018-04-24 06:57:17.321 | > Preparing to unpack .../linux-firmw | 07:06 |
eshas | this error keeps repeating and disk-image-create Exits with 1 | 07:06 |
eshas | 2018-04-24 06:57:17.321 | > dpkg: error processing archive /var/cache/apt/archives/linux-firmware_1.157.17_all.deb (--unpack): 2018-04-24 06:57:17.321 | > cannot copy extracted data for './lib/firmware/ti-connectivity/wl127x-fw-4-sr.bin' to '/lib/firmware/ti-connectivity/wl127x-fw-4-sr.bin.dpkg-new': failed to write (No space left on device) 2018-04-24 06:57:17.321 | > No apport report written because the error message indicates | 07:07 |
*** pavel_V has joined #openstack-dib | 07:13 | |
*** eshas has quit IRC | 07:30 | |
ianw | eshas: try using DIB_NO_TMPFS=1 as an environment variable | 07:36 |
*** yolanda_ has quit IRC | 07:49 | |
*** yolanda_ has joined #openstack-dib | 08:02 | |
*** yolanda_ is now known as yolanda | 08:02 | |
odyssey4me | greghaynes clarkb ianw yeah, after looking through what was possible with what's already there, I came up with those three patches - any other approach would require adding new facilities to what dib does | 08:15 |
odyssey4me | is the current approach preferred less? | 08:16 |
*** hashar has joined #openstack-dib | 08:20 | |
*** mvpnitesh has quit IRC | 08:23 | |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: Bail on common devuser usernames https://review.openstack.org/563860 | 08:45 |
ianw | odyssey4me: i haven't reviewed yet, sorry. i feel like they're probably on the right track | 08:45 |
ianw | eshas: ^^ i finally got my consoles working, and I think the problem is that cloud-init has come along and wiped out the password. proposed ^^ | 08:46 |
*** mvpnitesh has joined #openstack-dib | 08:47 | |
*** yolanda has quit IRC | 08:48 | |
*** ianw is now known as ianw_pto | 08:54 | |
*** yolanda has joined #openstack-dib | 09:01 | |
*** eshas has joined #openstack-dib | 09:48 | |
eshas | https://bugs.launchpad.net/diskimage-builder/+bug/1766540 | 09:48 |
openstack | Launchpad bug 1766540 in diskimage-builder "failed to write (No space left on device) error in image creation via DIB " [Undecided,New] | 09:48 |
eshas | Issue with DIB in non-KVM environment after running the install_dep_test to install all dependency needed for DIB in this ppc64le openstack based env | 09:49 |
eshas | @ianw_pto, @tonyb, @clarkb, @prometheanfire anyone could you take a quick look? | 09:59 |
*** mvpnitesh has quit IRC | 10:08 | |
*** pmannidi has joined #openstack-dib | 10:11 | |
*** mvpnitesh has joined #openstack-dib | 10:21 | |
*** pmannidi has quit IRC | 10:47 | |
*** phuongnh has quit IRC | 10:49 | |
eshas | To export a DIB env variable, shouldit be added to environment.d for that particualr element before running ./disk_image_create For eg: DIB_DEV_USER_USERNAME=<value> should be added to a file in environment.d directory for devuser element and then ./disk_image_create be calledwith dev_user element | 10:50 |
eshas | This is to be done per element wise like DIB_RELEASE in ubuntu environemet.d etc or can all the variables beput in one script somewhere for running one ./disk_image_create command | 10:51 |
eshas | any clue? | 10:52 |
ianw_pto | eshas: no, they are just regular environment variables for the program. if that's not making sense, maybe run through something like https://www.digitalocean.com/community/tutorials/how-to-read-and-set-environmental-and-shell-variables-on-a-linux-vps | 11:11 |
eshas | @ianw ok, soI canmakea .sh file with export DIB_var=value pairs and run it before running ./disk_image_create with elements | 11:21 |
eshas | instead of a very long list of DIB key-value vars with ./disk_image_create command | 11:23 |
ianw_pto | yes | 11:33 |
eshas | ok,i will try that, the disk space issue is still not working, i used the -no-tmps also, updated defect | 11:34 |
*** mjturek has joined #openstack-dib | 11:37 | |
*** mjturek has quit IRC | 11:39 | |
*** eshas has quit IRC | 12:26 | |
*** mjturek has joined #openstack-dib | 12:38 | |
*** vmlinuz has joined #openstack-dib | 12:48 | |
*** vmlinuz has joined #openstack-dib | 12:48 | |
*** mvpnitesh has quit IRC | 13:05 | |
*** rajinir has joined #openstack-dib | 14:14 | |
*** dhill_ has quit IRC | 14:18 | |
*** dhill_ has joined #openstack-dib | 14:25 | |
*** yolanda_ has joined #openstack-dib | 14:55 | |
*** yolanda has quit IRC | 14:58 | |
*** hashar is now known as hasharAway | 15:55 | |
openstackgerrit | Matthew Thode proposed openstack/diskimage-builder master: Install sudo on Gentoo images by deault https://review.openstack.org/564028 | 16:45 |
*** dhill_ has quit IRC | 17:27 | |
*** dhill_ has joined #openstack-dib | 17:34 | |
*** dhill_ has quit IRC | 18:04 | |
*** dhill_ has joined #openstack-dib | 18:11 | |
*** jabadia has joined #openstack-dib | 18:46 | |
*** yuvaladar has joined #openstack-dib | 18:46 | |
jabadia | on OSP10 we got this - Using network interface(s): ens4f0 {'ip': u'172.31.255.207', 'mac': u'54:ab:3a:cc:48:16'} | 18:46 |
yuvaladar | he is talking about introspection image for ironic :) | 18:47 |
jabadia | on latest, we got this - "Using network interface(s): eth0 {'ip': u'172.31.4.9', 'mac': u'38:ea:a7:31:b0... ) " | 18:47 |
jabadia | during introspection | 18:47 |
jabadia | Why we're seeing ethX and not ENS's | 18:47 |
jabadia | in addition, during the introspection , we notice- biosdevname not found , sounds related, but i'm not aure .. | 18:48 |
clarkb | biosdevname is what produces the ens vs eth device names aiui | 18:49 |
clarkb | how are you building the image? what elements, etc | 18:49 |
*** EBD has joined #openstack-dib | 18:49 | |
yuvaladar | we are using images built by rdo folks | 18:50 |
EBD | biosdevname is missing fro mthe image | 18:50 |
EBD | but even after adding it and the appropriate udev rule | 18:50 |
EBD | the name we get is still not we get from overcloud | 18:50 |
EBD | we tried passing biosdevname=1 explicitly in the pxe command, to no avail | 18:51 |
EBD | "name": "eth1", "has_carrier": true, | 18:52 |
EBD | "ipv4_address": "172.31.4.7", | 18:52 |
EBD | "biosdevname": em2, | 18:52 |
EBD | this is what we get | 18:52 |
clarkb | is rdo using dib? (trying to figure out how this relates back to dib now) | 18:52 |
EBD | "name": "ens4f1", | 18:52 |
yuvaladar | they use dib, yes | 18:52 |
EBD | this is what we get from ospd10 | 18:52 |
clarkb | is the problem the mismatch between biosdevname: em2 and name: ens4f1? where are these values coming from? | 18:55 |
EBD | no, its that we're not seeing ens4 at all | 18:55 |
EBD | that is the new proper naming, but not for the 7.4 centos introspection image | 18:55 |
EBD | couldnt make biosdevname return ens4f0 with any flag, on the osp10 system either, so doubt that it it's responsibility | 18:56 |
EBD | the eth1 and ens4f1 come from kernel iguess - /sys/class | 18:57 |
EBD | the em2 is the output from biosdevname that we tried to use to atl east have ironic report anything resembling | 18:57 |
clarkb | https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/networking_guide/sec-consistent_network_device_naming_using_biosdevname that seems to imply installing the package and setting the boot parameter flag are the things that are required to make it work | 18:58 |
clarkb | and em* would be correct for an embedded device according to that document | 18:58 |
EBD | didnt yum install, but copied over the installed executable | 18:59 |
EBD | no change | 18:59 |
clarkb | if you have it reporting em4 or similar I would say it is working? | 18:59 |
EBD | well, that;s how we got the em2 for the biosdevname, but not expected result and should be set as the name attribute, no bios devnmae | 19:00 |
clarkb | I've got a meeting to run now, but seems like this would be a support question for redhat centos if biosdevname isn't doing what you expect it to? | 19:00 |
EBD | em naming (nor pXpY) is not what we need | 19:00 |
clarkb | I understand but according to the docs that is correct | 19:01 |
EBD | we need the naming as will apear on onvercloud | 19:01 |
clarkb | so you'd need to take it up with the platform? | 19:01 |
EBD | that's what we read too, and yet we get diff results on operating system | 19:01 |
EBD | ok, thanks | 19:02 |
*** yolanda__ has joined #openstack-dib | 19:15 | |
*** yolanda_ has quit IRC | 19:18 | |
*** vmlinuz has quit IRC | 19:18 | |
*** vmlinuz has joined #openstack-dib | 19:20 | |
*** vmlinuz has joined #openstack-dib | 19:20 | |
*** vmlinuz has quit IRC | 19:34 | |
clarkb | EBD: yuvaladar thinking about it a littlemore is the ironic introspection image a different kernel/distro than the host itself? | 19:44 |
clarkb | is that the issue? different behavior between those? | 19:44 |
EBD | no, both 693-21 | 19:55 |
*** vmlinuz has joined #openstack-dib | 19:59 | |
*** vmlinuz has joined #openstack-dib | 19:59 | |
*** dhill_ has quit IRC | 20:17 | |
yuvaladar | so we found the solution | 20:20 |
yuvaladar | sort of :) | 20:20 |
yuvaladar | the way tripleo builds their introspection initramfs image is awkward, and there is a faux udev rule in place | 20:20 |
yuvaladar | so i guess it's not a dib problem at all | 20:21 |
*** dhill_ has joined #openstack-dib | 20:25 | |
*** yuvaladar has quit IRC | 20:43 | |
*** rajinir has quit IRC | 21:12 | |
*** vmlinuz has quit IRC | 21:19 | |
*** jabadia has quit IRC | 21:31 | |
*** EBD has quit IRC | 22:12 | |
*** hasharAway has quit IRC | 22:13 | |
*** dhill_ has quit IRC | 23:18 | |
*** mjturek has quit IRC | 23:42 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!