kaleidos-ventures / taiga-vagrant

Vagrant for taiga
200 stars 49 forks source link

vagrant box defines more cpus than available on host! #28

Closed robertocabellon closed 7 years ago

robertocabellon commented 8 years ago

after vagrant up executed the vagranfile creates the virtual machine with 4 cpus, but I only have 2 available. Then linux never boots up. It hangs, looping the following message: sd 2:0:0:0 rejecting I/O to offline device

I fixed this by forcing through the VagrantFile to use 2 cpus.

then i found this looking for information about the problem... it seems tha nproc counts for physical and virtual cores.. and vbox only counts for physical.. https://github.com/hashbangcode/vlad/issues/350

superalex commented 7 years ago

Thanks @rcabellon I hope this PR (https://github.com/taigaio/taiga-vagrant/pull/29) can be merged soon.

Regards,