Change cli.OutputTable to cli.GenerateTable
[ganeti-local] / lib /
2007-08-17 Iustin PopChange cli.OutputTable to cli.GenerateTable
2007-08-16 Iustin PopSome small fixes.
2007-08-14 Iustin PopStyle changes for pep-8 and python-3000 compliance.
2007-08-08 Iustin PopImplement tag support for cluster, nodes and instances.
2007-08-06 Michael HanselmannDon't bail out if node isn't there on “gnt-node volumes”.
2007-08-03 Iustin PopPrepare for the tags implementation:
2007-08-03 Iustin PopRe-stat the config file when we write it so that the...
2007-08-03 Michael HanselmannAdd instance name to LVM volume as a tag.
2007-08-03 Iustin PopImplement a standard way of getting the cluster object...
2007-08-03 Iustin PopChange logival volume names to not be based on the...
2007-08-03 Michael HanselmannPut synchronization speed into constant.
2007-08-02 Michael HanselmannPut default bridge into constant.
2007-08-02 Michael HanselmannAdd configuration upgrade utility.
2007-08-02 Michael HanselmannImplement __setitem__ for ConfigObject to add container...
2007-07-30 Michael HanselmannFix issues reported by pylint.
2007-07-27 Michael HanselmannUnify environment variables for instance related hooks.
2007-07-27 Michael HanselmannCheck for instances on “gnt-cluster destroy”.
2007-07-27 Michael Hanselmann- Implement “gnt-instance reinstall --os-type=…”
2007-07-27 Iustin PopFix the "gnt-cluster getmaster" command by making the...
2007-07-27 Iustin PopMove the cluster name from ConfigWriter to SimpleStore.
2007-07-26 Michael Hanselmann- Move --force option to cli.py
2007-07-26 Michael HanselmannDon't pass master_node
2007-07-26 Michael HanselmannComment formatting updates.
2007-07-26 Iustin PopThe master_node is no longer stored in the config file...
2007-07-25 Michael HanselmannGet ports from configuration if there are some.
2007-07-25 Iustin PopIt seems the _CheckNodesDirs function is no longer...
2007-07-25 Iustin PopSince the watcher can run on all nodes, let's get rid...
2007-07-25 Iustin PopMake the ganeti-watcher exit gracefully if it's not...
2007-07-24 Michael HanselmannAdd description, fix indentation.
2007-07-24 Michael HanselmannUse generic function to output tables.
2007-07-24 Michael Hanselmann- Implement “gnt-node volumes”
2007-07-23 Iustin PopBig change/cleanup in relation to the master startup:
2007-07-23 Guido TrotterDo the secondary check and subsequently allocate the...
2007-07-23 Guido TrotterFix a typo in an error message, and actually pass it...
2007-07-23 Michael HanselmannOutput instance name in error message instead of object...
2007-07-23 Michael HanselmannFix calls to _GenerateMDDRBDBranch.
2007-07-19 Guido TrotterCheck for memory size requirements before failing over...
2007-07-19 Guido TrotterImplement space requirement checking before creating...
2007-07-16 Iustin PopInitial commit.