Activity log for bug #994698

Date Who What changed Old value New value Message
2012-05-04 16:43:26 Scott Moser bug added bug
2012-05-17 00:38:20 Serge Hallyn cloud-init (Ubuntu): status New Triaged
2012-05-17 00:38:24 Serge Hallyn cloud-init (Ubuntu): importance Undecided Low
2012-05-17 12:57:08 Scott Moser summary cloud-init could re-enable ureadahead if running on real hardware cloud-init disables ureadahead even when it might be useful
2012-05-17 13:05:08 Scott Moser description cloud-init coudl re-enable ureadahead if it is actually running on real-hardware. Related bugs: * bug 499520: default uec-image requires at least 300 M of RAM to run - m1.small and c1.medium not needed by default Since bug 499520, cloud-init currently disables ureadahead by using a dpkg-divert of /etc/upstart/ureadahead.conf. The reasoning behind this was that: a.) ureadahead was causing OOM on boot small vms (~ 300M) b.) ureadahead inside a VM doesn't generally make any sense. Ureadahead tries to optimize disk reads for ssd or spinning disks. Its methods of determining if the disk of the system is ssd or spinning won't work in a VM. c.) ureadahead is part of ubuntu-minimal task, and we did not want to change that. Recently, though, we've started using cloud-init on real hardware, where ureadahead could be of use. Thus, I'd like to have a better solution. I think ureadahead would ideally disable itself if it found one of the following conditions: 1 small amount of memory (<512 or even 1024M) 2 if it is running in a container 3 no definitive knowledge of the type of disks used (if it thought this might be a VM) Of those options, determining the first 2 are straight forward, and I would think could be done in the upstart job even. I'm not familiar enough with ureadahead to know how easily it would be to determine number 3. Related bugs:  * bug 499520: default uec-image requires at least 300 M of RAM to run - m1.small and c1.medium not needed by default
2012-05-17 13:05:41 Scott Moser bug task added ureadahead (Ubuntu)
2012-05-17 13:21:33 Launchpad Janitor ureadahead (Ubuntu): status New Confirmed
2012-05-25 15:20:36 Brian Murray ureadahead (Ubuntu): importance Undecided Low
2023-11-07 09:15:29 James Falcon cloud-init (Ubuntu): status Triaged Won't Fix