openstackgerrit | Merged openstack/diskimage-builder master: Add CentOS 8 support https://review.opendev.org/684308 | 04:02 |
---|---|---|
openstackgerrit | Merged openstack/diskimage-builder master: Do not include efibootmgr and efivars for ppc architectures https://review.opendev.org/709811 | 04:02 |
openstackgerrit | Merged openstack/diskimage-builder master: Change tgt pkg-map to target-restore CentOS/RHEL-8 https://review.opendev.org/709159 | 04:05 |
openstackgerrit | Merged openstack/diskimage-builder master: fix iscsi-boot element exiting build even if dracut-regenerate used https://review.opendev.org/707340 | 04:06 |
*** iurygregory has joined #openstack-dib | 08:21 | |
*** lennyb has quit IRC | 09:06 | |
*** lennyb has joined #openstack-dib | 09:07 | |
hkominos | @ia | 10:07 |
hkominos | @ianw thx for the patch. I will take a look. Just FYI in the previous builds I had with centos-minimal all the elements worked except the package-install element. | 10:08 |
hkominos | It was unable to use dnf and was defaulting to yum. MAybe it is fixed in the patch you merged IDK . | 10:08 |
ianw | hkominos: hrm, that's weird, pretty much everything should use ${YUM} i think which centos8 shoudl override to dnf ... but patches welcome :) | 10:18 |
ianw | we just merged the centos8 patch ( https://review.opendev.org/684308) but not released yet | 10:18 |
hkominos | I saw your patch. I will give it a go . maybe my issue is already fixed. Otherwise I will open a bug | 10:32 |
*** priteau has joined #openstack-dib | 11:01 | |
*** gudrutis2 has joined #openstack-dib | 13:25 | |
*** kbaegis has joined #openstack-dib | 13:26 | |
kbaegis | Morning all | 13:26 |
kbaegis | I’m wondering if the udev/lvm dependencies are further documented anywhere beyond the code. I’m running into issues containerizing it where lvm nodes are not properly populated after the loop/pv/vg have been created. | 13:27 |
*** hkominos has quit IRC | 13:37 | |
*** hkominos has joined #openstack-dib | 13:38 | |
kbaegis | Currently I’ve been using: ◎ Learn to draw◎ Fix lab; set up CI/CD◎ Learn new cooking skills◎ Write short stories◎ Read books more◎ Home projects◎ DIB_BLOCK_DEVICE_CONFIG='[ { "local_loop": { "name": "disk0", "size": "20GiB" } }, { "partitioning": { "base": "disk0", "label": "gpt", "partitions": [ { "name": "ESP", "type": "EF00", | 13:40 |
kbaegis | "size": "16MiB" }, { "name": "boot", "type": "EF02", "size": "6GiB" }, { "name": "lvm", "type": 8, "size": "100%" } ] } }, { "lvm": { "name": "lvm2", "pvs": [ { "name": "pv", "options": [ "--force" ], "device": "lvm", "base": "disk0" } ], "vgs": [ { "name": "vg", "base": [ "pv" ], "options": [ "--force" ] } ], "lvs": [ { "name": "root", "base": | 13:40 |
kbaegis | "vg", "extents": "100%FREE", "options": [ "--zero=n" ] } ] } }, { "mkfs": { "name": "mkfs_root", "base": "root", "type": "btrfs", "label": "root", "opts": "-f" } }, { "mount": { "name": "root_mnt", "base": "mkfs_root", "mount_point": "/" } } ]' | 13:40 |
kbaegis | Sorry, “DIB_BLOCK_DEVICE_CONFIG='[ { "local_loop": { "name": "disk0", "size": "20GiB" } }, { "partitioning": { "base": "disk0", "label": "gpt", "partitions": [ { "name": "ESP", "type": "EF00", "size": "16MiB" }, { "name": "boot", "type": "EF02", "size": "6GiB" }, { "name": "lvm", "type": 8, "size": "100%" } ] } }, { "lvm": { "name": "lvm2", | 13:41 |
kbaegis | "pvs": [ { "name": "pv", "options": [ "--force" ], "device": "lvm", "base": "disk0" } ], "vgs": [ { "name": "vg", "base": [ "pv" ], "options": [ "--force" ] } ], "lvs": [ { "name": "root", "base": "vg", "extents": "100%FREE", "options": [ "--zero=n" ] } ] } }, { "mkfs": { "name": "mkfs_root", "base": "root", "type": "btrfs", "label": "root", | 13:41 |
kbaegis | "opts": "-f" } }, { "mount": { "name": "root_mnt", "base": "mkfs_root", "mount_point": "/" } } ]'” | 13:41 |
kbaegis | Basically, how is this supposed to work without udev automagically populating lvm2 nodes? | 13:42 |
*** kbaegis has quit IRC | 13:48 | |
*** kbaegis has joined #openstack-dib | 14:01 | |
*** kbaegis has quit IRC | 14:07 | |
*** dasp has quit IRC | 14:08 | |
*** iurygregory has quit IRC | 14:49 | |
*** iurygregory has joined #openstack-dib | 15:34 | |
*** dasp has joined #openstack-dib | 15:52 | |
*** iurygregory has quit IRC | 16:05 | |
*** priteau has quit IRC | 18:32 | |
*** hkominos has quit IRC | 18:32 | |
*** priteau has joined #openstack-dib | 21:28 | |
*** adam_g has quit IRC | 21:36 | |
*** adam_g has joined #openstack-dib | 21:37 | |
*** adam_g has quit IRC | 21:46 | |
*** adam_g has joined #openstack-dib | 21:47 | |
*** priteau has quit IRC | 22:11 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!