Activity log for bug #725127

Date Who What changed Old value New value Message
2011-02-25 17:31:37 Scott Moser bug added bug
2011-02-25 17:34:17 Scott Moser description Under the blueprint 'cloud-server-n-cloud-images' [1] I was working on tool to resize partitions in existing images. I've done that work in 2 parts * adding 'growpart' to the cloud-utils package * adding a new package 'cloud-initramfs-tools' Adding 'growpart' to the cloud-utils package allows a user to easily do something like: * download compressed uec image from [2], uncompress file * convert file to 'raw' image type (qemu-img convert -f vmdk -O raw natty-server-uec-amd64-disk1.vmdk disk.img) * increase the size from the default ~ 1.5G disk (truncate --size 4G disk.img) * rewrite the partition table so that there /dev/sda1 has access to the new space growpart disk.img 1 Adding the cloud-initramfs-tools package (and having it cloud-initramfs-growroot inside the UEC image) would allow the user to skip the final step. Having images that automatically respond to a root volume increase will be useful in cloud environments. I would have had this in yesterday (before Feature Freeze) but I just ran out of time at the end. -- [1] https://blueprints.launchpad.net/ubuntu/+spec/cloud-server-n-cloud-images [2] http://uec-images.ubuntu.com/server/natty/current/ovf/ Under the blueprint 'cloud-server-n-cloud-images' [1] I was working on tool to resize partitions in existing images. I've done that work in 2 parts  * adding 'growpart' to the cloud-utils package  * adding a new package 'cloud-initramfs-tools' Adding 'growpart' to the cloud-utils package allows a user to easily do something like:  * download compressed uec image from [2], uncompress file  * convert file to 'raw' image type (qemu-img convert -f vmdk -O raw natty-server-uec-amd64-disk1.vmdk disk.img)  * increase the size from the default ~ 1.5G disk (truncate --size 4G disk.img)  * rewrite the partition table so that there /dev/sda1 has access to the new space    growpart disk.img 1 Adding the cloud-initramfs-tools package (and having it cloud-initramfs-growroot inside the UEC image) would allow the user to skip the final step. Having images that automatically respond to a root volume increase will be useful in cloud environments. I have uploaded the signed source package to [3]. I had Jamie Strandboge review the package, and he's agreed to upload. I would have had this in yesterday (before Feature Freeze) but I just ran out of time at the end. -- [1] https://blueprints.launchpad.net/ubuntu/+spec/cloud-server-n-cloud-images [2] http://uec-images.ubuntu.com/server/natty/current/ovf/ [3] http://people.canonical.com/~smoser/cloud-initramfs-tools/
2011-02-25 17:34:31 Scott Moser bug added subscriber Jamie Strandboge
2011-02-25 17:35:13 Scott Moser bug added subscriber Ubuntu Release Team
2011-02-25 17:37:28 Launchpad Janitor branch linked lp:~ubuntu-on-ec2/ubuntu-on-ec2/cloud-utils
2011-02-25 17:47:27 Launchpad Janitor branch linked lp:~smoser/+junk/cloud-initramfs-tools
2011-02-25 18:24:27 Launchpad Janitor branch linked lp:ubuntu/cloud-utils
2011-02-25 22:10:34 Iulian Udrea ubuntu: status New Confirmed
2011-02-25 22:10:40 Iulian Udrea ubuntu: importance Undecided Wishlist
2011-02-28 20:00:58 Launchpad Janitor branch linked lp:ubuntu/cloud-initramfs-tools
2011-04-26 11:13:20 Scott Kitterman ubuntu: status Confirmed Fix Released