locking: Implement priority in Ganeti lock manager
[ganeti-local] / lib /
2010-09-24 Michael Hanselmannlocking: Implement priority in Ganeti lock manager
2010-09-24 Michael Hanselmannlocking: Don't set default priority as keyword default
2010-09-24 Michael Hanselmannjqueue: Use timeout when acquiring locks
2010-09-23 René NussbaumerMigrate call from backend._GetVGInfo to bdev.LogicalVol...
2010-09-23 Michael Hanselmannjqueue: Introduce per-opcode context object
2010-09-23 Michael Hanselmannmcpu: Adjust lock acquire strategy
2010-09-23 Michael Hanselmannmcpu.Processor: Raise exception on lock acquire timeout
2010-09-23 Michael Hanselmannjqueue: Rename current_op to better reflect what it...
2010-09-23 Michael Hanselmannjqueue: Separate function for in-memory variables
2010-09-22 Michael HanselmannMerge branch 'devel-2.2'
2010-09-22 Michael HanselmannMerge branch 'stable-2.2' into devel-2.2
2010-09-22 Michael Hanselmannjqueue: Add unittest for _QueuedJob.CalcStatus
2010-09-22 René NussbaumerUse free space in vg instead of biggest free pv space...
2010-09-22 Michael HanselmannMerge branch 'devel-2.1' into devel-2.2
2010-09-22 Iustin PopFix mac checker regex
2010-09-20 René NussbaumerIgnore failures while shutting down instances during...
2010-09-20 Michael Hanselmanncli: Expose priority option and pass priority to master...
2010-09-20 Michael Hanselmannjqueue: Change model from per-job to per-opcode processing
2010-09-20 Michael Hanselmannjqueue: Use priority for worker pool
2010-09-20 Vitaly KuznetsovFix migration on new KVMs
2010-09-20 Michael Hanselmanncli: Pass options in {Add,Remove}Tags
2010-09-20 Michael Hanselmannjqueue: Add missing docstring to _QueuedJob.Cancel
2010-09-16 René NussbaumerBail out if daemon gets fired up under wrong uid
2010-09-16 Michael HanselmannMerge branch 'devel-2.2'
2010-09-16 Michael HanselmannMerge branch 'stable-2.2' into devel-2.2
2010-09-16 Iustin Popopcode summary: improve display for list summaries
2010-09-16 Michael Hanselmannworkerpool: Fix typo
2010-09-16 Michael Hanselmannjqueue: Move CancelJob logic to separate function
2010-09-16 Iustin PopMerge branch 'devel-2.2'
2010-09-15 Michael Hanselmanncmdlib: Fix type of “name” parameter for tag operations
2010-09-15 Michael Hanselmannrlib2: Set tag operation param “name” to None for clust...
2010-09-15 René NussbaumerStop all daemons precautiosly before trying to start...
2010-09-15 Guido TrotterCheck for duplicate nodegroup names
2010-09-15 Guido TrotterSplit a long docstring line in objects.py
2010-09-15 Guido TrotterInitConfig: create nodegroups as well
2010-09-14 Guido TrotterAdd nodegroup option to AddNode
2010-09-14 Guido TrotterAdd nodegroup bash autocomplation
2010-09-14 Guido TrotterExport nodegroups list (names/uuids) via ssconf
2010-09-14 Guido TrotterAdd node's nodegroup field
2010-09-14 Guido Trotterconfig.LookupNodeGroup
2010-09-14 Guido TrotterCheck for nodegroup uuid indexing
2010-09-14 Guido TrotterConfigWriter: create the default node group
2010-09-14 Guido TrotterAdd a 'nodegroups' slot to ConfigData
2010-09-14 Guido Trotter_ContainerFromDicts: handle None source
2010-09-14 Guido TrotterAdd a new NodeGroup config object
2010-09-13 Michael Hanselmanncli: Add option definition for priority
2010-09-13 Michael Hanselmannjqueue: Ensure only accepted priorities are allowed...
2010-09-13 Michael HanselmannAdd support for job priority to opcodes and job queue...
2010-09-13 Michael HanselmannAdd job priority constants
2010-09-13 Michael HanselmannRemove mcpu's ReportLocks callback
2010-09-13 Michael HanselmannRevert "jqueue: Resume jobs from “waitlock” status"
2010-09-13 Vitaly KuznetsovFix OS_VARIANT variable setting
2010-09-10 Michael HanselmannMerge branch 'devel-2.2'
2010-09-10 Michael HanselmannMerge branch 'stable-2.2' into devel-2.2
2010-09-10 Michael HanselmannFix pylint warning in http/__init__.py
2010-09-10 Michael HanselmannAllow SSL ciphers to be overridden in HTTP server
2010-09-10 Michael Hanselmannjqueue: Resume jobs from “waitlock” status
2010-09-10 Michael Hanselmannjqueue: Move queue inspection into separate function
2010-09-10 Michael Hanselmannjqueue: Don't update file in MarkUnfinishedOps
2010-09-10 Michael Hanselmannlocking.SharedLock: Update class docstring
2010-09-07 Michael Hanselmannlocking: Implement priorities in SharedLock and LockSet
2010-09-07 René NussbaumerRemove utils.EnsureDir as this is done by ensure-dirs...
2010-09-07 René NussbaumerThe config now should also belong to confd group and...
2010-09-07 René NussbaumerMove job queue to new ganeti.runtime
2010-09-07 René NussbaumerRevert "Make it possible to call utils.Daemonize with...
2010-09-07 Michael HanselmannMerge branch 'devel-2.2'
2010-09-07 Michael HanselmannMerge branch 'stable-2.2' into devel-2.2
2010-09-07 Michael Hanselmanncli: Use list of options shared between commands
2010-09-07 Michael Hanselmannjqueue: Use separate function for encoding errors
2010-09-06 Guido TrotterCluster.UpgradeConfig: populate primary_ip_family
2010-09-06 René NussbaumerAdding a runtime configuration library
2010-09-03 Manuel FranceschiniLog warning instead of raising OpExecError for ndisc6
2010-09-03 Manuel FranceschiniFix some epydoc warnings
2010-09-02 Michael HanselmannFix breakage introduced by commit 8044bf655
2010-09-02 Michael HanselmannRemove “dry_run” from opcodes.OpCreateInstance
2010-08-27 Michael HanselmannMerge branch 'devel-2.2'
2010-08-27 Manuel FranceschiniHandle ENOENT case in ssconf.GetPrimaryIPFamily
2010-08-27 Michael HanselmannShow list of pending acquires in “gnt-debug locks”
2010-08-25 Manuel FranceschiniFix scp command when target is an IPv6 address
2010-08-25 René NussbaumerChange bootstrap.SetupDaemonNode to use scp as we can...
2010-08-25 René NussbaumerMerge branch 'devel-2.2'
2010-08-25 René NussbaumerAdding a paramiko fingerprint format helper
2010-08-24 Michael Hanselmannworkerpool: Add support for task priority
2010-08-24 Michael HanselmannAdd simple lock monitor
2010-08-24 Michael Hanselmannworkerpool: Allow setting task name
2010-08-23 Michael HanselmannUse one function to parse “--fields” option values
2010-08-23 Michael Hanselmannlocking.LockSet: Use function to get member lock name
2010-08-23 René NussbaumerSwitch to the RPC call to update /etc/hosts in LUAddNod...
2010-08-23 René NussbaumerAdd RPC calls to update /etc/hosts
2010-08-23 Manuel FranceschiniFix a few epydoc docstrings
2010-08-23 Iustin PopMerge branch 'devel-2.2'
2010-08-23 Manuel FranceschiniMake family argument in FormatAddress optional
2010-08-23 Manuel FranceschiniSupport IPv6 for instances
2010-08-20 Manuel Franceschinignt-node add: add error msg when using IPv6
2010-08-20 Manuel FranceschiniUse family in backend.StartMaster
2010-08-20 Manuel FranceschiniMake Hostname object always intialize its name to fqdn
2010-08-20 Manuel FranceschiniFix small spelling mistake
2010-08-19 Iustin PopStop adding the dry-run option by default
2010-08-19 Michael Hanselmannjqueue: Remove lock status field
2010-08-19 Michael Hanselmannutils: Use WriteFile in {Set,Remove}EtcHostsEntry
next