ganeti-local
2010-11-29 Michael Hanselmannobjects: Add QueryFieldDefinition
2010-11-29 Michael HanselmannIncrease timeout for connection on remote import
2010-11-29 Michael HanselmannUse IPv6 for import/export
2010-11-29 Michael Hanselmannbackend: Add support for IPv6 in import/export
2010-11-29 Michael Hanselmannimpexpd: Implement support for IPv6
2010-11-29 René NussbaumerAdding ndparams to gnt-cluster init|modify and man...
2010-11-29 René NussbaumerAdding ndparams to gnt-node add|modify and man page
2010-11-29 René NussbaumerAdd node parameters to ganeti(7)
2010-11-29 René NussbaumerInitCluster support for ndparams
2010-11-29 Iustin PopSimplify QA commands
2010-11-28 Iustin PopFix typo in _ANS1_TIME_REGEX
2010-11-28 Iustin PopImprove unittests for the utils module
2010-11-28 Iustin PopMove compilation of some regexes to init time
2010-11-27 Iustin PopFix breakage from previous commit e695efb
2010-11-27 Iustin PopAdd missing paramter and unittests for this case
2010-11-27 Maciej BlizińskiAdding blockdev_prefix to hypervisor options
2010-11-26 Iustin PopRPC call_node_info: change protocol
2010-11-26 Iustin Popasyncnotifier tests: simplify the setup code
2010-11-26 Iustin PopCluster rename: skip offline nodes
2010-11-26 René NussbaumerFix missed CheckArguments on ndparams for SetNodeParams
2010-11-26 René NussbaumerThe default value for ndparams should be None not {}
2010-11-25 Iustin PopFix per-vg checks in instance disk conversion
2010-11-25 Michael HanselmannFix version check
2010-11-25 Dmitry ChernyakRemoved _CheckNodesFreeDisk function
2010-11-25 Dmitry ChernyakMake instance creation VG-aware
2010-11-25 Dmitry ChernyakIntroduced VG-aware disk space checks
2010-11-25 Dmitry ChernyakAdded "vg" argument to the --disk syntax
2010-11-24 Michael HanselmannAdd script to check version format
2010-11-24 Iustin PopMerge branch 'devel-2.3'
2010-11-24 Iustin PopMerge branch 'devel-2.2' into devel-2.3
2010-11-24 Iustin PopFix coverage reports
2010-11-24 René NussbaumerAdding --node-parameters command line flag
2010-11-24 René NussbaumerAdding ndparams to their OpCodes and LU calls
2010-11-23 Michael HanselmannAdd consistency test for mcpu dispatch table
2010-11-23 Michael Hanselmanncmdlib: Use _POutputFields where possible
2010-11-23 Michael HanselmannUpdate query2 design document
2010-11-23 Dmitry ChernyakBasic stuff to allocate disks on different VGs
2010-11-23 René NussbaumerAdding convenience getter for ndparams
2010-11-23 Lance AlbertsonRAPI: implement no_install during instance creation
2010-11-23 Iustin Poputils._RunCmdPipe: simplify the timeout logic
2010-11-23 Iustin Poputils._RunCmdPipe: fix poller timeout usage
2010-11-23 Iustin PopFix utils unittest TestRunCmd.testTimeoutKill
2010-11-22 Iustin PopRAPI: export the node group UUID in the node query
2010-11-22 René NussbaumerAdding oob_program in the same style as beparams
2010-11-19 Iustin PopMerge branch 'devel-2.3'
2010-11-19 Iustin PopTemporarily remove the interactive tests
2010-11-19 René NussbaumerSupport timeouts in RunCmd
2010-11-19 Iustin PopUpdates NEWS and configure.ac for 2.3.0~rc1 v2.3.0rc1
2010-11-19 Iustin PopMerge branch 'devel-2.2' into devel-2.3
2010-11-19 Iustin PopUpdate NEWS & configure.ac for the 2.2.2 release v2.2.2
2010-11-19 Iustin PopFix documentation regarding conversion to drbd
2010-11-19 Iustin PopFix documentation regarding conversion to drbd
2010-11-18 Iustin PopReinstall instance: disallow offline secondaries
2010-11-18 Iustin PopQA: check that doubly modifying an OS state is OK
2010-11-18 Iustin PopFix breakage in OS state modify
2010-11-17 Iustin PopMerge branch 'devel-2.2' into devel-2.3
2010-11-17 Iustin PopQA: add tests for gnt-cluster modify -B
2010-11-17 Iustin PopLUSetClusterParms: fix validation of beparams
2010-11-16 René NussbaumerAdding unittests for RunningTimeout
2010-11-16 René NussbaumerMove locking.RunningTimeout to utils
2010-11-15 Iustin PopSome further man tweaks
2010-11-15 Iustin PopRemove last vestiges of docbook
2010-11-15 Iustin PopRemove the SGML man sources
2010-11-15 Iustin PopSwitch man pages from SGML to RST
2010-11-15 Iustin PopAdd RST version of ganeti man page
2010-11-15 Iustin PopAdd RST version of ganeti-os-interface man page
2010-11-15 Iustin PopAdd RST version of ganeti-cleaner man page
2010-11-15 Iustin PopAdd RST version of ganeti-confd man page
2010-11-15 Iustin PopAdd RST version of ganeti-rapi man page
2010-11-15 Iustin PopAdd RST version of ganeti-noded man page
2010-11-15 Iustin PopAdd RST version of ganeti-watcher man page
2010-11-15 Iustin PopAdd RST version of ganeti-masterd man page
2010-11-15 Iustin PopAdd RST version of gnt-os man page
2010-11-15 Iustin PopAdd RST version of gnt-job man page
2010-11-15 Iustin PopAdd RST version of gnt-debug man page
2010-11-15 Iustin PopAdd RST version of gnt-backup man page
2010-11-15 Iustin PopAdd RST version of gnt-node man page
2010-11-15 Iustin PopAdd RST version of gnt-cluster man page
2010-11-15 Iustin PopAdd RST version of gnt-instance man page
2010-11-15 Iustin PopAdd a footer.rst
2010-11-15 Iustin PopAdd pandoc to configure.ac
2010-11-12 Michael HanselmannDesign document for new query infrastructure
2010-11-11 Iustin PopAdd group, group.uuid fields in node list
2010-11-11 Iustin PopAdd unittests for TemporaryReservationManager
2010-11-11 David KnowlesTempReservationManager: Reserved() doesn't work
2010-11-10 Michael Hanselmannimpexpd: Disable OpenSSL compression in socat if possible
2010-11-09 Michael HanselmannMerge branch 'devel-2.3'
2010-11-09 Michael HanselmannMerge branch 'devel-2.2' into devel-2.3
2010-11-09 Michael Hanselmanndevel/release: Use release-specific Makefile targets
2010-11-09 Michael HanselmannMakefile: Add new dist target for releases
2010-11-08 Michael HanselmannMerge branch 'devel-2.3'
2010-11-08 Apollon OikonomopoulosUpdate ganeti-os-interface documentation
2010-11-04 Michael HanselmannMakefile: Check for empty files and dirs on distcheck
2010-11-04 Michael HanselmannRevert commit e7e23e73, work around Automake bug
2010-11-04 Marc SchmittDesign Doc: Ganeti Node OOB Management Framework
2010-11-03 Michael HanselmannFix disk checks in “gnt-cluster verify”
2010-11-03 Michael HanselmannQA: Run “gnt-cluster verify” while DRBD instance exists
2010-11-03 Michael HanselmannRemove empty file from doc/html in distribution
2010-11-03 Michael HanselmannRemove shebang line from ganeti.server.*
2010-11-02 Michael HanselmannFix typos in NEWS
next