Modify two mirror-device related rpc calls
[ganeti-local] / lib / cmdlib.py
2007-10-25 Iustin PopModify two mirror-device related rpc calls
2007-10-24 Iustin PopInitial implementation of drbd8 template type
2007-10-24 Iustin PopFix a disk handling bug triggered by failover
2007-10-19 Iustin PopAbstract more strings values into constants
2007-10-18 Alexander SchreiberPatch series for reboot feature, part 2
2007-10-16 Michael HanselmannMake “gnt-cluster verify” exit 0 if there's no problem...
2007-10-16 Iustin PopAdd the number of VCPUs in gnt-instance info
2007-10-16 Iustin PopAllow force removal of instances
2007-10-16 Iustin PopReplace more ssh paths with proper constants
2007-10-11 Iustin PopSome small improvements to the hooks environment
2007-10-11 Iustin PopSplit the hooks env building in two parts
2007-10-10 Alexander SchreiberRemove fping as a dependency for Ganeti.
2007-10-10 Iustin PopRemove the shebang from modules
2007-10-08 Michael HanselmannAdd boot id to “gnt-node list”.
2007-10-08 Iustin PopChange tags add/remove to process multiple tags
2007-10-08 Iustin PopFix tags operations for instances
2007-09-21 Iustin PopRemove requirement that host names are FQDN
2007-09-19 Iustin PopAllow 'add instance' to not start the new instance
2007-09-19 Iustin PopChange resolved hostname from dict to a class
2007-09-18 Iustin PopImplement cluster rename operation
2007-09-17 Iustin PopImplement instance rename operation
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-12 Iustin PopClone cmdlib._GetWantedNodes into _GetWantedInstances
2007-08-30 Michael Hanselmann- Check for secondary node before doing a failover.
2007-08-30 Iustin PopAdd one more check on cluster init.
2007-08-28 Iustin PopRefuse nodes with non-FQDN hostnames.
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-20 Iustin PopAdd support for listing instance disk sizes.
2007-08-20 Iustin PopA CheckPrereq method had one unconverted "return 1...
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 Michael HanselmannAdd instance name to LVM volume as a tag.
2007-08-03 Iustin PopChange logival volume names to not be based on the...
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 HanselmannComment formatting updates.
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-24 Michael HanselmannAdd description, fix indentation.
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 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.