ganeti-local
2008-07-09 Michael HanselmannChange masterd/client RPC protocol
2008-07-09 Michael HanselmannMake luxi RPC more flexible
2008-07-09 Michael HanselmannInstantiate new job queue in master daemon
2008-07-09 Michael HanselmannAdd very simple job queue
2008-07-08 Guido TrotterAdd a more comment lines to testLockingConstants
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 Guido TrotterAdd a new LockSet unittest
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 PopCreate all SUB_RUN_DIRS in ganeti-noded
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 Trottermocks: create a FakeContext object
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 Iustin PopFix some issues with the watcher
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-03 Iustin PopRemove custom locking code from gnt-instance
2008-07-02 Michael Hanselmannganeti-masterd: Remove unused locking code
2008-07-02 Michael Hanselmannganeti-masterd: Use logging module
2008-07-01 Guido TrotterContext: s/GLM/glm/
2008-07-01 Michael HanselmannSet locale when using docbook programs
2008-07-01 Iustin PopUpdate .gitignore
2008-07-01 Iustin PopAdd a FirstFree function to utils.py
2008-07-01 Guido TrotterIncrease the thread size to 5
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-07-01 Guido TrotterBurnin doesn't need a Processor
2008-07-01 Iustin PopImplement “gnt-job list -o +...”
2008-06-30 Guido TrotterFix sstore handling in Processor
2008-06-30 Guido TrotterRemove duplicate code in hooks unittests
2008-06-30 Guido Trotterganeti-masterd: init and distribute common context
2008-06-27 Guido TrotterAddNode: move the initial setup to boostrap
2008-06-27 Guido TrotterAddNode: Check for node existance
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 Trotterganeti-noded: Fix handling of QuitGanetiException
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 Trotterganeti-noded: quit on QuitGanetiException
2008-06-26 Guido TrotterAdd errors.QuitGanetiException
2008-06-26 Guido Trotterganeti-noded: serve not quite forever
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-26 Michael Hanselmanndevel/upload: Add --no-restart option
2008-06-25 Michael HanselmannCleanup old DRBD 0.7.x code
2008-06-25 Iustin PopCleanup LV status computation
2008-06-24 Iustin PopAdd a .gitignore file
2008-06-23 Michael HanselmannAdd unittests for ganeti.serializer
2008-06-23 Michael HanselmannRemove lib/Makefile.libcommon
2008-06-23 Iustin PopFix gnt-cluster “command” and “copyfile”
2008-06-23 Guido TrotterHandle any exception in ganeti-masterd
2008-06-23 Michael Hanselmanncfgupgrade: Implement upgrading to Ganeti 2.0 configuration
2008-06-23 Michael HanselmannMakefile.am: Don't create "--" directory
2008-06-23 Michael Hanselmannobjects: Remove config_version from cluster configuration
2008-06-23 Michael Hanselmanncfgupgrade: Add main() function
2008-06-23 Michael Hanselmanncfgupgrade: Add logging module
2008-06-23 Guido TrotterFix the zombie process unittest
2008-06-23 Michael HanselmannBump version to 2.0.0~alpha0
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-21 Iustin PopRemove twisted checks from configure.ac
2008-06-20 Iustin PopAdd a rpc call for BlockDev.Close()
2008-06-19 Michael HanselmannCheck for docbook2{man,pdf,html}
2008-06-19 Iustin PopSmall typo in gnt-instance manpage
2008-06-19 Michael HanselmannUse a single Makefile.am instead of many
2008-06-18 Iustin PopFix bdev unittest when run under distcheck
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 Hanselmannganeti-watcher: Don't write file if data didn't change
2008-06-18 Michael Hanselmannganeti-watcher: Rename WatcherState.data to WatcherStat...
2008-06-18 Michael HanselmannDon't log SystemExit exception in ganeti-watcher
2008-06-18 Michael HanselmannReplace watcher state file atomically
2008-06-18 Michael HanselmannWrite ganeti-watcher status file even if something...
2008-06-18 Michael HanselmannAdd more parameters to utils.WriteFile
2008-06-18 Michael HanselmannUse ganeti.serializer module in ganeti-watcher
2008-06-18 Michael HanselmannReplace custom logging code in watcher with logging...
next