Fix tag exclusion weight
authorIustin Pop <iustin@google.com>
Tue, 9 Nov 2010 07:11:05 +0000 (08:11 +0100)
committerIustin Pop <iustin@google.com>
Tue, 9 Nov 2010 07:37:55 +0000 (08:37 +0100)
commit306cccd50ae224542b344f301ccb768dd32d616a
tree76610d62f7ef25293dd842c713686dd29e3589e6
parent92921ea4ec3cbcbab7267491ade2153c0faa73b6
Fix tag exclusion weight

Currently, the tag exclusion metric has a weight of one, which means
there might be cases where we won't move instances around because it
upsets the cluster metrics. However, we do want to make a higher effort
for cleaning up tag collisions, so we increase the weight to an
empirically-determined value of 2.
Ganeti/HTools/Cluster.hs