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 (clusterList != null && !clusterList.isEmpty()) {
463
463
s_logger.error("Failed to add cluster: specified Nexus VSM is already associated with another cluster");
464
+
_clusterDao.remove(clusterId);
464
465
ResourceInUseExceptionex = newResourceInUseException("Failed to add cluster: specified Nexus VSM is already associated with another cluster with specified Id");
0 commit comments