Skip to content

Commit

Permalink
Fixes #17421: error about group consistency at upgrade from Rudder 6.…
Browse files Browse the repository at this point in the history
…0 to 6.1
  • Loading branch information
ncharles committed May 22, 2020
1 parent 1e999b2 commit 08f560a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,7 @@ class WoLDAPNodeGroupRepository(
if(nodeGroup.copy(serverList = oldGroup.serverList) == oldGroup) {
UIO.unit
} else {
logPure.debug(s"Inconsistency when modifying node lists for nodeGroup ${nodeGroup.name}: previous content was ${oldGroup}, new is ${nodeGroup} - only the node list should change")
"The group configuration changed compared to the reference group you want to change the node list for. Aborting to preserve consistency".fail
}
}
Expand Down

0 comments on commit 08f560a

Please sign in to comment.