ganeti-local
2010-06-30 Manuel FranceschiniDRBD IPv6 support
2010-06-30 Manuel FranceschiniIPv6 support for utils.TcpPing()
2010-06-30 Manuel FranceschiniAdd function to retrieve family of an ip address
2010-06-30 Manuel FranceschiniIntroduce utils.IsValidIP{4,6}()
2010-06-30 Manuel FranceschiniUser assertFalse instead of assert_(not ...)
2010-06-30 Manuel FranceschiniFix osparams bug when gnt-cluster modify'ing
2010-06-30 Manuel FranceschiniIntroduce IPv6 constants
2010-06-30 Manuel FranceschiniReplace '0.0.0.0' with constant
2010-06-30 Manuel FranceschiniRename some constants to facilitate IPv6 support
2010-06-30 Guido TrotterAdd missing pylint disable for "except:"
2010-06-30 René NussbaumerAdding design-doc for privilege separation work done...
2010-06-29 Guido Trottermasterd: use AsyncTerminatedMessageStream for luxi
2010-06-29 Guido TrotterFix a few uncommon pylint errors in compat.py
2010-06-29 Guido TrotterAsyncTerminatedMessageStream: limit message count
2010-06-29 Guido TrotterAsyncTerminatedMessageStream: send_message
2010-06-29 Michael HanselmannAdd test script for cfgupgrade
2010-06-29 Michael Hanselmanncfgupgrade: Add option to override config verification
2010-06-29 Michael Hanselmanncfgupgrade: Fix bug when checking configuration directory
2010-06-29 Michael Hanselmanncfgupgrade: Add support for Ganeti 2.2
2010-06-29 Michael HanselmannRemove dead code from cfgupgrade
2010-06-28 Guido TrotterBetter specify old object slots removal policy
2010-06-28 Iustin PopFix a type declaration error in LUTestAllocator
2010-06-28 Guido TrotterFix _UpgradeConfig docstring
2010-06-28 Guido Trotterjqueue: remove the _big_jqueue_lock module global
2010-06-28 Guido Trotterssynchronized: act on a class member
2010-06-28 Guido TrotterShare the jqueue lock on job-local changes
2010-06-28 Guido Trotter_OpExecCallbacks abstract _AppendFeedback
2010-06-28 Guido TrotterRemove utils.LockedMethod
2010-06-28 Guido Trotterjqueue: convert to a SharedLock()
2010-06-28 Guido TrotterMarkUnfinishedOps: update job file on disk
2010-06-28 Guido TrotterRemove spurious empty line
2010-06-28 Guido TrotterRemove pred from compat.any/all
2010-06-28 Iustin PopTwo more fixes for OS params and opcode defaults
2010-06-25 Iustin PopFix breakage due to OS parameters
2010-06-24 Apollon OikonomopoulosIntroduce constants.DTS_MAY_ADOPT
2010-06-24 Guido TrotterConvert TestDelay repeat to the type system
2010-06-23 Iustin PopRename some constants and relax pylint rules
2010-06-23 Iustin PopFix burnin's export test
2010-06-23 Iustin PopIntroduce a micro type system for opcodes
2010-06-23 Iustin PopSome more CheckPrereq/CheckArguments cleanup
2010-06-23 Iustin PopLU.CheckPrereq: do not require implementation
2010-06-23 Iustin PopRemove the obsolete EvacuateNode OpCode/LU
2010-06-23 Iustin PopRAPI: switch evacuate node to the new model
2010-06-23 Iustin PopAbstract export mode validity check
2010-06-23 Iustin PopCleanup LU.ExpandNames versus CheckArguments
2010-06-23 Iustin PopMove opcode attribute defaults to data structures
2010-06-23 Iustin PopAdd OS verification support to cluster verify
2010-06-23 Iustin PopSimplify gnt-os diagnose output
2010-06-23 Iustin PopAdd a new gnt-os info command
2010-06-23 Iustin PopLUDiagnoseOS: add more fields, cleanup
2010-06-23 Iustin PopAdd support for OS parameters during import/export
2010-06-23 Iustin PopAdd support for modifying instance OS parameters
2010-06-23 Iustin PopAdd support for modifying cluster OS parameters
2010-06-23 Iustin Pop_GetUpdatedParams: enhance value removal options
2010-06-23 Iustin PopAdd support for OS parameters during instance add
2010-06-23 Iustin PopShow OS parameters in cluster/instance info
2010-06-23 Iustin PopAdd OS parameters to cluster and instance objects
2010-06-23 Iustin PopIntroduce an RPC call for OS parameters validation
2010-06-23 Iustin PopAdd reading of OS parameters from disk
2010-06-23 Iustin PopAdd os api v20 and related fields to the OS object
2010-06-23 Iustin PopSilence a pylint warning
2010-06-23 Iustin PopUpdate the 2.2 design doc with OS parameters
2010-06-23 Guido TrotterRemove job object condition
2010-06-23 Guido TrotterParallelize WaitForJobChanges
2010-06-23 Guido TrotterUpdate the job file on feedback
2010-06-23 Guido TrotterDon't lock on QueryJobs, by using the disk version
2010-06-23 Guido TrotterAdd JobQueue.SafeLoadJobFromDisk
2010-06-23 Guido Trotterjqueue._LoadJobFromDisk: remove safety archival
2010-06-23 Guido TrotterAdd repetition count to the TestDelay opcode
2010-06-22 Iustin PopMerge branch 'devel-2.1'
2010-06-22 Apollon OikonomopoulosAdd "adopt" to the allowed disk parameters
2010-06-22 Iustin PopImprove pylintrc for pylint 0.21+
2010-06-22 Iustin PopFix warnings with Python 2.6
2010-06-22 Iustin PopFix a small bug introduced in cf26a87a
2010-06-22 Iustin PopFix the type of 'valid' attribute in LUDiagnoseOS
2010-06-21 Apollon OikonomopoulosAdd "adopt" to the allowed disk parameters
2010-06-18 Guido TrotterMerge branch 'stable-2.1'
2010-06-18 Guido TrotterBump up version for the 2.1.4 release v2.1.4
2010-06-18 Guido TrotterUpdate NEWS about the latest 2.1 change
2010-06-18 Iustin PopFix handling of errors from socket.gethostbyname
2010-06-18 Guido TrotterUpdate a comment in qa-sample.json
2010-06-17 Guido Trottergnt-debug: remove @todo from GenericOpCodes
2010-06-17 Guido Trotterjqueue.AddManyJobs: use AddManyTasks
2010-06-17 Guido TrotterWorkerpool.AddManyTasks: check tasks type
2010-06-17 Guido Trottercount the number of tasks done in the wp unittest
2010-06-17 Michael HanselmannRAPI client: Add support for Python 2.6
2010-06-17 Michael HanselmannRAPI client: Add support for Python 2.6
2010-06-17 Michael HanselmannBump RPC protocol version to 40
2010-06-17 Michael HanselmannChange ganeti-cleaner unittest to not use random values
2010-06-17 Guido TrotterUpdate NEWS for Ganeti 2.1.4
2010-06-17 Michael HanselmannBump version to 2.2.0~beta0 v2.2.0beta0
2010-06-17 Guido TrotterFix parameter names in SimpleFillBE/NIC docstrings
2010-06-17 Guido TrotterAsyncAwaker: use shutdown on the socketpair
2010-06-17 Guido TrotterWorkerPool.AddManyTasks
2010-06-17 Guido Trotterjqueue: make replication on job update optional
2010-06-17 Guido Trotters/queue._GetJobInfoUnlocked/job.GetInfo/
2010-06-17 Guido TrotterAbstract loading job file from disk
2010-06-17 Michael HanselmannMakefile: Add support for local Makefile additions
2010-06-15 Guido TrotterListVisibleFiles: do not sort output
2010-06-15 Guido Trotterjqueue: simplify removal from _nodes
next