You have been subscribed to a public bug:
Although this bug report is focused on precise server images, I also tried it
with
http://cloud-images.ubuntu.com/vagrant/raring/20130507/raring-server-cloudimg-amd64-vagrant-disk1.box
It is broken as well.
Software versions used:
$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=13.04
DISTRIB_CODENAME=raring
DISTRIB_DESCRIPTION="Ubuntu 13.04"
$ vagrant --version
Vagrant version 1.0.7
$ vboxmanage --version
4.2.10_Ubuntur84101
Steps to reproduct:
1. Download the attached Vagrantfile to your working directory
2. Run "vagrant up"
3. Run the following bash command:
vagrant status | awk '$2 == "running" { print $1 }' | while read machine; do
echo $machine `vagrant ssh $machine -c "grep processor /proc/cpuinfo | wc -l"`;
done
Output:
ubuntu-20130425 1
ubuntu-20130429 1
ubuntu-20130502 1
ubuntu-20130506 1
ubuntu-vagrant 4
Expected output:
ubuntu-20130425 4
ubuntu-20130429 4
ubuntu-20130502 4
ubuntu-20130506 4
ubuntu-vagrant 4
Cheers,
Omri.
** Affects: ubuntu
Importance: Undecided
Status: New
** Tags: vagrant
--
Vagrant images don't support SMP properly
https://bugs.launchpad.net/bugs/1177574
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