*** Administrator_ has quit IRC | 00:04 | |
*** Administrator_ has joined #openstack-dib | 00:05 | |
*** openstackgerrit has joined #openstack-dib | 00:43 | |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: Install pip with python interpreter https://review.openstack.org/455482 | 00:43 |
---|---|---|
*** Sukhdev has quit IRC | 01:33 | |
openstackgerrit | Paul Belanger proposed openstack/diskimage-builder master: Clean up dib-python symlink https://review.openstack.org/455486 | 01:47 |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: pip-and-virtualenv : install python2 & 3, and default to 2 https://review.openstack.org/455491 | 02:07 |
*** aparnav has joined #openstack-dib | 03:49 | |
*** Sukhdev has joined #openstack-dib | 04:14 | |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: pip-and-virtualenv : install python2 & 3, and default to 2 https://review.openstack.org/455491 | 04:23 |
*** chhavi has joined #openstack-dib | 04:35 | |
*** Sukhdev has quit IRC | 05:12 | |
*** chhavi has quit IRC | 05:25 | |
*** chhavi has joined #openstack-dib | 05:28 | |
*** andreas-f has joined #openstack-dib | 05:49 | |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: pip-and-virtualenv : install python2 & 3, and default to 2 https://review.openstack.org/455491 | 05:53 |
*** chhavi has quit IRC | 06:43 | |
*** andreas-f has quit IRC | 06:51 | |
*** mgagne has quit IRC | 06:52 | |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: Install pip with python interpreter https://review.openstack.org/455482 | 07:04 |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: pip-and-virtualenv : install python2 & 3, and default to 2 https://review.openstack.org/455491 | 07:04 |
*** hashar has joined #openstack-dib | 08:30 | |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: Install pip with python interpreter https://review.openstack.org/455482 | 08:59 |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: pip-and-virtualenv : install python2 & 3, and default to 2 https://review.openstack.org/455491 | 08:59 |
*** openstackgerrit has quit IRC | 09:03 | |
*** chhavi has joined #openstack-dib | 09:09 | |
*** makowals_ has quit IRC | 10:32 | |
*** chhavi has quit IRC | 10:39 | |
*** mgould|afk is now known as mgould | 11:03 | |
*** chhavi has joined #openstack-dib | 11:04 | |
*** hashar is now known as hasharLunch | 11:23 | |
*** chhavi has quit IRC | 11:23 | |
*** chhavi has joined #openstack-dib | 11:32 | |
*** hasharLunch is now known as hashar | 12:20 | |
*** aparnav has quit IRC | 13:04 | |
*** chhavi_ has joined #openstack-dib | 13:19 | |
*** chhavi has quit IRC | 13:22 | |
*** chhavi_ has quit IRC | 13:28 | |
*** chhavi has joined #openstack-dib | 13:53 | |
chhavi | mmedvede: I am trying to build a Centos7 PPc64le image using the DIB, I am getting "No package grub-ieee1275 available" | 13:59 |
chhavi | similar to what described in https://bugs.launchpad.net/diskimage-builder/+bug/1624021 | 14:01 |
openstack | Launchpad bug 1624021 in diskimage-builder "Missing package name for distro/element: ubuntu/bootloader on ppc " [High,Fix released] - Assigned to Mikhail S Medvedev (msmedved) | 14:01 |
*** aparnav has joined #openstack-dib | 14:12 | |
*** aparna has joined #openstack-dib | 14:16 | |
*** aparnav has quit IRC | 14:16 | |
yolanda | ianw, greghaynes , question. Is there a way to reduce the amount of disk space, in images where i need to allocate empty disk space? | 14:26 |
yolanda | for example, if i need to allocate 20G on a partition, can the images be created in some mode where this disk space is not reflected on the final qcow2? | 14:26 |
yolanda | i'm worried that the images i produce are so big | 14:26 |
*** aparna has quit IRC | 14:28 | |
*** aparnav has joined #openstack-dib | 14:33 | |
*** aparnav has quit IRC | 14:37 | |
*** aparnav has joined #openstack-dib | 14:37 | |
mmedvede | chhavi: do you know what the name of that package should be on Centos7? | 14:38 |
mmedvede | I suspected that the fix would not work for all operating systems due to package naming differences, but I could not check it everywhere. A proper package name mapping would need to be added | 14:40 |
*** aparnav has quit IRC | 14:41 | |
*** aparnav has joined #openstack-dib | 14:41 | |
*** chhavi has quit IRC | 14:46 | |
*** aparnav has quit IRC | 15:30 | |
*** Administrator_ has quit IRC | 15:51 | |
*** Administrator_ has joined #openstack-dib | 15:52 | |
*** chhavi has joined #openstack-dib | 15:59 | |
*** chhavi_ has joined #openstack-dib | 15:59 | |
chhavi_ | mmedvede how can i check the name of the package for ppc64le Centos7, I could not find any grub-ieee package in the mirror | 16:00 |
chhavi_ | http://mirror.centos.org/altarch/7/os/ppc64le/ | 16:01 |
*** chhavi has quit IRC | 16:03 | |
mmedvede | chhavi_: maybe it is grub2 ? | 16:05 |
chhavi_ | mmedvede: yeah I think it should be grub2, but in that case i think we need to change this condition to not try to install grub-ieee | 16:07 |
chhavi_ | right | 16:07 |
chhavi_ | want to confirm if this should be distro specific | 16:08 |
mmedvede | chhavi_: there needs to be a mapping made ( the -m flag of install-packages) | 16:08 |
mmedvede | chhavi_: otherwise there would be too many if/else cases | 16:10 |
chhavi_ | yeah: but with this changeset https://review.openstack.org/#/c/411541/1/elements/bootloader/finalise.d/50-bootloader we removed the flag | 16:10 |
chhavi_ | so i think now we need that and fix the pkg-map accordingly | 16:11 |
mmedvede | because there was no mapping on ppc64 | 16:11 |
mmedvede | yes | 16:11 |
chhavi_ | k | 16:11 |
chhavi_ | is it possible to have the pkg-map architecture specific | 16:12 |
chhavi_ | right now we have a common | 16:12 |
mmedvede | I do not know how to do arch-dependent mapping, you probably need to check install-packages source | 16:15 |
chhavi_ | sure thanks | 16:18 |
mmedvede | the source you want is in diskimage_builder/elements/yum | 16:20 |
mmedvede | chhavi_: the script that actually takes care of using pkg-map files is in pkg-map element, and it appears there is no mention of architecture | 16:26 |
mmedvede | it appears the easy dirty way to fix it is without using pkg-map. And correct way would be to add support for arch in pkg-map | 16:28 |
chhavi_ | yes i am going through the same, | 16:28 |
mmedvede | but I am in no way knowledgeable enough about diskimage-builder to say which one it should be | 16:29 |
chhavi_ | I am also new to DIB, before adding support of arch in pkg-map, we need to weigh if there are too many arch differences | 16:31 |
*** mgagne has joined #openstack-dib | 16:59 | |
*** openstackgerrit has joined #openstack-dib | 17:00 | |
openstackgerrit | Paul Belanger proposed openstack/diskimage-builder master: Clean up dib-python symlink https://review.openstack.org/455486 | 17:00 |
*** chhavi_ has quit IRC | 17:03 | |
*** hashar has quit IRC | 17:06 | |
*** mgould is now known as mgould|afk | 17:31 | |
greghaynes | yolanda: If you actually zero out the space it shouldnt take up much room at all in the final image | 17:44 |
greghaynes | yolanda: beacuse linux will use a sparse file, and then the qcow2 is gzip'd | 17:45 |
yolanda | greghaynes, the partition is created with some content but mostly empty, how can i zero out the extra space? | 18:19 |
*** Sukhdev has joined #openstack-dib | 18:26 | |
*** mgagne_ has joined #openstack-dib | 18:35 | |
*** mgagne_ is now known as Guest89317 | 18:35 | |
greghaynes | yolanda: zerofree | 18:38 |
*** Guest89317 has quit IRC | 18:46 | |
openstackgerrit | Merged openstack/diskimage-builder master: Install pip with python interpreter https://review.openstack.org/455482 | 18:53 |
openstackgerrit | Merged openstack/diskimage-builder master: pip-and-virtualenv : install python2 & 3, and default to 2 https://review.openstack.org/455491 | 18:53 |
yolanda | mm, maybe the partitioning or volume creators should do that before copying content... | 19:07 |
*** andreas-f has joined #openstack-dib | 19:15 | |
openstackgerrit | Andreas Florath proposed openstack/diskimage-builder master: Refactor: Cleanup block device config https://review.openstack.org/454867 | 19:16 |
*** mgagne_ has joined #openstack-dib | 19:18 | |
*** mgagne_ is now known as Guest4366 | 19:19 | |
*** mgagne has quit IRC | 19:24 | |
*** Guest4366 is now known as mgagne | 19:25 | |
*** mgagne has quit IRC | 19:25 | |
*** mgagne has joined #openstack-dib | 19:25 | |
*** hashar has joined #openstack-dib | 19:38 | |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: Skip python3-virtualenv on < trusty https://review.openstack.org/455816 | 19:54 |
greghaynes | yolanda: we do it at the end of an image build for the rootfs, it should probably happen at the end for all fses | 19:55 |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: Skip python3-virtualenv on <= trusty https://review.openstack.org/455816 | 19:57 |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: Skip python3-virtualenv on <= trusty https://review.openstack.org/455816 | 20:36 |
*** hashar has quit IRC | 22:17 | |
*** jamielennox is now known as jamielennox|away | 23:48 | |
openstackgerrit | Paul Belanger proposed openstack/diskimage-builder master: [WIP] Add DIB_DISTRIBUTION_MIRROR support for centos-minimal https://review.openstack.org/455852 | 23:50 |
*** jamielennox|away is now known as jamielennox | 23:51 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!