Fix a typo in jqueue.py
[ganeti-local] / lib /
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
2008-05-02 Guido Trotterssconf: update the SetKey docstring
2008-05-02 Guido TrotterDelete hypervisor.py
2008-04-30 Guido TrotterAdd cluster-verify hooks
2008-04-30 Guido TrotterAdd a LU Hooks notification function
2008-04-30 Guido TrotterHooksMaster: Make RunPhase return the rpc output
2008-04-30 Guido TrotterRemove NoHooksLU.BuildHooksEnv
2008-04-30 Guido TrotterLogicalUnit.BuildHooksEnv, update docstring
2008-04-30 Guido TrotterRemove non-existing arguments from some docstrings
2008-04-29 Michael HanselmannSupport config version in ssconf
2008-04-29 Iustin PopDisable forking in the master daemon
2008-04-28 Manuel FranceschiniRaise PrereqError when exporting file-based instance
2008-04-28 Michael HanselmannSplit hypervisor.py into several files
2008-04-28 Iustin PopMove the 'cmd' lock from cli.py to ganeti-masterd
2008-04-28 Iustin PopConvert cli.SubmitOpCode to use the master
2008-04-28 Iustin PopMove iallocator script execution to ganeti-noded
2008-04-28 Iustin PopFix iallocator instance info
2008-04-25 Michael HanselmannExtend utils.WriteFile
2008-04-25 Iustin PopIAllocator: some more info exported
2008-04-25 Iustin PopIAllocator: simplify node info computation
2008-04-25 Iustin Poppatch 1/4 extended HVM features for 1.2
2008-04-25 Michael HanselmannMove target creating symlinks in lib/ into Makefile...
2008-04-24 Manuel Franceschinibackend.FinalizeExport: safely initialize some vars
2008-04-24 Iustin PopStyle fixes for trunk
2008-04-24 Iustin PopImplement replace secondary via the iallocator
2008-04-24 Iustin PopFix generalized relocate mode of IAllocator
2008-04-23 Guido TrotterAdd gnt-backup remove functionality
2008-04-23 Iustin PopGeneralize the replace_secondary mode in iallocator
2008-04-23 Iustin PopSend required_nodes field to the iallocator scripts
2008-04-23 Iustin PopMove all iallocator functions into a class
2008-04-22 Alexander SchreiberCorrectly filter out Domain-0 from domain list if reque...
2008-04-21 Iustin PopOnly change instance status if not already so
2008-04-21 Iustin PopReuse common code between MarkInstance{Up,Down}
2008-04-21 Iustin PopAbstract the json functions into a separate module
2008-04-16 Michael HanselmannAdd --readd option to “gnt-node add”
2008-04-16 Iustin PopIAllocator part 3: LUCreateInstance changes
2008-04-16 Iustin PopReorder checks in instance create
2008-04-16 Iustin PopImplement 'out' direction on allocator tests
2008-04-16 Iustin PopAllocator framework, 1st part: allocator input generation
2008-04-15 Guido TrotterFix two pylint uninitialized variable errors
2008-04-15 Manuel FranceschiniBugfix: wrong identifier in CheckPrereq message
2008-04-15 Iustin PopMove the disk size computation to its own function
2008-04-15 Guido TrotterSharedLock: restrict assertion condition
2008-04-10 Guido TrotterVerify: make skipping checks possible
2008-04-10 Guido TrotterVerify: add N+1 Memory redundancy verification
2008-04-10 Guido TrotterVerify: save instance config
2008-04-10 Guido TrotterVerify: add more instance information to node_info
2008-04-10 Guido TrotterVerify: add instance information to node_info
2008-04-10 Guido TrotterVerify: Add and populate node_info dict
2008-04-10 Iustin PopRework the results of OpDiagnoseOS opcode
2008-04-10 Iustin PopChange client protocol to raise exception on failures
2008-04-10 Iustin PopAdd per-opcode results to job processing
2008-04-10 Iustin PopMove the OS search code into an abstract function
2008-04-10 Iustin PopChange backend._OSSearch return values
2008-04-10 Guido TrotterVerify: remove useless check in _VerifyInstance
2008-04-10 Guido TrotterVerify: instance verification cleanup
2008-04-10 Guido TrotterVerify: fix crash when a node is down
2008-04-10 Guido TrotterVerify: fix ERROR message indentation
2008-04-10 Guido TrotterFix spelling mistake in constants.py
2008-04-10 Manuel FranceschiniSmall code style fix
2008-04-09 Manuel FranceschiniBugfix instance create when file-storage-dir None
2008-04-08 Manuel FranceschiniTwo small code style fixes
2008-04-08 Manuel FranceschiniAdd file_storage_dir,file_driver to OpCreateInstance
next