Extend DRBD disks with shared secret attribute
[ganeti-local] / lib /
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
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
next