Makefile: Use BUILT_SOURCES
[ganeti-local] / lib /
2009-08-25 Luca BigliardiHooksMaster: fix RunPhase logging
2009-08-25 Luca BigliardiLURemoveNode: no logs running post on removed node
2009-08-25 Luca BigliardiHooksMaster: logging hooks in RunPhase
2009-08-25 Luca Bigliardinode-remove post on removed node
2009-08-25 Luca BigliardiHooksMaster: document raised exception
2009-08-24 Luca BigliardiHooksMaster: list of nodes override
2009-08-24 Iustin PopFix error output in LUSetClusterParams
2009-08-24 Michael HanselmannAdd ArgHost class
2009-08-24 Michael HanselmannRe-introduce constants for most often used arguments
2009-08-24 Michael HanselmannAdd tools directory to constants
2009-08-24 Michael HanselmannMake all options use cli_option
2009-08-24 Michael HanselmannChange scripts to use new argument definitions
2009-08-24 Michael Hanselmanncli: Add new classes for argument definitions
2009-08-24 Iustin PopAdd OPMoveInstance and LUMoveInstance
2009-08-24 Iustin PopAdd arbitrary node support to create/remove disks
2009-08-24 Iustin PopAdd disk copy support at backend and the rpc level
2009-08-24 Iustin PopRemove extra argument from HooksMaster class
2009-08-24 Michael Hanselmanncmdlib: Fix broken QueryInstanceData for plain instances
2009-08-21 Guido TrotterReinsert simple timers in Mainloop
2009-08-20 Guido TrotterConvert the http server/mainloop to asyncore
2009-08-20 Guido TrotterConvert daemon.Mainloop to @SignalHandled
2009-08-20 Guido TrotterAdd a new SignalHandled decorator
2009-08-20 Guido TrotterSignalHandler, only accept list of signals
2009-08-20 Guido TrotterSimplify IO waiting in Mainloop
2009-08-20 Guido TrotterRemove timers from Mainloop
2009-08-18 Michael Hanselmannrapi: Add /2/instances/[instance_name]/info resource
2009-08-18 Michael Hanselmanncli: Merge ikv_option and keyval_option into cli_option
2009-08-17 Iustin PopAdd support for querying the ctime/mtime
2009-08-17 Iustin PopAdd ctime/mtime support to the main ConfigObjects
2009-08-17 Iustin PopAdd utils.FormatTime and a simple unittest
2009-08-17 Michael Hanselmanncli: Use ToStdout/ToStderr instead of print
2009-08-17 Michael Hanselmannrapi: Add /2/nodes/[node_name]/storage/repair resource
2009-08-17 Michael HanselmannAdd opcode to repair storage volumes
2009-08-17 Michael HanselmannAdd RPC call for storage operations
2009-08-17 Michael Hanselmannstorage: Add operation for “vgreduce --removemissing”
2009-08-17 Michael Hanselmannstorage: Add new function to execute operations
2009-08-17 Michael Hanselmanncmdlib: Add function to list all instances on node
2009-08-17 Michael Hanselmanncmdlib: Use common function to list instances on node
2009-08-17 Michael Hanselmanncmdlib: Make TLReplaceDisks._FindFaultyDisks global
2009-08-17 Iustin PopRemove obsolete ConfigObject.__setitem__
2009-08-14 Iustin PopImplement instance recreate-disks
2009-08-13 Michael HanselmannTLReplaceDisks: Refuse changing secondary for specific...
2009-08-13 Michael Hanselmannrapi: Add /2/instances/[instance_name]/replace-disks...
2009-08-13 Michael Hanselmannrlib2: Remove leftover DOC_URI constant
2009-08-13 Iustin PopMerge commit 'origin/next' into branch-2.1
2009-08-13 Michael Hanselmanncmdlib: Add new automatic disk replacement mode
2009-08-13 Michael HanselmannTLReplaceDisks: Simplify argument checking logic
2009-08-13 Guido TrotterFix a typo in InitCluster
2009-08-12 Iustin PopIgnore results from drained nodes in iallocator
2009-08-12 Guido TrotterInstanceIpToNodePrimaryIpQuery
2009-08-12 Guido Trotterquerylib: abstract a couple of common errors
2009-08-12 Guido TrotterSimpleConfigReader: add IP address lookup helpers
2009-08-12 Guido TrotterAdd NodeRoleQuery
2009-08-12 Guido TrotterSimpleConfigReader.GetNodeStatusFlags
2009-08-12 Guido TrotterAdd a common error code for confd
2009-08-12 Guido TrotterAdd a missing node role
2009-08-12 Guido TrotterConfdProcessor: move verification to __init__
2009-08-12 Guido TrotterImplement confd queries
2009-08-12 Guido TrotterAdd constants for a ping confd request
2009-08-12 Guido TrotterConfdProcessor fix __init__ docstring
2009-08-12 Guido TrotterRemove unused imports from confd files
2009-08-11 Michael Hanselmannrapi: Add /2/nodes/[node_name]/storage/modify resource
2009-08-11 Michael Hanselmannrlib2: Import rapi
2009-08-11 Michael Hanselmannrapi: Add /2/nodes/[node_name]/storage resource
2009-08-11 Luca BigliardiConstants: config directories cleanup
2009-08-11 Luca BigliardiSsconf IP lists: change separator
2009-08-10 Luca BigliardiMap Node/IP in ssconf IP lists
2009-08-10 Guido Trotterconfd.server.ConfdProcessor
2009-08-10 Guido TrotterAdd empty ganeti.confd module
2009-08-10 Guido Trotterconstants for the confd daemon
2009-08-10 Guido TrotterReply status constants for confd
2009-08-10 Guido TrotterBasic exceptions used by confd
2009-08-10 Guido TrotterSimpleConfigReader.Reload, avoid double reloads
2009-08-10 Guido TrotterSimpleConfigReader: s/Reload/_Load/
2009-08-10 Luca BigliardiPost cluster initialization LU
2009-08-10 Iustin PopMove HVM's device_model to a hypervisor parameter
2009-08-10 Iustin PopImplement the KERNEL_PATH parameter for xen-hvm
2009-08-10 Guido TrotterUpgrade be/hv params with default values
2009-08-10 Guido TrotterAdd cluster-init --no-etc-hosts parameter
2009-08-10 Guido Trotterobjects: add configuration upgrade system
2009-08-07 Guido TrotterSimpleConfigReader: add serial numbers reading
2009-08-07 Guido Trotterserializer.DumpSignedJson
2009-08-07 Guido Trotterconstants: confd node roles
2009-08-07 Guido TrotterMerge branch 'master' into next
2009-08-07 Guido Trotterconstants: confd query types
2009-08-07 Guido TrotterSimpleConfigReader.Reload()
2009-08-07 Guido TrotterConfd{Request,Reply} objects
2009-08-07 Guido TrotterSerializer, remove salt_verifier functionality
2009-08-07 Guido Trotterasycnotifier.AsyncNotifier
2009-08-06 Guido TrotterSimpleConfigReader: Handle errors when loading
2009-08-06 Guido Trotterssconf.CheckMasterCandidate
2009-08-06 Michael HanselmannConvert ldisk_degraded to tri-state value
2009-08-06 Michael HanselmannAdd constants for local disk status
2009-08-06 Michael HanselmannHandle None result from BlockdevFind
2009-08-06 Michael Hanselmannobjects.BlockDevStatus: Remove ToLegacyStatus
2009-08-05 Luca BigliardiAdd master candidates IPs informations to ssconf
2009-08-05 Guido TrotterConfigObject.ToDict() only export non-None values
2009-08-05 Luca BigliardiAdd nodes IPs informations to ssconf
2009-08-05 Guido Trotterserializer: fix a few docstrings
2009-08-05 Iustin Popexport: add meaningful exit code
next