Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check for avx instruction support before installing Mongo #75

Open
steven-schattenberg-itential opened this issue Sep 26, 2024 · 0 comments

Comments

@steven-schattenberg-itential
Copy link
Contributor

During the MongoDB installation for a customer, the mongod service wasn’t starting due to a core dump. The root cause was the VM in ProxMox didn’t support AVX. Add a check to the deployer to check for AVX.

grep avx /proc/cpuinfo

For this customer, we had to change the cpu mode to ‘Host’.

We ran into a similar issue in the Lab and we had to migrate the VM to a physical host that supported AVX.

If we determine that AVX is missing this should be considered a fatal error in deployer.

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

No branches or pull requests

1 participant