-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
verifiedAll test cases were verified successfullyAll test cases were verified successfully
Milestone
Description
pecbridge.service does not correctly resolve mailnode IP in a multi-node cluster
Steps to reproduce
- install NS8 cluster with 2 nodes
- configure user base
- install mail server and webtop on node2
- configure webtop connected to mail server on node2
- SSH access to node2
- verify the IP assigned to mailnode:
runagent -m webtop1 podman exec -ti pecbridge getent hosts mailnode
Expected behavior
10.5.4.2 mailnode
Actual behavior
10.5.4.1 mailnode
To solve it, a pod restart is needed:
runagent -m webtop1 systemctl --user restart webtop
Components
ns8-webtop
See discussion https://mattermost.nethesis.it/nethesis/pl/5wqmfkip1td7jq7xtq4ah8z8ye
Thanks to @Amygos @lucagasparini
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
verifiedAll test cases were verified successfullyAll test cases were verified successfully
Type
Projects
Status
Done