Get rid of ssconf
[ganeti-local] / lib /
2008-10-01 Michael HanselmannGet rid of ssconf
2008-10-01 Michael HanselmannDon't pass sstore to LUs anymore
2008-10-01 Michael HanselmannConvert bootstrap.py
2008-10-01 Michael HanselmannConvert cmdlib.py
2008-10-01 Michael HanselmannConvert ssh.py
2008-10-01 Michael HanselmannConvert rpc.py
2008-10-01 Michael HanselmannConvert hypervisor
2008-10-01 Michael HanselmannConvert mcpu.py
2008-10-01 Michael HanselmannConvert config.py
2008-10-01 Michael HanselmannConvert backend.py
2008-10-01 Michael HanselmannAdd new query to get cluster config values
2008-10-01 Michael HanselmannMove functions from ssconf.py elsewhere
2008-10-01 Michael HanselmannAdd simple configuration reader/writer classes
2008-10-01 Iustin PopRemove last use of utils.RunCmd from the watcher
2008-10-01 Michael HanselmannAdd cluster options from ssconf to configuration
2008-10-01 Michael HanselmannMove instantiation of config into bootstrap.py
2008-10-01 Iustin PopChange the results from cli.PollJob
2008-09-30 Iustin PopEnhance the job-related timestamps
2008-09-30 Iustin PopAbstract the timestamp formatting into cli.py
2008-09-29 Iustin PopAdd opcode execution log in job info
2008-09-29 Iustin PopMove a hardcoded constant to constants.py
2008-09-29 Iustin PopEnable the use of shared secrets
2008-09-29 Iustin PopExtend DRBD disks with shared secret attribute
2008-09-29 Iustin PopImplement job summary in gnt-job list
2008-09-29 Iustin PopNicely sort the job list
2008-09-28 Iustin PopMove the pseudo-secret generation to utils.py
2008-09-28 Iustin PopFix a bug related to static minors
2008-09-27 Iustin PopAdd checks for tcp/udp port collisions
2008-09-27 Iustin PopUpdate the cluster serial_no on certain operations
2008-09-27 Iustin PopAllow listing of the serial_no via gnt-* list
2008-09-27 Iustin PopInitialize and update the serial_no on objects
2008-09-27 Iustin PopSwitch the global serial_no to the top object
2008-09-27 Iustin PopAdd serial_no attributes to objects
2008-09-27 Iustin PopReplace a cfg.AddInstance with UpdateInstance
2008-09-25 René NussbaumerFix iallocator name
2008-09-25 René NussbaumerFix a broken format string
2008-09-24 Iustin PopSwitch config.py to logging
2008-09-23 Iustin PopSwitch to static minors for DRBD
2008-09-23 Iustin PopImplement config support for drbd static minors
2008-09-23 Iustin PopFix disk replace secondary with static minors
2008-09-22 Iustin PopExtend DRBD disks with minors attribute
2008-09-18 Guido TrotterApply filter properly in LUQuery{Nodes, Instances} v2.0.0alpha0
2008-09-18 Guido TrotterRemove auto_balance from burnin/cmdlib
2008-09-17 Michael HanselmannAdd utils.ReadFile function
2008-09-11 Guido TrotterGetAllInstancesInfo, change internal iterator name
2008-09-11 Guido TrotterParallelize Tag operations
2008-09-11 Guido TrotterParallelize LUSetClusterParams (and add a FIXME)
2008-09-11 Guido TrotterParallelize LURemoveExport
2008-09-11 Guido TrotterParallelize LURemoveInstance
2008-09-11 Guido TrotterParallelize LUCreateInstance
2008-09-11 Guido TrotterImplement adding/removal of locks by declaration
2008-09-11 Guido TrotterLockSet: forbid add() on a partially owned set
2008-09-11 Guido TrotterFix typo in a locking.py comment
2008-09-11 Guido TrotterUse is_owned to determine whether to unlock
2008-09-11 Guido TrotterAdd GanetiLockManager.is_owned function
2008-09-11 Guido TrotterFix LockSet._names() to work with the set-lock
2008-09-10 Michael Hanselmannjqueue: Add common RPC error handling function
2008-09-10 Iustin PopRemove locking of instances in certain queries
2008-09-10 Iustin PopAdd an atomic ConfigWrite.GetAllInstanceInfo()
2008-09-10 Iustin PopAdd ConfigWriter._UnlockedGetInstanceList/Info()
2008-09-10 Iustin PopRewrite the 'only submit job' handling in scripts
2008-09-10 Iustin PopOptimize the OpQueryNodes for names only
2008-09-10 Iustin PopAdd a way to export all node information at once
2008-09-09 Michael HanselmannNever remove job queue lock in node daemon
2008-09-09 Iustin PopExport backend.GetMasterInfo over the rpc layer
2008-09-09 Iustin PopChange backend._GetMasterInfo to return more data
2008-09-09 Guido TrotterParallelize LUQueryInstanceData
2008-09-09 Guido TrotterParallelize LUVerify{Cluster,Disks}
2008-09-09 Guido TrotterParallelize LUReplaceDisks
2008-09-09 Guido Trotter_LockInstancesNodes: support append mode
2008-09-09 Guido TrotterProcessor: remove ChainOpCode
2008-09-09 Guido TrotterParallelize LU{A,Dea}ctivateInstanceDisks
2008-09-09 Guido TrotterLUReplaceDisks: remove use of ChainOpCode
2008-09-09 Guido TrotterCreate new _SafeShutdownInstanceDisks function
2008-09-09 Guido TrotterFix a typo in LogicalUnit.ExpandNames docstring
2008-09-09 Guido TrotterUse constants.LOCKS_REPLACE instead of hardcoding
2008-09-09 Guido TrotterFix LUReplaceDisks with iallocator
2008-09-08 Guido TrotterFix LUGrowDisk
2008-09-08 Guido TrotterFix iallocator run
2008-09-08 Guido TrotterParallelize LUExportInstance
2008-09-08 Guido TrotterParallelize LUGrowDisk
2008-09-08 Guido TrotterLURebootInstance: lock only primary when possible
2008-09-08 Guido TrotterAdd primary_only flag to _LockInstancesNodes
2008-09-05 Michael Hanselmannutils.FileLock: Implement timeout
2008-09-05 Guido TrotterAdd locking.ALL_SET constant and use it
2008-09-05 Michael Hanselmannutils.SplitTime: More rounding fixes
2008-09-04 Guido TrotterPrevent mistakes using _GetWantedNodes
2008-09-04 Guido TrotterParalleliza LUQueryNodeVolumes and LUQueryExports
2008-09-04 Guido TrotterParallelize LUDiagnoseOS
2008-09-04 Guido TrotterLUQueryExports: make 'node' field mandatory
2008-09-04 Guido Trotters/Chain(OpQueryExports)/rpc.call_export_list(...)/
2008-09-04 Guido TrotterFix wrong indentation in LUQueryNodes
2008-09-04 Alexander SchreiberMerge r1607 from branches/ganeti/ganeti-1.2
2008-09-02 Alexander Schreibermerge r1568 from branches/ganeti/ganeti-1.2
2008-09-02 Alexander Schreibermerge r1548 from branches/ganeti/ganeti-1.2
2008-09-02 Alexander Schreibermerge r1541 from branches/ganeti/ganeti-1.2
2008-09-02 Alexander Schreibermerge r1540 from branches/ganeti/ganeti-1.2
2008-09-01 Alexander Schreibermerge r1539 from branches/ganeti/ganeti-1.2
2008-09-01 Alexander Schreibermerge r1538 from branches/ganeti/ganeti-1.2
2008-09-01 Guido TrotterCheck memory size before setting it
next