Statistics
| Branch: | Tag: | Revision:

root / src / Ganeti / Query / Cluster.hs @ e10c4a69

History | View | Annotate | Download (1.2 kB)

# Date Author Comment
1c3231aa 06/13/2013 12:32 pm Thomas Thrainer

Index nodes by their UUID

No longer index nodes by their name but by their UUID in the cluster
config. This change changes large parts of the code, as the following
adjustments were necessary: * Change the index key to UUID in the configuration and the
ConfigWriter, including all methods....