-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Environment
Self-Hosted
System
Ubuntu 22 LTS
Version
Latest
Describe the problem
When running the mongo tag on a VM that has AVX=0 on Ubuntu22, neither mongo version will install, and the playbook will fail on Start MongoDB task.
fatal: [dufus-stratus0]: FAILED! => {
"changed": false,
"invocation": {
"module_args": {
"daemon_reexec": false,
"daemon_reload": false,
"enabled": true,
"force": null,
"masked": null,
"name": "mongod",
"no_block": false,
"scope": "system",
"state": "started"
}
},
"msg": "Could not find the requested service mongod: host"
}We should PROBABLY install Mongo4 even if it's Ubuntu22 if AVX is still an issue for v6.
Additional info
No response
Please tick the boxes
- You have explained the issue clearly, and included all relevant info
- You are using the latest version of FluxNodeInstall
- You've checked that this issue hasn't already been raised
- You agree to the code of conduct
Metadata
Metadata
Assignees
Labels
No labels

