Fix a misuse of exc_info in logging.info
[ganeti-local] / lib /
2008-07-08 Guido TrotterAdd a missing import to cmdlib
2008-07-08 Guido TrotterFix an error accessing the cfg
2008-07-08 Guido TrotterAdd and remove instance/node locks
2008-07-08 Guido TrotterPass context to LUs
2008-07-08 Guido TrotterFix a typo in LUTestDelay docstring
2008-07-08 Guido TrotterLocking: remove LEVEL_CONFIG lockset
2008-07-08 Guido TrotterConfigWriter: synchronize access
2008-07-08 Guido TrotterLocking: add ssynchronized decorator
2008-07-08 Guido TrotterConfigWriter: remove _ReleaseLock
2008-07-04 Michael HanselmannAdd generic worker pool implementation
2008-07-03 Iustin PopReuse the luxi client in cli.SubmitOpCode
2008-07-03 Iustin PopAdd custom logging setup for daemons
2008-07-01 Guido TrotterContext: s/GLM/glm/
2008-07-01 Iustin PopAdd a FirstFree function to utils.py
2008-07-01 Guido TrotterProcessor: acquire the BGL for LUs requiring it
2008-07-01 Guido TrotterProcessor: pass context in and use it.
2008-07-01 Guido TrotterAdd REQ_BGL LogicalUnit run requirement
2008-06-30 Guido TrotterFix sstore handling in Processor
2008-06-27 Guido TrotterAddNode: move the initial setup to boostrap
2008-06-27 Guido TrotterLUAddNode: use node-verify to check node hostname
2008-06-27 Guido TrotterLUAddNode: use self.sstore, not a local ss
2008-06-27 Guido TrotterLUAddNode: upload files via rpc, not scp
2008-06-27 Guido TrotterAllow VNC_PASSWORD_FILE to be rpc-uploaded
2008-06-27 Guido TrotterChange fping to TcpPing in two LUs
2008-06-27 Guido Trotterraise QuitGanetiException in LeaveCluster
2008-06-27 Guido TrotterSimplify QuitGanetiException instantiation
2008-06-27 Michael Hanselmannlogger: Set formatter for stderr
2008-06-26 Guido TrotterWhen removing a node don't ssh to it
2008-06-26 Guido TrotterAdd errors.QuitGanetiException
2008-06-26 Guido TrotterAdd missing empty line in SshKeyError's docstring
2008-06-26 Guido TrotterRemove spurious check during LUAddNode
2008-06-26 Guido TrotterImprove LURemoveNode BuildHooksEnv docstring
2008-06-25 Michael HanselmannCleanup old DRBD 0.7.x code
2008-06-25 Iustin PopCleanup LV status computation
2008-06-23 Michael HanselmannRemove lib/Makefile.libcommon
2008-06-23 Iustin PopFix gnt-cluster “command” and “copyfile”
2008-06-23 Michael Hanselmannobjects: Remove config_version from cluster configuration
2008-06-23 Michael HanselmannAdd functions to calculate version number to constants.py
2008-06-23 Michael Hanselmannutils.WriteFile: Remove optional check_abspath parameter
2008-06-22 Iustin PopAdd a ‘tags’ field to instance and node listing
2008-06-21 Iustin PopImplement handling of luxi errors in cli.py
2008-06-20 Iustin PopAdd a rpc call for BlockDev.Close()
2008-06-19 Michael HanselmannUse a single Makefile.am instead of many
2008-06-18 Iustin PopRework the DRBD8 device status computation
2008-06-18 Michael Hanselmannganeti-watcher: Replace custom exceptions with ganeti...
2008-06-18 Michael HanselmannAdd more parameters to utils.WriteFile
2008-06-18 Michael HanselmannReplace custom logging code in watcher with logging...
2008-06-18 Michael HanselmannMake sure serialized data ends with EOL character
2008-06-17 Iustin PopAllow disk object to set their own physical ID
2008-06-17 Iustin PopFix an error-handling case
2008-06-17 Iustin PopImplement disk grow at LU level
2008-06-17 Iustin PopAdd method to update a disk object size
2008-06-17 Iustin PopImplement block device grow at the rpc layer
2008-06-16 Iustin PopExpose block device grow in backend.py
2008-06-16 Iustin Popbdev: implement disk resize for lvm/drbd8
2008-06-16 Guido TrotterMove SetKey to WritableSimpleStore and use it
2008-06-16 Iustin PopAdd migration support at the rpc layer
2008-06-16 Iustin Pophypervisor: add live migration support
2008-06-15 Guido TrotterActivate down instances' disks on replace-disks
2008-06-15 Guido TrotterFailoverInstance: change AddInstance with Update
2008-06-15 Iustin PopFix an error message in instance add
2008-06-13 Michael HanselmannReplace logging functions with calls to logging module
2008-06-13 Guido TrotterFix a typo in jqueue.py
2008-06-12 Michael HanselmannMove InitCluster opcode into a single function
2008-06-12 Michael HanselmannMove cmdlib._HasValidVG to utils.CheckVolumeGroupSize
2008-06-12 Michael HanselmannMove {Set,Remove}EtcHostsEntry wrappers to utils.py
2008-06-12 Michael HanselmannRemove REQ_CLUSTER from opcode handling code
2008-06-12 Michael HanselmannRemove unreachable code from cli.SubmitOpCode
2008-06-12 Michael HanselmannRename master socket to ganeti-master.sock
2008-06-11 Guido TrotterRemove SimpleStore cache
2008-06-06 Michael HanselmannForward-port: Alias Dump/Load functions in ganeti.seria...
2008-05-31 Iustin PopAdd check for node memory in instance creation
2008-05-31 Iustin PopShow cluster hypervisor for gnt-cluster info
2008-05-31 Iustin PopForward-port: make gnt-modify work with new HVM parameters
2008-05-31 Iustin PopForward-port: show only parameters relevant to the...
2008-05-31 Iustin PopForward-port: patch 3/4 extended HVM features for 1.2
2008-05-31 Iustin PopForward-port: patch 2/4 extended HVM features for 1.2
2008-05-30 Iustin PopComplete removal of md/drbd 0.7 code
2008-05-30 Iustin PopLURemoveInstance: fix op.ignore_failures usage
2008-05-15 Guido TrotterFix drbd show parser to handle valueless keywords
2008-05-15 Guido TrotterSplit drbd command creation and execution
2008-05-13 Iustin PopImplement node daemon conectivity tests
2008-05-13 Michael HanselmannForward-port changes made to readd in 1.2
2008-05-13 Iustin PopCLI: retry: remove command opts/args in "gnt-X"
2008-05-13 Iustin PopRevert "CLI: remove command opts/args in "gnt-X""
2008-05-13 Iustin PopCLI: remove command opts/args in "gnt-X"
2008-05-13 Iustin PopReduce chance of ssh failures in verify cluster
2008-05-12 Iustin Popbdev: always log command output if it failed
2008-05-10 Iustin PopDRBD: Fix another bug in diskless activation
2008-05-09 Michael HanselmannRemove utils.CheckDaemonAlive and use “xm info” instead
2008-05-08 Guido TrotterImprove DRBD8.Open's docstring a bit more
2008-05-08 Guido TrotterFix comment typo in bdev.py
2008-05-08 Iustin PopFix DRBD8 diskless assembling
2008-05-07 Michael HanselmannUse new ssconf function to check configuration version
2008-05-06 Michael HanselmannUse dict instead of if/elif map for hypervisor classes
2008-05-06 Michael HanselmannRename hypervisor code to lowercase filenames
2008-05-05 Iustin PopExport the number of cpus to iallocator scripts
2008-05-05 Iustin PopAdd node cpu count to gnt-node list
2008-05-05 Guido TrotterWrap exception in _DistributeConfig code
2008-05-05 Guido TrotterSimplify target generation in DistributeConfig
next