=== cpaelzer_ is now known as cpaelzer [16:09] Trying to change openstack single disk partition mounted to / with cloud-int to repartition to have multiple mountpoints (/var) at least [16:11] Tried using disk_setup and fs_setup in user-data but that is not working [16:11] Is it even possible? [17:20] Have question about partitioning disk with cloud-init [17:21] ezeh0001_: That should be possible; what do you mean by "not working"? [17:21] (And what distro/version are you using?) [17:22] I am running on RHEL 7 [17:22] I used the disk_setup inside user-data, but when it runs the partition is not yet there [17:23] ezeh0001_: Can you paste your config somewhere? [17:27] Odd_Bloke: Config http://pastebin.com/yv7MKB7H [17:29] ezeh0001_: You have "ephmeral" not "ephemeral" under disk_setup; I don't know if that's causing the problem. [17:29] ezeh0001_: If that doesn't fix it, /var/log/cloud-init.log is also extremely useful for debugging problems. [17:29] ezeh0001_: So either have a look at that yourself, or pastebin it and I can have a look. [17:29] (Though I'm about to go to lunch, so I won't be able to help for 90-120 minutes) [17:31] 120 minute lunch, questionable [17:31] lol [17:33] Obb_Bloke: Thanks. Will try that. [17:59] The error I get for disk_setup can be seen here: http://pastebin.com/pWYJ7fbJ [18:27] hi! how can I enable debug logging to cloud-init ? version is 0.7.5 [18:38] Odd_Bloke: Looking at the error, the partition table is not changed before cloud-init gets to it. I am trying to repartition the boot disk. Is that possible with cloud-init [19:27] harlowja: I had a call as well! [19:27] harlowja: NO YOU SHUT UP [19:27] ezeh0001_: Cool, having a quick look now. [19:28] ezeh0001_: Can you paste the full log? (Having context can sometimes make all the difference when debugging this sort of thing) [20:18] Odd_Bloke: whole log is at http://pastebin.com/ZsyNwmYb [20:38] ezeh0001_: Ohhhhh, I only just worked out you're trying to partition /. [20:38] ezeh0001_: I'm not sure we support that. [20:38] smoser: ^ ? [20:40] whats going on ? [20:41] smoser: Is there anyway to partition the disk that is mounted on /? [20:42] i dont think linux supports it really. [20:43] hm.. i guess maybe if / was an lvm [20:43] but if its a partitioned disk, then you can tell cloud-init not to resize and take the rest, but i dont know that you can add partitions wihtout unmounting [20:43] i'd have to think more though [21:01] @smoser and Odd_Bloke: Thanks for your assistance [23:31] Hi is there any way to specify uid/gid for a user created in the cloud-init users: section?