Modify utils.TcpPing to make source address optional
[ganeti-local] / lib / cmdlib.py
2008-03-10 Iustin PopModify utils.TcpPing to make source address optional
2008-02-29 Iustin PopFix master role stop on cluster destroy
2008-02-29 Iustin PopFix cluster rename operation
2008-02-28 Guido TrotterFixes small spell mistakes and comments
2008-02-28 Guido TrotterThis patch replaces some hardcoded strings with their...
2008-02-28 Guido TrotterUse constants.ETC_HOSTS instead of string for /etc...
2008-02-28 Guido TrotterDon't allow renaming to an existing instance
2008-02-16 Guido TrotterFix gnt-instance info i1 i2 ...
2008-02-15 Iustin PopFurther fixes for the 'export MAC in hooks' change
2008-02-14 Iustin PopModify the default output of gnt-instance list
2008-02-05 Iustin PopAdd a test opcode that sleeps for a given duration
2008-02-05 Iustin PopReduce the chance of DRBD errors with stale primaries
2008-02-04 Iustin PopFix some indendation issues
2008-02-04 Iustin PopFix incomplete mac address export to hooks
2008-01-31 Guido TrotterGive mac information to instance hooks
2008-01-28 Iustin PopAdd option for the number of VCPUs in instance listing
2008-01-28 Iustin PopFix checking of node free disk in CreateInstance
2008-01-28 Iustin PopAbstract node memory checking into a separate function
2008-01-28 Iustin PopFix "gnt-instance modify --initrd"
2008-01-16 Iustin PopShow the HVM boot order in instance info
2008-01-16 Iustin PopMerge SVN commits 483..488 to the 1.2 branch
2008-01-11 Guido TrotterIntegrate svn revision 481 in the 1.2 branch
2008-01-09 Iustin PopMerge revs 433..469 into the 1.2 branch
2007-12-03 Michael HanselmannVarious code style fixes for strings.
2007-11-27 Iustin PopFix logging of some checks in LUClusterVerify
2007-11-26 Iustin PopSplit the change of peer in secondary replace in two...
2007-11-21 Michael HanselmannReplace disk template drbd8 with drbd where missing.
2007-11-16 Guido TrotterFix a typo in a warning message
2007-11-16 Michael HanselmannDon't remove master's hostname from /etc/hosts on clust...
2007-11-12 Michael HanselmannFix functions for /etc/hosts.
2007-11-12 Iustin PopRelax replace_disks_all meaning for drbd8
2007-11-09 Michael HanselmannUse new functions to modify /etc/hosts.
2007-11-08 Iustin PopChanges related to logging
2007-11-07 Iustin PopEnhance secondary node replace for drbd8
2007-11-07 Michael HanselmannCheck whether init.d script is executable.
2007-11-06 Iustin PopEnhance DBRD8 disk replacement (same nodes)
2007-11-05 Iustin PopHandle missing init script at cluster init
2007-11-05 Iustin PopMiscellaneous style fixes
2007-11-05 Guido TrotterConvert os_get to use OS rather than InvalidOS
2007-11-04 Guido TrotterMake call_os_get a single node function
2007-11-03 Iustin PopImplement tag searching
2007-11-02 Iustin PopImplement device to instance mapping cache
2007-10-31 Iustin PopMore sane handling of errors during failover
2007-10-31 Iustin PopFix bridge checking in instance failover
2007-10-30 Michael HanselmannFix _UpdateEtcHosts to understand empty lines.
2007-10-29 Iustin PopChange the signature of some methods of mcpu.Processor
2007-10-29 Iustin PopImplement replace-disks for drbd8 devices
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.
next