Log instance startup errors correctly
[ganeti-local] / lib /
2007-12-04 Iustin PopLog instance startup errors correctly
2007-12-04 Alexander SchreiberModify GetVolumeList so output on stderr from lvs doesn...
2007-12-03 Michael HanselmannVarious code style fixes for strings.
2007-11-30 Iustin PopFix parsing of drbdsetup show output
2007-11-29 Iustin PopReplace hardcoded lock dir
2007-11-29 Iustin PopMake utils.RunCmd log failures when using debug
2007-11-27 Iustin PopFix logging of some checks in LUClusterVerify
2007-11-26 Iustin PopDrop the Rename method of DRBD8 devices
2007-11-26 Iustin PopSplit the change of peer in secondary replace in two...
2007-11-26 Iustin PopRelax even more the identification of DRBD8 devices
2007-11-26 Iustin PopAdd support for DRBD8 devices to work standalone
2007-11-22 Michael HanselmannSort list returned by ListVisibleFiles.
2007-11-21 Michael HanselmannReplace disk template drbd8 with drbd where missing.
2007-11-21 Iustin PopFix logging in drbd _ShutdownNet method
2007-11-20 Michael HanselmannMake sure aliases written to /etc/hosts are unique.
2007-11-20 Michael HanselmannAdd function to return list with unique elements.
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-14 Guido TrotterWhen an assembly error occurs log it too
2007-11-14 Michael HanselmannGive more details on errors when trying to run “lvdisplay”.
2007-11-12 Iustin PopFix a wrong comparison in _RecursiveAssembleBD
2007-11-12 Iustin PopFix another breakage in SetEtcHostsEntry
2007-11-12 Michael HanselmannCall fsync() after modifying /etc/hosts.
2007-11-12 Michael HanselmannFix functions for /etc/hosts.
2007-11-12 Michael HanselmannRollback commit 356.
2007-11-12 Michael HanselmannAdd functions for known_hosts files.
2007-11-12 Michael HanselmannAdd missing descriptions to {Add,Remove}EtcHostsEntry.
2007-11-12 Iustin PopRelax replace_disks_all meaning for drbd8
2007-11-09 Iustin PopSoften the requirements for hooks execution
2007-11-09 Michael HanselmannUse new functions to modify /etc/hosts.
2007-11-09 Michael HanselmannAdd functions to modify /etc/hosts.
2007-11-09 Michael HanselmannCleanup temporary file in RemoveAuthorizedKey.
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 Michael HanselmannRemove --secondary-node option.
2007-11-06 Iustin PopEnhance DBRD8 disk replacement (same nodes)
2007-11-06 Iustin PopImplement degraded status for logical volumes
2007-11-06 Iustin PopAdd better error logging functions for LUs
2007-11-06 Iustin PopEnhance mirror operations for DRBD8
2007-11-06 Iustin PopAllow DRBD8 operation without backing storage
2007-11-06 Iustin PopMake DRBD8 disks show 'degraded' status if diskless
2007-11-06 Iustin PopChange the way remove children is called in bdev
2007-11-06 Iustin PopAdd a support function to objects.Disk
2007-11-05 Iustin PopSmall cleanup for error formatting
2007-11-05 Iustin PopHandle missing init script at cluster init
2007-11-05 Iustin PopFix a unhandled error case in device creation
2007-11-05 Iustin PopMiscellaneous style fixes
2007-11-05 Michael HanselmannRename utils.GetUUID to utils.NewUUID.
2007-11-05 Guido TrotterBump protocol version up
2007-11-05 Guido TrotterConvert os_get to use OS rather than InvalidOS
2007-11-05 Guido TrotterSimplify diagnose mangling/unmangling functions
2007-11-05 Guido TrotterMake DiagnoseOS use the modified OS objects
2007-11-05 Guido TrotterCreate OS from an InvalidOS error
2007-11-05 Guido TrotterMake the OS object able to represent broken OSes
2007-11-04 Guido TrotterMake call_os_get a single node function
2007-11-04 Guido TrotterFix two typos in a doc string
2007-11-03 Iustin PopImplement tag searching
2007-11-02 Iustin PopImplement device to instance mapping cache
2007-11-02 Iustin PopUpdate the dev_path on LVs on rename
2007-11-02 Iustin PopRevision 302 is broken, this fixes it
2007-11-01 Iustin PopFix printing of unconfigured DRBD devices
2007-11-01 Iustin PopWhitespace fixes
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-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 Alexander SchreiberPatch series for reboot feature, part 2
2007-10-17 Alexander SchreiberPatch series for reboot feature, part 1
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-15 Alexander SchreiberTrivial typing fixups.
2007-10-12 Iustin PopRemove some hardcoded names/paths from backend.py
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-11 Iustin PopSome small improvements to the hooks environment
2007-10-11 Iustin PopImplement post-configuration-update hook
next