This patch series adds a simple support for the UUID, based on the agreed design changes. Some patches (the first two) could be applied to stable too.
Iustin Pop (9): Separate the computation of all config IDs Automatically cleanup _temporary_ids at save Add uuid attributes to configuration entities Automatically fill in missing UUIDs Simplify handling of regular fields in LUQuery* Implement uuid in gnt-node/instance list and info Man page updates for the uuid field Export and show the cluster uuid in cluster info Export the uuid in RAPI lib/cmdlib.py | 55 ++++++++++++--------------------------- lib/config.py | 67 ++++++++++++++++++++++++++++++++++++++++++++---- lib/objects.py | 7 +++-- lib/rapi/rlib2.py | 9 +++--- man/gnt-instance.sgml | 65 +++++++++++++++++++++++++++------------------- man/gnt-node.sgml | 8 ++++++ scripts/gnt-cluster | 1 + scripts/gnt-instance | 3 +- scripts/gnt-node | 2 +- 9 files changed, 137 insertions(+), 80 deletions(-)
