Fix connection string in EXAOperation in cloud deployments when EXAOperation is running on a data node
Details
| Detail name | Value |
|---|---|
| Changelog Number | 10176 |
| Type | Bug |
| Status | Open |
| Affected Versions |
In cloud environments, when EXAOperation is running on a data node, the connection string shown in EXAOperation is currently wrong. This behavior is because of the missing public network configuration file in /var/lib/exawolke which should be created during the node installation.
You can create the public network configuration file manually by running the below command on each data node:
echo "private0" > /etc/exawolke/public_interface
and refreshing the browser tab which shows EXAOperation
During installation, we will create the missing public network configuration file in /var/lib/exawolke on every node.