Initial copy of RAPI filebase to the trunk
[ganeti-local] / lib /
2008-07-11 Oleksiy MishchenkoInitial copy of RAPI filebase to the trunk
2008-07-10 Michael HanselmannMove watcher's LockFile function to utils
2008-07-10 Iustin PopSwitch _QueuedOpCode to have their own lock
2008-07-10 Iustin PopAdd a simple decorator for instance methods
2008-07-10 Michael Hanselmannjqueue: Log more information when running opcodes
2008-07-09 Iustin PopFix double-logging in daemons
2008-07-09 Iustin PopMove the master socket in the ganeti run dir
2008-07-09 Iustin PopReduce duplicate Attach() calls in bdev
2008-07-09 Iustin PopConvert bdev.py to the logging module
2008-07-09 Iustin PopConvert utils.py to the logging module
2008-07-09 Iustin PopRemove the old locking functions
2008-07-09 Michael HanselmannRemove old job queue code
2008-07-09 Michael HanselmannChange masterd/client RPC protocol
2008-07-09 Michael HanselmannMake luxi RPC more flexible
2008-07-09 Michael HanselmannAdd very simple job queue
2008-07-08 Guido TrotterConvert LUTestDelay to concurrent usage
2008-07-08 Guido TrotterProcessor: Acquire locks before executing an LU
2008-07-08 Guido TrotterLogicalUnit: add ExpandNames function
2008-07-08 Guido TrotterProcessor: Move LU execution to its own method
2008-07-08 Michael Hanselmannconstants: Add job and opcode status strings
2008-07-08 Michael Hanselmannworkerpool: Don't notify if there was no task
2008-07-08 Iustin PopAdd a top level RUN_GANETI_DIR constant
2008-07-08 Iustin Popsymlinks: Add DISK_LINKS_DIR constant
2008-07-08 Michael Hanselmannluxi: Use serializer module instead of simplejson
2008-07-08 Michael Hanselmannserializer.DumpJson: Control indentation by parameter
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...
next