I've verified this by the following: ## start instance of type m1.small (any instance type that has a ephemeral0 ## will show it) ## ami-6c06f305 = ebs/ubuntu-lucid-10.04-i386-server-20100923 # ec2-run-instances ami-6c06f305 --instance-type t1.micro # ssh to instance $ sudo reboot # it took a reboot to trigger the bug # reconnect to instance # verify mountall pegging cpu $ sudo stop mountall $ rel=$(lsb_release --codename --short) $ echo deb http://archive.ubuntu.com/ubuntu/ ${rel}-proposed restricted main multiverse universe | sudo tee -a /etc/apt/sources.list.d/${rel}-proposed.list $ sudo apt-get update $ sudo apt-get install mountall $ sudo reboot # ssh to instance # verify mountall *not* pegging cpu
** Tags added: verification-done ** Tags removed: verification-needed -- mountall spins eating cpu when 'nobootwait' option exists in fstab followed by a comma https://bugs.launchpad.net/bugs/649591 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
