[00:00] That's about right [00:00] the bug report is a bit wrong. in the description. [00:00] i thought it was all user-space [00:00] but really the user space says "hey kernel, do magic!" [00:03] and of course... now cinder decides it is going to act up [00:09] smoser: yeah, it's clearly dependent on the size of the backing volume upped the size to 1TB and it's doing the same thing. At least this image has the logging enabled so I can see exactly what is taking so long [00:10] yeah, and the log should even explicitly say "took X seconds" for that somewhere. [00:10] one interesting thing... i made that backgroundable. [00:10] Oh? [00:10] but it turns out it doesn't matter. its so IO heavy, that nothing else is happing. [00:10] hahah [00:11] That's the way it goes I guess [00:11] http://bazaar.launchpad.net/~cloud-init-dev/cloud-init/trunk/view/head:/doc/examples/cloud-config.txt [00:11] you can give it a try: [00:11] the SAN might have the IOPS to handle that though [00:11] resize_rootfs: noblock [00:11] you can put that in user-data or in a /etc/cloud/cloud.cfg.d/foo.cfg file [00:12] seems like cloud-config would be the more lower impact way to test it [00:14] I have to run, but I should be back in about an hour to test it out and see how it does. [00:14] smoser: thanks for the help and pointers [00:15] I'll let you know how I make out with noblock [00:19] smoser: 2015-03-18 20:16:33,573 - util.py[DEBUG]: Resizing took 482.659 seconds === harlowja_ is now known as harlowja_away === shardy_z is now known as shardy [16:57] if I want to use configdrive on OpenStack, does cloud-init automatically try to mount and read it? [16:57] smoser: ^ ? [16:57] harlowja_away: ^ === harlowja_away is now known as harlowja_ [17:10] SpamapS yes [17:11] harlowja_: ok, mordred is suggesting that is not true. [17:11] harlowja_: our Ubuntu trusty nodes don't seem to do it anyway. [17:11] so then it starts to depend on what datasources are enabled [17:12] $ cat /etc/cloud/cloud.cfg [17:12] ie datasource_list: [17:12] - ConfigDrive [17:12] - Ec2 [17:12] - None [17:13] if configdrive not there, then its not gonna do anything :-P [17:32] SpamapS go give a monty a hug, or something, lol, u both at HP, go find him or something (not sure which office he is at, lol) [17:34] HAHA [17:34] He's at his home in NY [17:34] I'm at my home in LA [17:34] so.. yeah. [17:36] start walking then [17:36] lol [17:36] chop chop [18:25] smoser: Would appreciate, if you can get some time and provide some feedback on https://code.launchpad.net/~suro-patz/cloud-init/vm-clone-ip-reusage-issue/+merge/252961 [20:59] SpamapS, i'm 99% certain it does. [21:00] just the other day suggsted to someone to use it and it solved their problem [21:00] if it doesnt, plase open bug [22:59] smoser: thanks, we figured it out. What mordred was on about was that it doesn't _leave_ it mounted. [22:59] smoser: also OpenStack infra can't use it because it doesn't work in precise. [23:04] * harlowja_ my thought on that is that its 0.6.3 and openstack isn't writing the old v1 config-drive format anymore?