ganeti-local
2009-12-16 Iustin PopUpdate NEWS file and release Ganeti 2.0.5 v2.0.5
2009-12-14 Iustin PopSecurity issue: add validation of script names
2009-12-14 Iustin PopMove the hooks file mask into constants.py
2009-12-14 Iustin PopImprove LUQueryNodes for lockless case
2009-12-05 Iustin PopShip rapi.rst/rapi.html in the dist archive
2009-09-29 Iustin PopFix burnin's verbose mode v2.0.4
2009-09-29 Iustin PopFinal NEWS update and version increase for 2.0.4
2009-09-25 Iustin PopEncode the actual exception raised by LU execution
2009-09-25 Iustin PopMove the luxi error handling into errors.py
2009-09-25 Iustin PopFix the confusing ssh/hostname message in node add
2009-09-25 Michael HanselmannAdd man page for ganeti-cleaner
2009-09-25 Iustin PopUpdate NEWS file for version 2.0.4
2009-09-25 Iustin PopAutomatically cleanup _temporary_ids at save
2009-09-25 Iustin PopSeparate the computation of all config IDs
2009-09-25 Iustin PopChange config upgrade to be explicit
2009-09-25 Iustin PopMerge commit 'origin/next'
2009-09-14 Guido TrotterFix gnt-node modify online help
2009-09-14 Guido TrotterFix gnt-job info entry in gnt-job(8)
2009-09-11 Michael Hanselmannlocking: Don't swallow exceptions
2009-09-08 Iustin PopAdd check for duplicate MACs in instance add
2009-09-07 Guido Trotterscripts/gnt-node: fix a help string
2009-09-07 Iustin PopOptimise multi-job submit
2009-09-07 Iustin PopExtend gnt-debug with more debugging options
2009-08-31 Michael HanselmannReturn cluster tags from LUQueryClusterInfo
2009-08-28 Michael HanselmannAdd script to clean archived jobs after 21 days
2009-08-25 Iustin Poprapi: export more static node information
2009-08-21 Iustin PopFix unittest breakage due to new test file
2009-08-21 Iustin PopFix /proc/drbd parsing in presence of gaps
2009-08-20 Guido TrotterPass the correct signal to handlers
2009-08-19 Iustin Poprepair-size: ensure child disks have sane sizes
2009-08-17 Michael Hanselmanncli: Use ToStdout/ToStderr instead of print
2009-08-14 Iustin PopFix small typo in gnt-node
2009-08-14 Iustin PopSimplify handling of boolean args in rapi
2009-08-14 Iustin PopFix checks in LUSetNodeParms for the master node
2009-08-13 Iustin PopImprove the example startup script
2009-08-13 Iustin PopFix insserv dependencies
2009-08-13 Guido TrotterFix a typo in InitCluster
2009-08-12 Iustin PopIgnore results from drained nodes in iallocator
2009-08-11 Guido TrotterShip the ethers hook
2009-08-11 Iustin PopFix yet another bug in LURepairDiskSizes
2009-08-10 Luca BigliardiEthers hook, compatibility with old lockfile
2009-08-10 Guido TrotterRemove a few unused imports from noded/masterd
2009-08-10 Iustin PopFix a bug in LURepairDiskSizes
2009-08-10 Iustin PopMove HVM's device_model to a hypervisor parameter
2009-08-10 Iustin PopImplement the KERNEL_PATH parameter for xen-hvm
2009-08-10 Guido TrotterUpgrade be/hv params with default values
2009-08-10 Guido TrotterAdd cluster-init --no-etc-hosts parameter
2009-08-10 Guido Trotterobjects: add configuration upgrade system
2009-08-07 Guido TrotterMerge branch 'master' into next
2009-08-07 Iustin PopUpdate NEWS and version for 2.0.3 release v2.0.3
2009-08-06 Guido Trotterexample ethers hook: use lockfile-progs
2009-08-05 Luca Bigliardiethers hook lock: use logger not echo
2009-08-05 Luca Bigliardiethers hook: reduce the probability of data loss
2009-08-05 Iustin Popdevel/upload: revert rsync -p
2009-08-05 Iustin Popexport: add meaningful exit code
2009-08-05 Iustin PopFix detecting of errors in export
2009-08-04 Iustin PopImplement gnt-cluster check-disk-sizes
2009-08-04 Iustin Poprpc: add rpc call for getting disk size
2009-08-04 Iustin Popbdev: Add function for reading actual disk size
2009-08-04 Iustin PopImplement --ignore-size in activate-disks
2009-08-04 Iustin PopAdd ignore size support in _AssembleInstanceDisks
2009-08-04 Iustin PopAdd a objects.Disk.UnsetSize() method
2009-08-04 Iustin Popbdev: allow ignoring of size in Assemble()
2009-08-04 Iustin PopFix instance import net option
2009-08-04 Iustin PopSimplify the devel/upload script
2009-08-03 Iustin PopAdd a Copy method to object.ConfigObject
2009-08-03 Michael HanselmannAdd “gnt-job watch” command
2009-08-03 Michael Hanselmannjqueue: Fix error when WaitForJobChange gets invalid ID
2009-08-03 Michael Hanselmannjqueue: Update message for cancelling running job
2009-07-29 Guido TrotterExtend call_node_start_master rpc with no_voting
2009-07-24 Stephen Shirleylvmstrap: Change diskinfo to use GenerateTable
2009-07-24 Guido TrotterGet rid of constants.RAPI_ENABLE
2009-07-23 Guido TrotterRemove references to utils.debug
2009-07-23 Guido Trotterganeti-rapi, replace hardcoded exit value
2009-07-23 Guido TrotterAdd the bind-address option to ganeti-rapi
2009-07-22 Guido Trotternoded: Abstract hard-coded sys.exit value
2009-07-22 Guido TrotterAdd an example "ethers" hook
2009-07-21 Iustin Popburnin: move batch init/commit into a decorator
2009-07-21 Iustin Popburnin: move instance alive checks to a decorator
2009-07-21 Iustin Popburnin: Implement retryable operations
2009-07-20 Michael HanselmannIgnore vim swap files
2009-07-19 Iustin Popburnin: fix removal errors hiding real errors
2009-07-19 Iustin Popbackend: Only build once the list of upload files
2009-07-19 Iustin PopFix gnt-instance reinstall
2009-07-19 Iustin PopFix a couple of epydoc warnings
2009-07-19 Iustin Popjob queue: fix loss of finalized opcode result
2009-07-19 Iustin PopSwitch gnt-debug submit-job to JobExecutor
2009-07-19 Iustin PopConvert instance reinstall to multi instance model
2009-07-19 Iustin Popgnt-instance batch-create: use the job executor
2009-07-19 Iustin PopModify cli.JobExecutor to use SubmitManyJobs
2009-07-19 Iustin PopAdd a luxi call for multi-job submit
2009-07-19 Iustin Popjob queue: fix interrupted job processing
2009-07-19 Iustin PopFix an error path in job queue worker's RunTask
2009-07-17 Iustin PopAdd __slots__ on objects in jqueue
2009-07-17 Michael Hanselmannganeti.initd: Pass $*_ARGS to programs when restarting...
2009-07-17 Iustin PopOptimizie OpCode loading
2009-07-17 Iustin PopYet another fallout from the pylint fixes
2009-07-17 Guido TrotterMerge branch 'master' into next
2009-07-17 Iustin PopFix another issue with hypervisor_name change
2009-07-17 Iustin PopUpdate NEWS and version for 2.0.2 release v2.0.2
next