Change resolved hostname from dict to a class
[ganeti-local] / lib /
2007-09-19 Iustin PopChange resolved hostname from dict to a class
2007-09-18 Iustin PopImplement cluster rename operation
2007-09-17 Alexander SchreiberCleanup up selective imports for utils and utils unit...
2007-09-17 Iustin PopA few minor fixes in backend.py
2007-09-17 Iustin PopImplement instance rename operation
2007-09-17 Alexander SchreiberAdded TcpPing to do ping-alike via TCP connect(2) with...
2007-09-17 Iustin PopAdd support for rename operation in the OS API
2007-09-17 Iustin PopAdd rename instance support to ConfigWriter
2007-09-14 Iustin PopChange OpQueryNodes nodes attribute to names
2007-09-14 Iustin PopEnable LUQueryInstances to work with a given list of...
2007-09-14 Iustin PopRemove OpQueryNodeData and LUQueryNodeData
2007-09-14 Iustin PopChange LUQueryNodes to return raw values and support...
2007-09-14 Iustin PopChange _GetWanted* to return names instead of objects
2007-09-13 Iustin PopMove string formatting out of LUQueryInstances
2007-09-13 Iustin PopFix the ssh change which breaks remote ssh commands
2007-09-12 Michael HanselmannChange the way how locales are overridden:
2007-09-12 Iustin PopClone cmdlib._GetWantedNodes into _GetWantedInstances
2007-09-12 Iustin PopFix docstrings of many opcodes
2007-09-11 Iustin PopFilters out LANG and LC_* on RunCmd
2007-09-11 Michael Hanselmann- Don't build .tar.bz2, we only distribute .tar.gz...
2007-09-07 Guido TrotterMake import/export use the auxiliary ssh library to...
2007-09-05 Michael HanselmannAdd function to get all local IP addresses, will be...
2007-09-04 Michael HanselmannUse _autoconf.py instead of version.py, generated by...
2007-09-03 Michael Hanselmann- Generic automake cleanup
2007-09-03 Iustin PopSwitch utils.RunCmd from popen2 to subprocess
2007-08-30 Iustin PopFix mdadm -D output compatibility issues.
2007-08-30 Michael Hanselmann- Check for secondary node before doing a failover.
2007-08-30 Iustin PopAdd a safety check to the backend.AddOSToInstance
2007-08-30 Iustin PopAdd one more check on cluster init.
2007-08-30 Iustin PopDocument kernel selection method
2007-08-28 Iustin PopRefuse nodes with non-FQDN hostnames.
2007-08-28 Iustin PopFix compatibility problems with mdadm-2.5.6
2007-08-24 Iustin PopRework ssh known-hosts handling.
2007-08-23 Iustin PopImprove LURunClusterCommand
2007-08-22 Iustin PopFix one wrong usage of _GetWantedNodes
2007-08-21 Michael HanselmannFix typo.
2007-08-20 Iustin PopDisable hashing of the ssh keys.
2007-08-20 Iustin PopAdd support for listing instance disk sizes.
2007-08-20 Iustin PopA CheckPrereq method had one unconverted "return 1...
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.