ganeti-local
2009-10-05 Jun FutagawaAdd support for using the bootloader in xen-pvm
2009-10-02 Michael HanselmannDisallow "xrange" function
2009-10-02 Michael HanselmannReplace all xrange() with range()
2009-10-02 Michael HanselmannMore locking tests race conditions fixes
2009-10-02 Michael Hanselmanncheck-python-code: Show line number for problems
2009-10-02 Guido TrotterLUSetNodeParams: autopromote self when needed
2009-10-02 Guido TrotterAbstract self-promotion decision
2009-10-02 Guido TrotterFix master candidate removal
2009-10-02 Guido TrotterLUSetNodeParams: Don't break config on mc demotion.
2009-10-01 Guido TrotterMaster candidate stats, return one more value
2009-10-01 Guido TrotterSingleActionPipeCondition =~ s/Action/Notify/
2009-10-01 Guido TrottertestNotification: add more checking about order
2009-10-01 Guido TrotterAbstract base condition test cases
2009-10-01 Guido TrotterMove the "done" queue inside _ThreadedTestCase
2009-10-01 Guido TrotterAbstract "base" condition code in a separate class
2009-10-01 Michael Hanselmannlocking.SharedLock: Fix bug in delete function
2009-10-01 Michael HanselmannRename LockSet.acquire parameter “blocking” to “timeout”
2009-10-01 Michael HanselmannTry to fix locking unittests
2009-09-30 Michael HanselmannChange SharedLock to new pipe(2)-based condition
2009-09-30 Michael HanselmannAdd _PipeCondition class
2009-09-30 Michael HanselmannAdd _SingleActionPipeCondition class
2009-09-30 Michael HanselmannSharedLock: implement timeouts
2009-09-30 Luca BigliardiExtend confd instances ips query
2009-09-30 Iustin PopMerge remote branch 'origin/master' into mogu
2009-09-29 Luca BigliardiImprove description of migrate/failover post hooks env
2009-09-29 Luca BigliardiUpdate env vars for instances in hooks documentation
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-29 Guido TrotterAdd initial confd client unittests
2009-09-29 Guido Trotterconfd/client: make it possible to update peer list
2009-09-29 Iustin PopRemove ‘-u’ from masterd shebang
2009-09-28 Guido Trotterconfd/client: pass self to upcalls
2009-09-28 Guido Trotterdevel/upload.in: make it more project generic
2009-09-28 Guido TrotterConfdFilterCallback: fix a bug in expire
2009-09-28 Guido Trotterganeti-confd: cleanup imports
2009-09-28 Guido Trotterganeti-confd: don't depend on the os log dir
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 Guido TrotterRemove secrets and kill confd on cluster leave
2009-09-25 Guido TrotterImplement ConfdFilterCallback
2009-09-25 Guido TrotterConfd client: add module level documentation
2009-09-25 Iustin PopUpdate NEWS file for version 2.0.4
2009-09-25 Iustin PopAdd uuid on node/instance add and cluster init
2009-09-25 Iustin PopFix RAPI QA, broken by NIC parameters changes
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-24 Michael HanselmannWrap documentation to max 72 characters per line
2009-09-24 Michael HanselmannSet Vim textwidth in each documentation file
2009-09-24 Iustin PopAdd missing import sys to lib/daemon.py
2009-09-24 Iustin PopAdd documentation on manual cluster cleanup
2009-09-24 Michael HanselmannAdd implementation details for 2.1 locking changes
2009-09-24 Guido TrotterKVMHypervisor: wrap long line
2009-09-24 Iustin PopExport the uuid in RAPI
2009-09-24 Iustin PopExport and show the cluster uuid in cluster info
2009-09-24 Iustin PopMan page updates for the uuid field
2009-09-24 Iustin PopImplement uuid in gnt-node/instance list and info
2009-09-24 Iustin PopSimplify handling of regular fields in LUQuery*
2009-09-24 Iustin PopAutomatically fill in missing UUIDs
2009-09-24 Iustin PopAdd uuid attributes to configuration entities
2009-09-24 Iustin PopAutomatically cleanup _temporary_ids at save
2009-09-24 Iustin PopSeparate the computation of all config IDs
2009-09-24 Guido TrotterNode init: copy hmac key as well
2009-09-24 Guido TrotterUnpack the confd reply as an object, from the dict
2009-09-24 Guido TrotterInstall guide: talk about routing mode
2009-09-24 Guido TrotterUpdate hypervisor installation section
2009-09-24 Guido Trotterdocument the nic link meaning in routed mode
2009-09-24 Guido TrotterKVM nic script: enable interface forwarding
2009-09-24 Guido TrotterKVM nic script: use routed link as table
2009-09-23 Guido TrotterConfd client library: enable optional logging
2009-09-23 Guido TrotterConfd client: make confd port configurable
2009-09-23 Guido TrotterConfd client: Change callback model
2009-09-23 Guido TrotterConfd client: make SendRequest args optional
2009-09-22 Iustin PopChange config upgrade to be explicit
2009-09-22 Luca BigliardiConfd: add instances IPs query
2009-09-22 Iustin PopFix utils.MatchNameComponent for full matches
2009-09-22 Iustin PopDesign doc changes for UUID tracking of objects
2009-09-21 Guido TrotterFix _RemoveDisk for file based instances
2009-09-21 Michael HanselmannRe-wrap locking changes design to 76 chars per line
2009-09-21 Michael HanselmannRevert "Include NEWS file in documentation"
2009-09-21 Guido Trottergnt-instance info: fix nic display
2009-09-21 Guido Trottercmdlib._CreateDisks fix a broken result.Raise
2009-09-18 Michael HanselmannInclude NEWS file in documentation
2009-09-18 Michael HanselmannConvert NEWS file to RST
2009-09-18 Iustin PopUnify the instance creation code
2009-09-18 Iustin PopUnify multi-instance handling in gnt-instance
2009-09-18 Iustin PopFix gnt-instance start/stop/… args
2009-09-18 Iustin PopRemove explicit DEBUG_OPT and add it by default
2009-09-18 Iustin PopChange indentation style in commands definitions
2009-09-18 Iustin PopMake ganeti-watcher use the standard debug option
2009-09-18 Iustin PopMove the “--no-shutdown” option to cli.py
2009-09-18 Iustin PopMove the “--ignore-secondaries” option to cli.py
2009-09-18 Iustin PopMove the “--reboot-type” option to cli.py
2009-09-18 Iustin PopMove cluster verify options to cli.py
2009-09-18 Iustin PopMove more cluster init opts to cli.py
2009-09-18 Iustin PopMove the “--mac-prefix” option to cli.py
2009-09-18 Iustin PopMove the “--no-voting” option to cli.py
next