Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

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

Closed
robertocabellon opened this issue Oct 27, 2016 · 1 comment
Closed

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

robertocabellon opened this issue Oct 27, 2016 · 1 comment

Comments

@robertocabellon
Copy link

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..
hashbangcode/vlad#350

@superalex
Copy link

Thanks @rcabellon I hope this PR (#29) can be merged soon.

Regards,

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants