-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
[bitnami/mongodb] libos.sh: line 344 error when installing ReplicaSet #12834
Comments
Hi, |
Hello,
Its a 64 bit cpu |
Hi, |
Same issue, output of
|
In think that is the issue here, mongodb requires |
Output of
My cpu also does not support avx instructions. Is there anything I can do? |
I think there is not, but maybe in qemu there is something to emulate those instruction. |
Okay, thank you for your help! |
Had same issue with my old Xeon that does not have AVX. Since AVX support was introduced in v5, going back to v4 solved the issue. |
@mulder999 @RobertFent, |
I've run to the same issue having mongodb in my k3s cluster, running in a proxmox VM. Fixed it by changing processor type in VM from qemu64 to host and had to reboot all nodes. |
Had the same issue and was almost a month of troubleshooting.... finally got this thread and got your solution.. thank you!! |
Hi, |
Name and Version
bitnami/mongodb 13.1.7
What steps will reproduce the bug?
basic cluster setup
install mongodb with helm
errors
-> Pods not starting
Are you using any custom parameters or values?
--set architecture="replicaset",auth.rootPassword=password123
What is the expected behavior?
MongoDB Pods should start with 2 Replicas without any errors
What do you see instead?
MongoDB Pods not starting because of an error in arbiter:
The text was updated successfully, but these errors were encountered: