Get rid of ssconf
[ganeti-local] / lib /
2008-09-01 Guido TrotterPass the force param to SetInstanceParms
2008-08-29 Alexander SchreiberMerge r1536 from branches/ganeti/ganeti-1.2
2008-08-29 Michael Hanselmannutils.SplitTime: Fix rounding of milliseconds
2008-08-29 Alexander Schreibermerge r1535 from branches/ganeti/ganeti-1.2
2008-08-29 Iustin PopMake WaitForJobChanges deal with long jobs
2008-08-29 Alexander Schreibermerge r997 from branches/ganeti/ganeti-1.2
2008-08-28 Michael HanselmannFix error message when masterd is not listening
2008-08-28 Guido TrotterFix issue when acquiring empty lock sets
2008-08-27 Michael Hanselmannjqueue: Replace normal cache dict with weakref dict
2008-08-27 Michael Hanselmannjqueue: Keep timestamp of opcode start and end
2008-08-27 Michael Hanselmannjqueue: Reset run_op_idx after job is done
2008-08-27 Iustin PopFix a small typo in a constant
2008-08-27 Michael HanselmannMake sure that client programs get all messages
2008-08-26 Michael HanselmannAdd simple lock debug output
2008-08-18 Guido TrotterParallelize LUQueryNodes
2008-08-18 Guido TrotterParallelize LUQueryInstances
2008-08-18 Guido TrotterLockSet: allow lists with duplicate values
2008-08-18 Guido TrotterProcessor: lock all levels even if one is missing
2008-08-18 Guido TrotterLURebootInstance: move arg check in ExpandNames
2008-08-18 Michael HanselmannLUVerifyCluster: Return boolean indication success
2008-08-18 Michael HanselmannUse Linux-specific way to name master socket
2008-08-15 Michael Hanselmanngnt-node: Add option to always accept peer's SSH key
2008-08-15 Michael HanselmannSshRunner: Add parameter to always accept peer's SSH key
2008-08-15 Michael HanselmannMove SSH option building into a function
2008-08-15 Michael HanselmannSshRunner.Run: Pass all arguments to BuildCmd
2008-08-14 Guido TrotterPass hypervisor type to the OS scripts
2008-08-14 Guido TrotterRunCmd: add optional environment overriding
2008-08-13 Guido TrotterKVM Hypervisor Cleanup
2008-08-13 Guido TrotterAdd KVM hypervisor code
2008-08-13 Guido Trotterconstants: add HT_KVM
2008-08-13 Guido TrotterAdd --with-kvm-path configure option
2008-08-13 Guido TrotterFakeHypervisor: fix a function signature
2008-08-13 Guido TrotterConvert RunCmd to an epydoc docstring
2008-08-13 Michael HanselmannFix adding pristine nodes
2008-08-12 Michael HanselmannFix race locking issue in noded
2008-08-11 Michael Hanselmanncli: Use new RPC call instead of polling
2008-08-11 Michael HanselmannAdd RPC call to wait for job changes
2008-08-11 Michael Hanselmannjqueue: Change log message time format
2008-08-11 Michael HanselmannAdd functions to split time into tuple and merge it...
2008-08-08 Michael HanselmannAdd query function for exports
2008-08-08 Michael HanselmannDon't always remove queue lock when queue is purged
2008-08-08 Michael Hanselmannbackend: Add optional exclusion list to _CleanDirectory
2008-08-08 Michael Hanselmannjqueue: Move archived jobs on all nodes
2008-08-08 Michael Hanselmannnoded: Add RPC function to rename job queue files
2008-08-08 Michael Hanselmannbackend: Add function to check whether file is in queue dir
2008-08-08 Michael HanselmannTwo small style fixes
2008-08-08 Michael Hanselmannjstore: Change to not always require a lock
2008-08-08 Michael HanselmannLog only unexpected errors in utils.FileLock
2008-08-08 Michael HanselmannDisallow uploading job queue files through upload_file
2008-08-08 Michael Hanselmannjqueue: Use new job queue RPC functions
2008-08-08 Michael HanselmannAdd job queue RPC functions
2008-08-08 Michael HanselmannMove function cleaning directory to module level
2008-08-07 Michael HanselmannFix cli.PollJob
2008-08-06 Michael HanselmannImplement {Add,Readd,Remove}Node in GanetiContext
2008-08-06 Michael Hanselmannjqueue: Implement {Add,Remove}Node
2008-08-06 Michael Hanselmannjqueue: Don't pass the list of nodes to SubmitJob anymore
2008-08-06 Michael HanselmannMaintain node list in job queue
2008-08-06 Michael HanselmannClean job queue directories when leaving cluster
2008-08-06 Michael HanselmannImplement query for nodes
2008-08-06 Michael HanselmannImplement query for instances
2008-08-05 Michael Hanselmannjqueue: Replicate jobs to all nodes
2008-08-04 Michael Hanselmannjqueue: Use new jstore module
2008-08-04 Michael Hanselmannjstore: Add queue helper functions
2008-08-04 Iustin PopImplement job submission for scripts
2008-07-31 Michael Hanselmannjqueue: Move assert into decorator
2008-07-31 Iustin PopSplit cli.SubmitOpCode in two parts
2008-07-31 Michael HanselmannAllow job queue files to be uploaded through ganeti...
2008-07-31 Michael HanselmannAdd FileLock utility class
2008-07-31 Michael Hanselmannjqueue: Store context in job queue instead of worker...
2008-07-31 Oleksiy MishchenkoRAPI Implement DELETE for tags
2008-07-31 Oleksiy MishchenkoFirst write operation (add tag) for Ganeti RAPI
2008-07-30 Iustin PopFix cluster destroy
2008-07-30 Guido TrotterXen: remove two end-of-line semicolons
2008-07-30 Iustin PopFix cluster init
2008-07-30 Iustin PopMake gnt-* commands fail nicely on non-masters
2008-07-30 Guido TrotterParallelize LUFailoverInstance
2008-07-30 Guido TrotterChainOpCode is still BGL-only
2008-07-30 Iustin PopFix a misuse of exc_info in logging.info
2008-07-30 Iustin PopFix pylint-detected issues
2008-07-30 Iustin PopFix some errors detected by pylint
2008-07-30 Iustin PopUnify SetupDaemon/SetupLogging
2008-07-30 Iustin PopSimplify the log constants and add another one
2008-07-30 Guido TrotterParallelize {Startup,Shutdown,Reboot}Instance
2008-07-30 Guido TrotterParallelize LUReinstallInstance
2008-07-30 Guido TrotterLogicalUnit._LockInstancesNodes helper function
2008-07-30 Guido TrotterMake sharing locks possible
2008-07-30 Guido TrotterAdd LogicalUnit.DeclareLocks
2008-07-30 Guido TrotterLURenameInstance, add/remove relevant locks
2008-07-30 Michael HanselmannRewrite job queue
2008-07-30 Michael Hanselmannworkerpool: Log when waiting for a thread
2008-07-30 Iustin PopRework master startup/shutdown/failover
2008-07-30 Iustin PopExpose utils.DaemonPidFileName
2008-07-30 Iustin PopImplement checking for the master role in rapi
2008-07-30 Iustin PopAdd a new parameter to backend.(Start|Stop)Master
2008-07-29 Michael HanselmannLog thread name when debug output is enabled
2008-07-29 Michael Hanselmannjqueue: Fix error logging
2008-07-29 Iustin PopFix constants typo
2008-07-29 Iustin PopUse constants for the pid file stems
2008-07-29 Iustin PopAdd a KillProcess function
2008-07-29 Iustin PopChange IsPidFileAlive into ReadPidFile
next