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

Central AZ cluster name determination incorrect #95

Closed
apconole opened this issue Jan 3, 2025 · 1 comment
Closed

Central AZ cluster name determination incorrect #95

apconole opened this issue Jan 3, 2025 · 1 comment

Comments

@apconole
Copy link

apconole commented Jan 3, 2025

When starting a simple cluster with ovn_cluster.sh start I get a message about a pod not found and
the cluster doesn't start.

Ex:

[root@localhost ovn-fake-multinode]# ./ovn_cluster.sh start
Starting OVN cluster
Waiting for containers to be up..
Adding ovs-ports
/etc/ovn/ovnnb_db.db does not exist ... (warning).
Creating empty database /etc/ovn/ovnnb_db.db [ OK ]
Starting ovsdb-nb [ OK ]
/etc/ovn/ovnsb_db.db does not exist ... (warning).
Creating empty database /etc/ovn/ovnsb_db.db [ OK ]
Starting ovsdb-sb [ OK ]
Starting ovn-northd [ OK ]
Error: no container with name or ID "ovn-central-az1-1" found: no such container

Bisected to commit af24758 ('Remove "-1" suffix to central container name for standalone-db scenario')

@dceara
Copy link
Contributor

dceara commented Jan 6, 2025

Fixed through #96

@dceara dceara closed this as completed Jan 6, 2025
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

2 participants