ganeti-local
2009-09-17 Michael HanselmannRemove RpcResult.RemoteFailMsg completely
2009-09-17 Michael HanselmannAdd locking improvements to Ganeti 2.1 design document
2009-09-17 Iustin PopAdd an error-simulation mode to cluster verify
2009-09-17 Iustin PopIntroduce parseable error codes in LUVerifyCluster
2009-09-17 Iustin PopUnify the multiple 'verbose' options
2009-09-17 Iustin PopRewrite the lib/cli.py export list
2009-09-16 Michael HanselmannShow "--help" in bash completion
2009-09-16 Michael HanselmannRemove RpcResult.failed attribute
2009-09-16 Luca BigliardiConfd: add primary IPs queries
2009-09-16 Guido Trotterganeti-confd: remove partial imports
2009-09-16 Guido TrotterConfd client library
2009-09-16 Guido TrotterMove fourcc packing/unpacking to main confd module
2009-09-16 Guido TrotterAdd unittests for confd constants
2009-09-16 Guido Trotterganeti-confd: explicitely log failed big sends
2009-09-16 Guido TrotterAdd a magic fourcc code to confd packets
2009-09-16 Guido TrotterAsyncUDPSocket: Move to a well defined UDP size
2009-09-16 Guido TrotterConfdAsyncUDPServer: fix a docstring
2009-09-16 Guido TrotterAbstract AsyncUDPSocket to daemon
2009-09-16 Guido TrotterConfdAsyncUDPServer: defer handling writes
2009-09-16 Guido TrotterConfdAsyncUDPServer: handle signals at read time
2009-09-16 Luca BigliardiFix authorized_keys generation at cluster init
2009-09-15 Michael HanselmannMove developer notes into normal documentation
2009-09-15 Michael Hanselmannjqueue: Remove unused run_op_index attribute
2009-09-15 Michael HanselmannExport new lock_status field to gnt-job
2009-09-15 Michael HanselmannKeep lock status with every job
2009-09-15 Michael HanselmannMove OpCode processor callbacks into separate class
2009-09-14 Iustin PopReplace last hardcoded 'nodelist' with NV_NODELIST
2009-09-14 Iustin PopTreat virtual LVs as inexistent
2009-09-14 Michael Hanselmannlocking: Acquire SharedLock in shared mode in separate...
2009-09-14 Michael HanselmannRpcResult: Fix cases where “failed” wouldn't be set...
2009-09-14 Michael Hanselmannlocking: Add level name dict
2009-09-14 Michael HanselmannMerge commit 'origin/next' into branch-2.1
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-11 Michael Hanselmanncheck-python-code: Report EOL whitespace
2009-09-11 Michael HanselmannCheck for tabs and long lines in Python code
2009-09-11 Michael Hanselmann.gitignore: Ignore distcheck directories
2009-09-11 Michael HanselmannWrap lines over 80 characters
2009-09-11 Michael Hanselmanncmdlib: Fix typo in variable name
2009-09-11 Michael HanselmannMakefile: Move lengthy variable list to separate variable
2009-09-10 Michael HanselmannMove LoadModule function to ganeti.build
2009-09-10 Michael HanselmannAdd new ganeti.build namespace
2009-09-09 Michael Hanselmannupload: Use more compatible regular expression
2009-09-09 Luca Bigliardimcpu: formatting/indenting fix
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-09-04 Michael HanselmannAdd bash completion for --node node1[:node2]
2009-09-04 Michael HanselmannAdd more debugging to bash completion
2009-09-04 Michael HanselmannAdd simple unittest for manpages
2009-09-04 Michael HanselmannFix small error in gnt-job manpage
2009-09-04 Michael HanselmannAdd locking doc to Ganeti documentation
2009-09-04 Michael HanselmannAdd ipsec hook to .gitignore
2009-09-03 Michael HanselmannEven more style fixes
2009-09-03 Michael HanselmannKVM hypervisor: Use ReadFile
2009-09-03 Michael HanselmannA few style fixes
2009-09-03 Michael HanselmannAdd RAPI resource to redistribute config
2009-09-03 Michael HanselmannAdd simple unittest for remote API docs
2009-09-03 Michael Hanselmannrapi doc: Add …/nodes/[name] and …/instances/[name...
2009-09-03 Michael HanselmannAdd simple unittest for hooks documentation
2009-09-03 Michael HanselmannUpdate hooks documentation
2009-09-03 Michael HanselmannMove LoadModule function to utils
2009-09-03 Michael Hanselmannutils.CalculateDirectorySize: Don't redefine builtin
2009-09-03 Michael HanselmannUse ReadFile/WriteFile in more places
2009-09-02 Luca BigliardiMakefile: add IPsec hook
2009-09-02 Luca BigliardiExample IPsec hook
2009-08-31 Michael Hanselmanngnt-cluster watcher: Show more information
2009-08-31 Guido Trotterconfd: add cluster master query
2009-08-31 Guido Trotterconfd/querylib: fix docstrings
2009-08-31 Guido Trotterconfd: avoid spamming the logfile
2009-08-31 Guido TrotterRemove SimpleConfigReader.GetHypervisorType
2009-08-31 Michael HanselmannMerge commit 'origin/next' into branch-2.1
2009-08-31 Luca BigliardiReplace BINDIR variable as well
2009-08-31 Michael HanselmannReturn cluster tags from LUQueryClusterInfo
2009-08-31 Michael Hanselmanndevel/upload: Build in parallel
2009-08-28 Michael HanselmannMerge branch 'next' into branch-2.1
2009-08-28 Michael HanselmannAdd more bash completion metadata for options
2009-08-28 Michael HanselmannBash completion: Implement dynamic option value completion
2009-08-28 Michael HanselmannBash completion: Add function to get all iallocators
2009-08-28 Michael HanselmannBash completion: Simplify option completion
2009-08-28 Michael HanselmannBash completion: Support for --foo=bar option format
2009-08-28 Michael HanselmannBash completion: Small optimizations
2009-08-28 Michael HanselmannFix QA test for “gnt-node evacuate”
2009-08-28 Guido TrotterConfd: don't fail if the config doesn't load
2009-08-28 Guido Trotterconfd: start in polling mode
2009-08-28 Guido TrotterConfdProcessor: add disabled state
2009-08-28 Guido TrotterMove SimpleConfigReader creation to ConfdProcessor
2009-08-28 Guido Trotterconfd: s/confd_event_handler/inotify_handler/
2009-08-28 Michael HanselmannAdd script to clean archived jobs after 21 days
2009-08-28 Guido TrotterImplement timers in confd
2009-08-28 Guido Trotterconstants: add confd reload and rate limit times
2009-08-28 Guido TrotterConfdInotifyEventHandler.enable: use InotifyError
2009-08-28 Guido TrotterAdd errors.InotifyError
2009-08-28 Guido TrotterConfdInotifyEventHandler, move to a callback
2009-08-28 Guido TrotterMove creation of inotify handler to a new class
2009-08-28 Guido TrotterConfdInotifyEventHandler: add enable/disable
2009-08-28 Guido TrotterSimpleConfigReader: handle stat() errors
2009-08-27 Iustin PopEncode the actual exception raised by LU execution
next