ganeti-local
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 PopRemove a redundant assignment
2007-10-29 Iustin PopFix some style issues (whitespace changes only)
2007-10-29 Iustin PopFix a non-clear error message
2007-10-29 Iustin PopImplement replace-disks for drbd8 devices
2007-10-29 Iustin PopAllow drbd8 devices to work without local storage
2007-10-29 Iustin PopImplement block device renaming
2007-10-29 Guido TrotterConvert ListOS to use the all helper function.
2007-10-28 Guido TrotterImport two itertools recipes
2007-10-26 Iustin PopAdd a custom str() method for objects.Disk
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 PopAllow DRBD8 to sync after sb1-pri with no changes
2007-10-24 Iustin PopFix a disk handling bug triggered by failover
2007-10-24 Iustin PopAdd DRBD8 class for handling drbd version 8.x
2007-10-24 Iustin PopMove/rename _IsValidMeta to base drbd class
2007-10-24 Iustin PopMore abstractions from DRBD7 to base class
2007-10-24 Iustin PopImprove out-of-minors handling
2007-10-24 Iustin PopMove some methods from DRBDev to BaseDRBD
2007-10-19 Iustin PopSome tiny style fixes
2007-10-19 Iustin PopSplit some DRBD functionality based on versions
2007-10-19 Iustin PopAbstract more strings values into constants
2007-10-18 Michael HanselmannImplement disk failure QA test.
2007-10-18 Alexander SchreiberPatch series for reboot feature, part 3
2007-10-18 Alexander SchreiberPatch series for reboot feature, part 2
2007-10-17 Alexander SchreiberPatch series for reboot feature, part 1
2007-10-17 Alexander SchreiberFix unit tests for hooks.
2007-10-16 Michael HanselmannMake “gnt-cluster verify” exit 0 if there's no problem...
2007-10-16 Alexander Schreibertiny typing fixup
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-15 Alexander SchreiberTrivial typing fixups.
2007-10-15 Iustin PopFix node daemon log file permissions
2007-10-15 Michael HanselmannDo QA tests on “gnt-os“, including partially valid...
2007-10-15 Michael HanselmannDon't take unused parameter in qa_utils.py:Print{Info...
2007-10-15 Michael HanselmannMake “gnt-os diagnose” exit 1 if not all OSes are valid.
2007-10-12 Michael HanselmannSmall wording changes and fix checks.
2007-10-12 Iustin PopRemove some hardcoded names/paths from backend.py
2007-10-12 Michael HanselmannTest “gnt-node evacuate” and “gnt-node failover” in QA.
2007-10-12 Iustin PopAdd a generic write file function
2007-10-12 Iustin PopDo not walk the whole DATA_DIR on node leave
2007-10-12 Iustin PopEnhance GetHomeDir to accept either names or UIDs
2007-10-12 Guido TrotterReorder gnt-os simplify _GetAllOS and call it _DiagnoseByOS
2007-10-12 Guido TrotterFix ListOS which was broken
2007-10-11 Iustin PopSome small improvements to the hooks environment
2007-10-11 Iustin PopImplement post-configuration-update hook
2007-10-11 Iustin PopSplit the hooks env building in two parts
2007-10-11 Iustin PopMove hook execution decision to HooksMaster
2007-10-11 Iustin PopRemove cfg and sstore parameters to HooksMaster
2007-10-11 Iustin PopEnable the ConfigWriter to keep track of updates
2007-10-11 Oleksiy MishchenkoDocstring correction
2007-10-11 Alexander SchreiberInfrastructure for detailed instance restarts, part one
2007-10-11 Michael HanselmannUse the kernel's ability to generate UUIDs.
2007-10-11 Iustin PopAdd small function to read the homedir of a user
2007-10-10 Alexander SchreiberRemove fping as a dependency for Ganeti.
2007-10-10 Michael HanselmannColours and warnings.
2007-10-10 Iustin PopSome small fixes to utils.GenerateTable
2007-10-10 Iustin PopFix AskUser to not die on extra input
2007-10-10 Michael HanselmannExit ganeti-watcher cleanly when there's no configuration.
2007-10-10 Iustin PopImplement gnt-node evacuate
2007-10-10 Michael HanselmannMake Xen DomU kernel and initrd configurable at build...
2007-10-10 Michael HanselmannAdd preliminary developer notes.
2007-10-10 Iustin PopRemove the shebang from modules
2007-10-10 Michael HanselmannDetect node restarts and reactivate disks.
2007-10-09 Iustin PopImplement node failover
2007-10-09 Michael HanselmannDo not install init script in PREFIX/bin.
2007-10-09 Guido TrotterRefactor DiagnoseOS
2007-10-09 Iustin PopFix a wrong exception name
2007-10-09 Iustin PopSeparate error formatting out of cli.GenericMain
2007-10-09 Iustin PopRevert a debugging 'raise' from rev 195
2007-10-09 Iustin PopEnhance cli.SubmitOpcode to use custom parameters
2007-10-08 Michael HanselmannAdd boot id to “gnt-node list”.
2007-10-08 Iustin PopAdd handler for errors.TagError
2007-10-08 Iustin PopAdd source file option for {add,remove}-tags
2007-10-08 Iustin PopUpdate man pages for the tags operations
2007-10-08 Iustin PopChange gnt-cluster.sgml to use refsect2
2007-10-08 Iustin PopImplement command-line tags support
2007-10-08 Iustin PopChange tags add/remove to process multiple tags
2007-10-08 Iustin PopFix super() calls for objects.Cluster
2007-10-08 Iustin PopFix tags operations for instances
2007-10-08 Iustin PopExtend GenericMain with a way to override options
2007-10-08 Michael HanselmannDon't remove Makefile.in when doing maintainer-clean.
2007-10-08 Michael HanselmannUse indenting if supported by simplejson.
2007-10-08 Michael HanselmannFix “make distcheck”.
2007-10-08 Michael HanselmannAdd function to list files in a directory, excluding...
2007-10-04 Guido TrotterRemove redundant check.
2007-10-04 Michael HanselmannForgotten files from last commit, NEWS and Makefile.am.
2007-10-04 Guido TrotterShip (and display) path for InvalidOS errors too.
2007-10-04 Michael HanselmannChange configuration storage format from Pickle to...
2007-10-04 Guido TrotterFix OS Diagnose in light of the new OS Search path...
2007-10-03 Guido TrotterSecond part of the OS search path cleanup
2007-10-03 Guido TrotterMake parameter os_dir mandatory for _OSOndiskversion.
2007-10-02 Guido TrotterAdd warning on gnt-node add operation.
2007-10-02 Michael HanselmannPrint automake warnings.
2007-10-01 Michael HanselmannImport utils into unittest.
2007-09-28 Guido TrotterChange constants.OS_DIR with constants.OS_SEARCH_PATH...
next