ganeti-local
2010-06-02 Guido TrotterTestAsyncUDPSocket: remove dead code and add test
2010-06-02 Guido TrotterTestAsyncUDPSocket: test for oversized sends
2010-06-02 Guido TrotterDocument the check-man change
2010-06-02 Guido TrotterUpdate NEWS for Ganeti 2.1.3
2010-06-02 Iustin PopSecond attempt at fixing check-man
2010-06-02 Iustin PopFix check-man for newer man-db
2010-06-01 Balazs LeczAdd RemoveDir utility function
2010-06-01 Guido TrotterExplicitely return None from IgnoreSignals
2010-06-01 Guido TrotterAsyncUDPSocket: fix IgnoreSignals usage and test
2010-06-01 Balazs LeczAdd KVM chroot feature
2010-06-01 Guido TrotterFix and Improve TryToRoman unittest
2010-06-01 Guido TrotterConvert gnt-instance list and info to use roman
2010-06-01 Guido Trottergnt-cluster info --roman
2010-06-01 Guido TrotterFormatUidPool: provide optional roman conversion
2010-06-01 Guido Trottergnt-node: remove latinfriendlyfields
2010-06-01 Guido TrotterMove roman conversion to compat
2010-06-01 Iustin PopAdd a new opcode timestamp field
2010-06-01 Guido TrotterFix IgnoreSignals on socket.error
2010-05-31 Tom LimoncelliRAPI client should convert urllib2.URLError to GanetiAp...
2010-05-31 Apollon OikonomopoulosKVM: Migration bandwidth and downtime control
2010-05-31 Balazs LeczMake utils.EnsureDirs() ignore umask
2010-05-27 Iustin PopFix two race conditions in reboot instance
2010-05-25 Guido TrotterSupport for latin friendly output in node list
2010-05-25 Guido TrotterTest for errors during inotify callback
2010-05-25 Guido TrotterSingleFileEventHandler: Remove try/except blocks
2010-05-25 Guido TrotterErrorLoggingAsyncNotifier
2010-05-25 Guido Trotterdaemon.GanetiBaseAsyncoreDispatcher
2010-05-24 Guido TrotterTestSingleFileEventHandler: abstract notifier type
2010-05-22 Guido TrotterMainloop: handle SIGINT as well (and terminate)
2010-05-22 Guido TrotterSingleFileEventHandler: update comments
2010-05-21 Guido TrotterAdd asyncnotifier unittests
2010-05-21 Guido TrotterMake ConfdInotifyEventHandler a library function
2010-05-21 Guido TrotterComment on AsyncNotifier upstream's availability
2010-05-21 Guido TrotterRemove errors.ConfdFatalError
2010-05-20 Guido TrotterTestMainloop: test scheduler priorities as well
2010-05-20 Guido TrotterFix race condition in mainloop unittest
2010-05-20 Guido TrotterTestMainloop.testReRun
2010-05-20 Guido TrotterAdd AsyncUDPSocket tests
2010-05-20 Guido TrotterAdd initial mainloop unittests
2010-05-20 Guido Trotterdevel/review: make the range argument optional
2010-05-18 Guido TrotterAbstract the LUXI eom into a constant
2010-05-18 Guido TrotterKVM: vhost net acceleration support
2010-05-18 Michael Hanselmannganeti-cleaner: Write log file with removed files
2010-05-18 Michael HanselmannRAPI client: Handle urllib2.HTTPError and raise GanetiA...
2010-05-17 Michael HanselmannRAPI: /2/{nodes,instances}/$name should return 404...
2010-05-17 Michael Hanselmannganeti-masterd: Improve error logging for client requests
2010-05-17 Michael HanselmannReturn disk_template from LUQueryInstanceData
2010-05-17 Michael HanselmannRAPI client: Rename Get{Node,Instance}Info, add new...
2010-05-17 Michael HanselmannRAPI client: Log request to be made
2010-05-17 Michael HanselmannAdd missing documentation for RAPI instance creation...
2010-05-17 Iustin PopAdd checks for master IP in cluster verify
2010-05-14 Guido TrotterRemove unused import from daemon.py
2010-05-14 Guido Trotterutils.IgnoreSignals
2010-05-14 Guido TrotterAsyncUDPSocket.handle_error
2010-05-14 Guido TrotterAdd a forgotten comment about overriding a method
2010-05-14 Guido Trotterganeti-noded: add the --no-mlock option
2010-05-14 Guido TrotterDescribe more ganeti-noded options in the manpage
2010-05-13 Luca BigliardiFix some pylint warnings
2010-05-13 Luca BigliardiFix logging string format
2010-05-13 Luca BigliardiFix Filehandler / FileHandler typo
2010-05-13 Michael HanselmannQA: Test instance creation/deletion via RAPI client
2010-05-13 Michael HanselmannRAPI client: Implement instance creation
2010-05-13 Michael HanselmannRAPI: Add new request data format for instance creation
2010-05-13 Michael HanselmannMention RAPI client in documentation
2010-05-13 Michael Hanselmannrapi.baserlib: Add function to check variable type
2010-05-13 Michael HanselmannAdd new /2/features RAPI resource
2010-05-13 Luca BigliardiUse console_logging in node daemon
2010-05-13 Luca BigliardiDaemons conditionally setup console logging
2010-05-13 Luca BigliardiUse LogFileHandler conditionally in SetupLogging
2010-05-13 Luca BigliardiIntroduce LogFileHandler class
2010-05-13 Luca BigliardiAdd /dev/console constant
2010-05-13 Luca BigliardiLock PowercycleNode child in memory
2010-05-13 Luca BigliardiLock node daemon children in memory
2010-05-13 Luca BigliardiLock node daemon in memory
2010-05-13 Luca BigliardiIntroduce Mlockall()
2010-05-12 Luca BigliardiNode daemon availability improvements proposal
2010-05-12 Michael HanselmannFix wrong variable name in commit d975f482
2010-05-12 Michael HanselmannRAPI: Add initial support for instance creation request...
2010-05-12 Guido TrotterConvert some ReadFile calls to ReadOneLineFile
2010-05-12 Guido Trotterutils.ReadOneLineFile()
2010-05-12 Guido TrotterRemove oneline= parameter from utils.ReadFile
2010-05-12 Guido Trotterinstall.rst: update os version and add KVM notes
2010-05-12 Guido TrotterINSTALL: update hypervisor requirements
2010-05-12 Michael HanselmannRAPI client: Fix SSL error reporting for real
2010-05-11 Michael HanselmannRAPI client: Improve SSL error reporting
2010-05-11 Michael HanselmannRAPI client: Don't check node role in client
2010-05-11 Michael HanselmannRAPI client: Update ReplaceInstanceDisks
2010-05-11 Michael HanselmannRAPI client: Fix behaviour of “allocatable” storage...
2010-05-11 Michael HanselmannRAPI client: Encode boolean and None query values
2010-05-11 Michael HanselmannRAPI client: No longer check storage type locally
2010-05-11 Michael HanselmannRAPI client: Add constant for RAPI version
2010-05-11 Michael HanselmannRAPI QA: Use RAPI client
2010-05-11 Michael HanselmannQA: Restore RAPI cert after “gnt-cluster renew-crypto”
2010-05-11 Michael HanselmannQA: Add function create temporary backup file
2010-05-11 Michael HanselmannRAPI client: Don't assume job IDs to be numeric
2010-05-11 Michael HanselmannAdd RAPI client utility module with RAPI PollJob function
2010-05-11 Michael HanselmannRAPI client: Include HTTP error code in GanetiApiError...
2010-05-11 Michael HanselmannSupport different HTTP error codes in RAPI client unitt...
2010-05-11 Michael HanselmannRAPI client: Fix error message for unsupported methods...
2010-05-11 Michael HanselmannRAPI client: Allow waiting for job changes
next