ganeti-local
2010-07-08 Apollon OikonomopoulosDocument the default instance allocator in gnt-cluster...
2010-07-08 Apollon OikonomopoulosAdd default_iallocator cluster parameter
2010-07-07 Balazs LeczLXC: Report actual number of CPUs
2010-07-07 Luca BigliardiMerge branch 'devel-2.1'
2010-07-07 Luca BigliardiMlockall: decrease warnings if ctypes module is not...
2010-07-07 Iustin PopAdd a delay in master failover
2010-07-07 Balazs LeczLXC: Use lxc-info to get instance info
2010-07-07 Balazs LeczLXC: add lxc.console to the generated lxc.conf file
2010-07-07 Iustin PopMerge branch 'devel-2.1'
2010-07-07 Iustin PopQA, burnin: allow selection of reboot types
2010-07-06 Iustin PopFix a typo in gnt-instance's man page
2010-07-06 Iustin PopRework the export failure handling
2010-07-06 Iustin Popgnt-instance: fix GenericManyOps
2010-07-06 Iustin Popcli.JobExecutor.WaitOrShow: always return status
2010-07-06 Iustin PopFix opcode transition from WAITLOCK to RUNNING
2010-07-06 Balazs Leczhv_chroot: use utils.GetMounts()
2010-07-06 Balazs LeczLXC: use utils.GetMounts()
2010-07-06 Balazs LeczAdd utils.GetMounts()
2010-07-06 Iustin PopAdd a delay in master failover
2010-07-06 Luca Bigliardignt-cluster: deal with drbd helper in init/modify/info
2010-07-06 Luca BigliardiAdd drbd helper and storage options
2010-07-06 Luca BigliardiReport drbd helper in query info LU
2010-07-06 Luca BigliardiCheck and set drbd helper in set params LU
2010-07-06 Luca BigliardiCheck and set drbd helper during bootstrap
2010-07-06 Luca BigliardiAdd drbd_helper rpc call
2010-07-06 Luca BigliardiCheck drbd usermode helper in cluster verify
2010-07-06 Luca BigliardiSet drbd usermode helper on config upgrade
2010-07-06 Luca BigliardiGeneralize a recursive check on logical disks
2010-07-06 Luca BigliardiAdd drbd_usermode_helper to configuration
2010-07-06 Luca BigliardiVerifyNode: add usermode helper reply
2010-07-06 Luca BigliardiBaseDRBD: provide a way to query usermode_helper parameter
2010-07-05 René NussbaumerFix a broken commandline switch option
2010-07-05 Iustin PopAdd a QA option to disable reboots during burnin
2010-07-05 Guido TrotterCheck pycurl module at configure time
2010-07-05 Iustin PopAdd a QA option to disable reboots during burnin
2010-07-05 Iustin PopOpCreateInstance: do not require hv/be/os params
2010-07-02 Iustin PopFix ganeti-rapi version string
2010-07-02 Iustin PopSilence the check-dirs check
2010-07-02 Iustin PopRemove _CheckBooleanOpField
2010-07-02 Iustin PopRework the "type" system
2010-07-02 Iustin PopMake _CheckDiskTemplate a valid type checker
2010-07-02 Iustin PopA few more type definitions
2010-07-01 Guido TrotterMerge branch 'stable-2.1'
2010-07-01 Guido TrotterBump up version for 2.1.5 release v2.1.5
2010-07-01 Guido TrotterRapiClient: fix multi-authentication in Python 2.6
2010-07-01 Guido TrotterRemove rapi-user and rapi-pass from qa-sample.json
2010-07-01 Michael Hanselmannutils.OwnIpAddress: Change try/except for Python 2.4
2010-07-01 Michael HanselmannRAPI client: Switch to pycURL
2010-07-01 Michael Hanselmannbaserlib: Use boolean type for boolean variables
2010-07-01 Guido Trotterqa: fix gnt-instance modify -t drbd
2010-07-01 René NussbaumerFixing Makefile.am to reflect the document move and...
2010-07-01 René NussbaumerAdding a user document for the use of cluster-merge
2010-07-01 René NussbaumerMove cluster merger design doc to design-2.1.rst
2010-07-01 Guido Trotterqa: shutdown instance before trying disk convert
2010-07-01 Guido TrotterFix check in gnt-instance modify -t
2010-07-01 René NussbaumerModify gnt-instance rename to support --no-check-name
2010-07-01 René NussbaumerAdding check_name option to the opcode and luxi call...
2010-06-30 Manuel FranceschiniEnable utils.OwnIpAddress to work with IPv6 addresses
2010-06-30 Iustin PopBarebones LXC hypervisor
2010-06-30 Luca BigliardiDocument optional ctypes dependency
2010-06-30 Manuel FranceschiniDRBD IPv6 support
2010-06-30 Manuel FranceschiniIPv6 support for utils.TcpPing()
2010-06-30 Manuel FranceschiniAdd function to retrieve family of an ip address
2010-06-30 Manuel FranceschiniIntroduce utils.IsValidIP{4,6}()
2010-06-30 Manuel FranceschiniUser assertFalse instead of assert_(not ...)
2010-06-30 Manuel FranceschiniFix osparams bug when gnt-cluster modify'ing
2010-06-30 Manuel FranceschiniIntroduce IPv6 constants
2010-06-30 Manuel FranceschiniReplace '0.0.0.0' with constant
2010-06-30 Manuel FranceschiniRename some constants to facilitate IPv6 support
2010-06-30 Guido TrotterAdd missing pylint disable for "except:"
2010-06-30 René NussbaumerAdding design-doc for privilege separation work done...
2010-06-29 Guido TrotterUpdate NEWS for the 2.1.5 release
2010-06-29 Guido TrotterPass force variant option at instance creation
2010-06-29 Guido Trottermasterd: use AsyncTerminatedMessageStream for luxi
2010-06-29 Guido TrotterFix a few uncommon pylint errors in compat.py
2010-06-29 Guido TrotterBatchCreate: get force_variant from specs not opts
2010-06-29 Guido TrotterAsyncTerminatedMessageStream: limit message count
2010-06-29 Guido TrotterAsyncTerminatedMessageStream: send_message
2010-06-29 Michael HanselmannAdd test script for cfgupgrade
2010-06-29 Michael Hanselmanncfgupgrade: Add option to override config verification
2010-06-29 Michael Hanselmanncfgupgrade: Fix bug when checking configuration directory
2010-06-29 Michael Hanselmanncfgupgrade: Add support for Ganeti 2.2
2010-06-29 Michael HanselmannRemove dead code from cfgupgrade
2010-06-29 Guido TrotterBatchCreate: set a default for force_variant
2010-06-28 Guido TrotterBetter specify old object slots removal policy
2010-06-28 Iustin PopFix a type declaration error in LUTestAllocator
2010-06-28 Guido TrotterFix _UpgradeConfig docstring
2010-06-28 Guido Trotterjqueue: remove the _big_jqueue_lock module global
2010-06-28 Guido Trotterssynchronized: act on a class member
2010-06-28 Guido TrotterShare the jqueue lock on job-local changes
2010-06-28 Guido Trotter_OpExecCallbacks abstract _AppendFeedback
2010-06-28 Guido TrotterRemove utils.LockedMethod
2010-06-28 Guido Trotterjqueue: convert to a SharedLock()
2010-06-28 Guido TrotterMarkUnfinishedOps: update job file on disk
2010-06-28 Guido TrotterRemove spurious empty line
2010-06-28 Guido TrotterRemove pred from compat.any/all
2010-06-28 Iustin PopTwo more fixes for OS params and opcode defaults
2010-06-25 Iustin PopFix breakage due to OS parameters
2010-06-24 Apollon OikonomopoulosIntroduce constants.DTS_MAY_ADOPT
2010-06-24 Guido TrotterConvert TestDelay repeat to the type system
next