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
if (!isHostOsCompatibleWithOtherHost(hostOsInCluster, hostOs)) {
474
479
Stringmsg = String.format("host: %s with hostOS, \"%s\"into a cluster, in which there are \"%s\" hosts added", firstCmd.getPrivateIpAddress(), hostOs, hostOsInCluster);
475
480
if (hostOs != null && hostOs.startsWith(hostOsInCluster)) {
476
481
s_logger.warn(String.format("Adding %s. This may or may not be ok!", msg));
0 commit comments