Skip to content

Commit bbadca9

Browse files
authored
github: Use microovn waitready (#15167)
CI fails occasionally due to race: ``` + sudo microovn cluster bootstrap Error: Post "http://control.socket/core/control": dial unix /var/snap/microovn/common/state/control.socket: connect: no such file or directory ``` MicroOVN added support for a `waitready` subcommand for us in canonical/microovn#225, we just need to use it. MicroCeph is [not affected](https://github.com/canonical/microceph/blob/210e20f30bba4b3e0c9247bdd6539d70f1ccedfb/microceph/cmd/microceph/cluster_bootstrap.go#L80).
2 parents 93c5ce7 + c533f68 commit bbadca9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/setup-microovn/action.yml

+1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ runs:
2525
2626
sudo snap install microovn --channel "${{ inputs.microovn-channel }}"
2727
sudo microovn cluster bootstrap
28+
sudo microovn waitready
2829
sudo microovn status

0 commit comments

Comments
 (0)