Getting Local Constellation Running on CentOS Stream 9 - Failing to Start #4000
Unanswered
thedude257954
asked this question in
Q&A
Replies: 1 comment
-
|
Hey there, Unfortunately, we're not able to test on every distribution in CI, and thus only recommend Ubuntu
Best, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Issue: Can't Start Local Constellation Cluster on CentOS Stream 9 Machine
Description
Following the steps given here to setup a local constellation cluster on an INTEL(R) XEON(R) GOLD 6542Y running CentOS Stream 9
Failure occurs while running the “constellation mini up” command and when attempting to build the cluster with qemu. The failure occurs on the “constellation apply -y” command.
Environment
-Constellation version: v2.24.0
Troubleshooting Paths Taken
Following Local Install Troubleshooting Steps
Followed the provided steps on the local install guide that ensures iptables are configured correctly
VM Creation
Ubuntu 22.04 VM:
Followed the steps here on the VM and the Constellation cluster was setup correctly and the test workload could be applied
CentOS Stream 9 VM:
Followed the same steps on the Constellation local install guide and it failed with the same error output as seen below. This seems to be only a CentOS Stream 9 problem, since it doesn't work on both a base install of CentOS Stream 9 and a VM install of the same OS.
Virtual Networks
The user being used to setup the constellation cluster did not have access to the default virtual network that virsh creates. This was thought to be an issue but after access was given the error still occurred.
Monitored Virtual Bridge and Networks that Constellation Creates
tcpdump was used to see the traffic on the bridge and networks but will suddenly stop and soon after constellation will error out with the same failure message.
Looking into /var/log/messages
It was found that the iscsi.service was off and constellation was throwing errors while running. The service was turned on but the error was still gained after starting the service. Another error was seen from the docker container that is started during cluster creation with the message “Container failed to exit within 0s of signal 15 - using the force”. The same image was started outside of the cluster creation process and the container will not stay running after it completes its task so this error seems to make some sense.
Libvirt Missing Network Daemon Socket
A network daemon socket was thought to be causing an error in the libvirtd service. The following missing pieces were installed
Once installed they were all enabled and started. This did not fix the issue and the same error was gained when the command to start constellation was executed again.
Issue Output
Mini up Failure Screenshot
QEMU Failure Screenshot
Beta Was this translation helpful? Give feedback.
All reactions