ganeti-local
2008-10-07 Alexander SchreiberGaneti 2.0 cluster parameters design doc
2008-10-07 Iustin PopImplement job 'waiting' status
2008-10-07 Guido TrotterOS Interface design doc
2008-10-07 Guido TrotterAdd .. contents:: marker to design docs
2008-10-06 Iustin PopImplement job auto-archiving
2008-10-06 Iustin PopAdd a simple timespec parsing function
2008-10-06 Iustin Popbackend.py change to get cluster name from master
2008-10-06 Iustin PopDisable re-reading of config file
2008-10-06 Oleksiy MishchenkoRAPI Desing Doc
2008-10-06 Iustin PopStart implementation of parallel burnin
2008-10-06 Iustin PopFix gnt-job list with empty timestamps
2008-10-06 Iustin PopIncrease the number of threads to 25
2008-10-06 Alexander SchreiberMinor cleanups & typo fixes.
2008-10-06 Iustin PopFix SshRunner breakage from the changed API
2008-10-06 Iustin PopChange SshRunner usage
2008-10-06 Michael HanselmannUpdate document describing cluster security
2008-10-05 Iustin PopFix ssconf.GetMasterAndMyself
2008-10-03 Iustin PopFix a mistake in the gnt-backup man page
2008-10-02 Michael HanselmannUse docbook2* paths found during configure for actual...
2008-10-02 Michael HanselmannRemove references to Twisted framework
2008-10-01 Michael HanselmannGet rid of ssconf
2008-10-01 Michael HanselmannDon't pass sstore to LUs anymore
2008-10-01 Michael HanselmannConvert ganeti-master
2008-10-01 Michael HanselmannConvert ganeti-watcher
2008-10-01 Michael HanselmannConvert ganeti-noded
2008-10-01 Michael HanselmannConvert gnt-cluster
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 PopFix the watcher with down nodes
2008-10-01 Iustin PopFix the watcher not restarting instance bug
2008-10-01 Iustin PopRemove last use of utils.RunCmd from the watcher
2008-10-01 Michael HanselmannFix unittests broken by revision 1727
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 Michael HanselmannAdd list of build dependencies
2008-09-30 Michael HanselmannBuild HTML from RST input
2008-09-30 Iustin PopFix ‘gnt-job info’ with no arguments
2008-09-30 Iustin PopAdd output of job/opcode timestamps
2008-09-30 Iustin PopEnhance the job-related timestamps
2008-09-30 Michael HanselmannSmall fixes for master daemon design document
2008-09-30 Alexander SchreiberImport design doc for commandline arguments
2008-09-30 Guido Trotterlocking design: code path and declarations
2008-09-30 Guido Trotterlocking design: explain use of async mode
2008-09-30 Guido Trotterlocking design: talk about removing locks
2008-09-30 Guido TrotterImport (and update) granular locking design doc
2008-09-30 Iustin PopAbstract the timestamp formatting into cli.py
2008-09-29 Michael HanselmannAdd job queue design document
2008-09-29 Iustin PopAdd an 'index' of design documents
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 PopAdd a info subcommand to gnt-job
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-27 Iustin PopAdd design doc for the disk changes
2008-09-25 René NussbaumerFix iallocator name
2008-09-25 René NussbaumerFix a broken format string
2008-09-24 Iustin PopDesign doc for the master daemon
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-17 Michael Hanselmanndoc/locking.txt: Job queue functions can be called...
2008-09-12 Alexander SchreiberMake burnin aware of hvm device type flags.
2008-09-11 Guido TrotterGetAllInstancesInfo, change internal iterator name
2008-09-11 Guido Trottergnt-instance: fix tags commands online help
2008-09-11 Guido TrotterParallelize Tag operations
2008-09-11 Guido TrotterParallelize LUSetClusterParams (and add a FIXME)
2008-09-11 Guido TrotterFix a typo in gnt-instance.sgml
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
next