Closed anotherjesse closed 13 years ago
Each of our clusters use a different vlan. So I went to configs to add entries for each doing:
key: vm_vlan value: 123 cluster: staging
but since I already had a cluster it gave an error:
Config with this Key already exists.
Looks like it is doing uniqueness on key, not key+cluster.
Expected: each cluster to be able to have a different configuration for same key
ah, thought i had tossed the uniqueness on the key
fixed the dang out of this
Each of our clusters use a different vlan. So I went to configs to add entries for each doing:
but since I already had a cluster it gave an error:
Looks like it is doing uniqueness on key, not key+cluster.
Expected: each cluster to be able to have a different configuration for same key