=== rangerpb is now known as rangerpbzzzz === natorious is now known as zz_natorious === zz_natorious is now known as natorious === natorious is now known as zz_natorious === rangerpbzzzz is now known as rangerpb === zz_natorious is now known as natorious === natorious is now known as zz_natorious === zz_natorious is now known as natorious [19:32] Hi All! I've got a stupid question: How does resizing work in cloud-init? I built a custom image for CentOS 7 because the stock images weren't reading metadata correctly. However, it's not resizing correctly and I'm wondering if I built it wrong. Anything I should avoid? LVM, xfs, etc? [21:18] dbuechler, kernel version? [21:18] Errrr 3.10? [21:18] in a kernel > 3.8, cloud-init's "growpart" module calls growpart [21:19] and then resize_root module calls resizefs / [21:19] or the equivalent. [21:19] you need growpart to do it. [21:19] So, I need to have growpart installed... in CentOS, growpart is in cloud-utils-growpart ( [21:19] I think) [21:19] right. [21:19] so that has to be there. [21:20] and growpart only knows ow to resize mbr or gpt [21:20] it can't lvm grow [21:20] AH! [21:20] patches will be welcome for that. [21:20] Ok. No LVM. Good to know. [21:20] I appreciate the insight. [21:21] i dont knwo if xfs will work or not. [21:21] i'd have to look. [21:21] i think we would try [21:21] but you'd then need xfs-utils [21:22] I'm pretty sure xfs-utils is installed by default in "Minimal System" configuration, but I'll double-check. [21:22] I'll let you know after I rebuild the VM this afternoon. [21:23] There is an issue with the stock version of python-six in CentOS 7. I filed a bug report on it. === rangerpb is now known as rangerpbzzzz [21:27] you filed bug in cloud-init ? [21:30] Yes. I'm not sure there's anything you can really do about it except update documentation. [21:30] It was mostly an FYI. [21:36] dbuechler, well, i'm guessing we could do something. [21:37] smoser: I also filed another one regarding 'make rpm' on a tarball of 0.7.6 downloaded from cloud-init. make-tarball bombs complaining that the directory is not a branch. [21:38] hm.. just use the bzr branch i guess. [21:39] smoser: Re six - I included my workaround in the bug report... I used pip to upgrade six (it went to 1.9.0) and that solved my problem. [21:40] Can you use bzr to get 0.7.6? I'm new to bzr, so I hadn't figured that part out yet. [21:41] yeah. [21:41] bzr branch lp:cloud-init [21:41] cd cloud-init [21:41] cd .. [21:41] bzr branch -r 0.7.6 cloud-init 0.7.6 [21:42] Ah! Good to know. Thank you. [21:44] I have to run. I'll let you know how that new image works out. Thank you for your time. === natorious is now known as zz_natorious