-
Notifications
You must be signed in to change notification settings - Fork 55
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
NetworkNotFound error preventing server creation in VexxHost OpenStack #1061
Comments
marmijo
added a commit
to marmijo/fedora-coreos-pipeline
that referenced
this issue
Nov 22, 2024
All openstack runs started failing today due to coreos#1061. Let's disable the mechanism to kick off openstack jobs for a few days to see if the issue is resolved after the weekend.
marmijo
added a commit
to marmijo/fedora-coreos-pipeline
that referenced
this issue
Nov 22, 2024
All openstack runs started failing today due to coreos#1061. Let's disable the mechanism to kick off openstack jobs for a few days to see if the issue is resolved after the weekend.
PR to disable |
marmijo
added a commit
to marmijo/fedora-coreos-pipeline
that referenced
this issue
Nov 22, 2024
All openstack runs started failing today due to coreos#1061 Stop running tests on openstack for the next few days to see if the issue is resolved after the weekend.
marmijo
added a commit
to marmijo/fedora-coreos-pipeline
that referenced
this issue
Nov 22, 2024
All openstack runs started failing today due to coreos#1061 Stop running tests on openstack for the next few days to see if the issue is resolved after the weekend.
marmijo
added a commit
to marmijo/fedora-coreos-pipeline
that referenced
this issue
Nov 22, 2024
All openstack runs started failing today due to coreos#1061 Stop running tests on openstack for the next few days to see if the issue is resolved after the weekend.
marmijo
added a commit
to marmijo/fedora-coreos-pipeline
that referenced
this issue
Nov 22, 2024
All openstack runs started failing today due to coreos#1061 Stop running tests on openstack for the next few days to see if the issue is resolved after the weekend.
dustymabe
pushed a commit
that referenced
this issue
Nov 22, 2024
All openstack runs started failing today due to #1061 Stop running tests on openstack for the next few days to see if the issue is resolved after the weekend.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
A
NetworkNotFound
error was seen in the FCOS OpenStack instance on VexxHost today. The error caused all server creation to fail in OpenStack, either in thekola-openstack
job or locally through the CLI.The issue seems to be that the
private
network we attach to the servers is not available, but the network looks fine in the CLI and the cloud console.When creating a server using
openstack server create --debug --network=private <other server creation arguments>
, the following debug message can be seen:The instance fails to launch and the error shows that the private network cannot be found. However:
openstack network show private
confirms this, as does the cloud console).Additional Information
OpenStack region doesn't seem to make a difference
The failure was seen using the
ca-ymq-1
region in OpenStack, but I also saw the error when I tried creating a server inams1
as well.Timing of failure
We saw a successful kola-openstack run on
2024-11-22 8:54 UTC
, but then saw the following error in a kola-openstack run at2024-11-22 8:13 UTC
We then started seeing these failures on all runs afterwards starting at
2024-11-22 17:52 UTC
Potentially there were some stability issues this morning that could have affected our host.
VexxHost Status seems green though: https://status.vexxhost.com/
Nova Compute Logs
I searched for similar instances of this failure and articles/forums point towards checking the Nova Compute Logs at
/var/log/nova/nova-compute.log
and running a command as root on the host to resolve the issue. However, we dont have access to the host resources.The text was updated successfully, but these errors were encountered: