This replaces the node number suffix with a random 6-digit alpha-numeric to make these more unique across multiple clusters. The user-provided cluster name is the prefix, which should allow for identifying which cluster a node belongs to.
Although my first thought was that the node identifier (-1, -2, etc.) was nice to have cosmetically, it ultimately becomes fairly meaningless once nodes begin to be cycled.
This replaces the node number suffix with a random 6-digit alpha-numeric to make these more unique across multiple clusters. The user-provided cluster name is the prefix, which should allow for identifying which cluster a node belongs to.
Although my first thought was that the node identifier (-1, -2, etc.) was nice to have cosmetically, it ultimately becomes fairly meaningless once nodes begin to be cycled.
Fixes #60
Signed-off-by: Bryan Stone aegixx@gmail.com