You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is against goconserver version 0.3.1. While goconserver introduced broadcast node in pull request #45, it failed to support xCAT hierarchy mode.
In the configuration above, Run rcons c910f03c01p10,c910f03c01p19 will fail. See details below.
# rcons c910f03c01p10,c910f03c01p19
Could not connect to c910f03c01p10, error: Node not exist
Connection to c910f03c01p10 closed.
# rcons c910f03c01p19,c910f03c01p10
Could not connect to c910f03c01p10, error: Node not exist
Connection to c910f03c01p10 closed.
The text was updated successfully, but these errors were encountered:
This issue is against
goconserver
version 0.3.1. Whilegoconserver
introduced broadcast node in pull request #45, it failed to support xCAT hierarchy mode.In my test environment,
c910f03c01p09
act as xCAT management node,c910f03c01p10
act as xCAT service node, andc910f03c01p19
act as the compute node.In the configuration above, Run
rcons c910f03c01p10,c910f03c01p19
will fail. See details below.The text was updated successfully, but these errors were encountered: