Skip to content

Commit

Permalink
Describe the upgrade issue involving OVN sockets
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Kitt <[email protected]>
  • Loading branch information
skitt committed Oct 17, 2023
1 parent 680644f commit 74157ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/content/community/releases/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ weight = 40
* Submariner now ensures that the IPsec control socket is created before initiating connection requests, and also
automatically retries connections in response to errors reported by the 'whack' command.

### Known issues

* Upgrades involving OVN can fail because one of the OVN sockets is replaced by a directory.
To bring affected nodes up successfully, all invalid sockets on each node must be removed: `find /run -type d -name '*.sock' -delete`.
This will be fixed in v0.16.1.

## v0.14.5

This is a bugfix release:
Expand Down

0 comments on commit 74157ab

Please sign in to comment.