*** hashar has quit IRC | 00:18 | |
*** jamielennox is now known as jamielennox|away | 00:36 | |
*** jamielennox|away is now known as jamielennox | 00:37 | |
*** frontrunner has joined #openstack-dib | 01:43 | |
*** sudipto has joined #openstack-dib | 02:41 | |
*** sudipto has quit IRC | 03:03 | |
*** frontrunner has quit IRC | 03:09 | |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: Add 2.0.0 release notes https://review.openstack.org/444075 | 03:31 |
---|---|---|
*** sudipto has joined #openstack-dib | 04:14 | |
*** aparnav has joined #openstack-dib | 04:32 | |
*** chhavi has joined #openstack-dib | 04:39 | |
openstackgerrit | yolanda.robla proposed openstack/diskimage-builder master: Refactor: block-device filesystem creation, mount and fstab https://review.openstack.org/444118 | 06:53 |
*** chhavi has quit IRC | 07:06 | |
andreas-f | @Yolanda: would it be possible to abadon this new patch? I already rebased the patch for me and I am in the middle of adapting all the proposed changes and it would be a lot of work to rebase everything again - and I do not see the reason for this. | 07:07 |
yolanda | ah sure | 07:21 |
*** chhavi has joined #openstack-dib | 07:25 | |
yolanda | andreas-f, now that you are around, can we talk about next steps? i'd like to have 2 things: validation of the json blob , to raise failures if it's malformed, or has incorrect values, instead of crashing in the middle of image builds. And the volume management. I'd like to hear opinions and I can collaborate on implementation if needed | 07:27 |
andreas-f | Only around for some minutes....: Checking the config has (partially) be done in the constructors of the different python classes. So if you want more here, you can add it there. | 07:38 |
yolanda | i'll send some patches. For example i think it's important a check for the sizes of partitions | 07:39 |
yolanda | or a more sane error if you add an element in the tree that has not an implementation | 07:40 |
andreas-f | I think you are also talking about the IMAGE_SIZE? This is somewhat more complicated, because this is an relict of v1 - and does not fit into v2.... | 07:40 |
yolanda | the failure i saw, is that partition ended being created with negative numbers. that is going to change? | 07:40 |
andreas-f | A size check with partitions is something that is currently lacking. Would be good if you can have a look here. | 07:41 |
yolanda | andreas-f, what about volumes? are you planning to work on it? could i start some patch? | 07:41 |
yolanda | for our blueprint, we will rely on volumes, not partitions | 07:42 |
andreas-f | Of course you can use LVMs here - and add the appropriate level1 classes. | 07:43 |
yolanda | ok, is ok if i start the effort? don't want to overlap | 07:43 |
andreas-f | (Most of those should already exists in some old patches :-) ) | 07:43 |
*** pmannidi has quit IRC | 07:44 | |
andreas-f | No - LVM is a complete new element / file / classes: no overlap here. | 07:44 |
andreas-f | But its a little bit more tricky than the existing block device elements: this can also be used to combine existing block devices. | 07:45 |
yolanda | ok i'll work on that, as it's a priority for us. I'll be sending stuff, but i'll need reviews and guidance | 07:45 |
andreas-f | So: multiple input block devices and multiple output block devices. | 07:46 |
yolanda | indeed, yes, pvcreate can use different partitions | 07:46 |
andreas-f | In comparison: partition uses only one input block device... | 07:46 |
andreas-f | If you have time you can also add an encryption module ;-) | 07:47 |
yolanda | ah, time is what we always lack :) | 07:47 |
yolanda | let's start with volumes. And well, we will need encryption but as a second step | 07:47 |
andreas-f | Sorry - but I have to leave now. | 07:47 |
yolanda | k, have a nice day, i'll start moving efforts there | 07:48 |
*** sudipto has quit IRC | 08:00 | |
*** sudipto has joined #openstack-dib | 09:47 | |
*** chhavi has quit IRC | 09:52 | |
*** hashar has joined #openstack-dib | 10:05 | |
*** openstackgerrit has quit IRC | 10:33 | |
*** openstackgerrit has joined #openstack-dib | 10:42 | |
openstackgerrit | yolanda.robla proposed openstack/diskimage-builder master: Add size checks when creating partitions https://review.openstack.org/444208 | 10:42 |
*** chhavi has joined #openstack-dib | 10:46 | |
*** chhavi has quit IRC | 12:07 | |
*** chhavi has joined #openstack-dib | 12:08 | |
*** aparnav has quit IRC | 12:25 | |
*** hashar is now known as rahsah | 12:32 | |
openstackgerrit | yolanda.robla proposed openstack/diskimage-builder master: Raise an exception on non-existing elements https://review.openstack.org/444269 | 12:38 |
*** yolanda has quit IRC | 12:46 | |
*** frontrunner has joined #openstack-dib | 12:55 | |
*** yolanda has joined #openstack-dib | 13:06 | |
*** des_consolado has quit IRC | 13:14 | |
*** sudipto has quit IRC | 13:16 | |
*** hashar has joined #openstack-dib | 13:26 | |
*** yolanda has quit IRC | 13:29 | |
*** yolanda has joined #openstack-dib | 13:30 | |
*** sudipto has joined #openstack-dib | 14:21 | |
*** chhavi has quit IRC | 14:23 | |
openstackgerrit | yolanda.robla proposed openstack/diskimage-builder master: Raise an exception on non-existing elements https://review.openstack.org/444269 | 14:33 |
*** chhavi has joined #openstack-dib | 14:37 | |
openstackgerrit | yolanda.robla proposed openstack/diskimage-builder master: Raise exception when base element does not match https://review.openstack.org/444330 | 14:41 |
*** chhavi has quit IRC | 15:20 | |
*** chhavi has joined #openstack-dib | 16:04 | |
*** yolanda has quit IRC | 16:06 | |
*** yolanda has joined #openstack-dib | 16:06 | |
*** yolanda has quit IRC | 16:11 | |
*** yolanda has joined #openstack-dib | 16:18 | |
*** yolanda has quit IRC | 16:26 | |
*** yolanda has joined #openstack-dib | 16:27 | |
openstackgerrit | yolanda.robla proposed openstack/diskimage-builder master: WIP: Add lvm management to diskimage-builder https://review.openstack.org/444403 | 16:42 |
*** chhavi has quit IRC | 16:48 | |
openstackgerrit | yolanda.robla proposed openstack/diskimage-builder master: WIP: Add lvm management to diskimage-builder https://review.openstack.org/444403 | 16:49 |
*** sudipto has quit IRC | 17:17 | |
*** hashar has quit IRC | 17:20 | |
openstackgerrit | yolanda.robla proposed openstack/diskimage-builder master: WIP: Add lvm management to diskimage-builder https://review.openstack.org/444403 | 17:23 |
*** andreas-f has quit IRC | 18:45 | |
*** andreas-f has joined #openstack-dib | 19:35 | |
*** hashar has joined #openstack-dib | 20:45 | |
*** frontrunner has quit IRC | 21:50 | |
*** rahsah has quit IRC | 23:11 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!