ganeti-local
2009-02-09 Guido TrotterKVM: export hvparams in the runtime
2009-02-09 Guido TrotterKVM: actually support different disk types
2009-02-09 Guido TrotterXen-HVM: Improve the invalid disk/nic type error
2009-02-09 Guido TrotterKVM: parameters for different disk and nic types
2009-02-09 Guido TrotterRename the device type constants
2009-02-09 Guido Trotters/HT_HVM_VNC_BASE_PORT/VNC_BASE_PORT/g
2009-02-09 Iustin PopAdd a new instance query flag ‘disk_usage’
2009-02-09 Iustin PopUniformize some function names in backend.py
2009-02-09 Iustin Popbdev: add and use two utility functions
2009-02-09 Iustin Poprpc.call_blockdev_find: convert to (status, data)
2009-02-09 Iustin PopExport the cpu nodes and sockets from Xen
2009-02-09 Iustin PopFix handling OS errors in AddOSToInstance
2009-02-09 Iustin Popbackend.DrbdAttachNet: don't ignore Open() errors
2009-02-09 Iustin Popcmdlib: simplify some rpc error handling cases
2009-02-09 Iustin PopRpcResult: add a new payload field
2009-02-09 Iustin PopLUCreateInstance: only set running flag at the end
2009-02-07 Guido TrotterKVM: don't boot from a virtio cdrom
2009-02-07 Guido TrotterKVM: don't boot from cdrom with no cdrom
2009-02-07 Guido TrotterSupport cdrom image and boot order for KVM
2009-02-07 Guido TrotterGet rid of constants.HT_HVM_DEFAULT_BOOT_ORDER
2009-02-06 Iustin PopQA: switch RAPI to https
2009-02-06 Iustin PopFix rapi job listing
2009-02-05 Iustin Poprapi: fix SSL mode and use SSL by default
2009-02-05 Iustin PopSmall improvement to the init.d example file
2009-02-05 Guido TrotterKVM: add VNC TLS and X509 parameters
2009-02-05 Guido TrotterKVM: allow binding vnc to a file
2009-02-05 Iustin PopFix some issues for lockless queries
2009-02-05 Iustin PopRevive RAPI QA tests for 2.0-style RAPI
2009-02-04 Iustin Poprapi: fix 'bulk' processing and add locking option
2009-02-04 Iustin Poprapi: cleanup and update to latest 2.0 API
2009-02-04 Iustin PopEnable lockless node queries
2009-02-04 Iustin Poprapi: fix authentication and queries
2009-02-04 Iustin PopAdd one new luxi query: cluster info
2009-02-04 Iustin Popssconf: add some more keys and some fixes
2009-02-04 Iustin PopImplement lockless query operations
2009-02-03 Guido TrotterKVM: Make GetAllInstancesInfo concurrency-safe
2009-02-03 Guido TrotterCorrect a typo in ReadPidFile's docstring
2009-02-03 Iustin PopFix unittest encoding breakage
2009-02-03 Iustin PopAllow gnt-node evacuate to use an iallocator
2009-02-03 Iustin PopAdd gnt-node migrate
2009-02-03 Iustin PopAn attempt at fixing some encoding issues
2009-02-03 Iustin Poplvmstrap: allow removable devices too
2009-02-03 Iustin PopDocumentation: update the gnt-os manpage
2009-02-03 Iustin PopSmall patch for handling errors in node add
2009-02-03 Iustin Popssh: more details on failure
2009-02-03 Guido TrotterGive a sane permission to the known_host file
2009-02-02 Iustin PopA couple of small changes to the OS environment
2009-02-02 Iustin PopWhitespace change: bad indentation in constants.py
2009-02-02 Iustin PopReturn error messages in node add ssh handling
2009-02-01 Guido Trottergnt-instance: support no_PARAMETER value
2009-02-01 Guido TrotterLUQueryClusterInfo: filter hvparams
2009-01-29 Guido TrotterKVM: advise about VNC support on GetShellCommand
2009-01-29 Guido TrotterKVM: enable VNC if a VNC_BIND_ADDRESS is defined
2009-01-29 Guido TrotterKVM: Allow the HV_VNC_BIND_ADDRESS parameter
2009-01-29 Guido TrotterLUAddNode: copy the vnc password file also for KVM
2009-01-29 Guido TrotterAdd HT_KVM to HTS_REQ_PORT
2009-01-29 Guido TrotterKVM: make the kernel and initrd arguments optional
2009-01-29 Guido TrotterKVM: add the HV_SERIAL_CONSOLE parameter
2009-01-29 Guido TrotterGetShellCommand: get hvparams and beparams
2009-01-29 Iustin PopImplement software release version checks too
2009-01-29 Iustin Popgnt-instance list: accept input names
2009-01-29 Iustin PopLUQueryInstances: keep the given order of names
2009-01-29 Iustin Poplocking.LockSet: don't modify input arguments
2009-01-29 Iustin PopRe-wrap some lines to keep them under 80 chars
2009-01-29 Iustin PopCheck that instance exists before confirm. queries
2009-01-29 Oleksiy MishchenkoRAPI: tag work
2009-01-29 Oleksiy MishchenkoRAPI: rlib1 removal
2009-01-29 Oleksiy MishchenkoRAPI: Implement /2 resource
2009-01-29 Oleksiy MishchenkoRAPI: Deprecate version Rapi version1
2009-01-28 Iustin PopFix gnt-cluster modify -H and offline nodes
2009-01-28 Iustin PopActually mark drives as read-only if so configured
2009-01-28 Iustin PopFix some issues related to job cancelling
2009-01-27 Guido TrotterXen: use utils.WriteFile for the instance configs
2009-01-27 Guido TrotterXen: use utils.Readfile to read the VNC password
2009-01-27 Iustin PopImplement disk verify checks in config verify
2009-01-27 Iustin PopFix the mode attribute of newly-created disks
2009-01-27 Iustin PopRework the multi-instance gnt commands
2009-01-27 Iustin PopFix single-job archiving (gnt-job archive)
2009-01-27 Guido TrotterKVM and Xen: add the HV_ROOT_PATH parameter
2009-01-27 Guido TrotterKVM: implement GetShellCommandForConsole
2009-01-27 Guido TrotterKVM: classify _Instance{Monitor,Serial,KVMRuntime}
2009-01-26 Iustin PopRelease 2.0 beta 1 v2.0.0beta1
2009-01-26 Iustin PopUpdate the NEWS documents for beta1
2009-01-23 Guido TrotterXen and KVM: correct a typo when checking args
2009-01-23 Iustin PopSort the instance names in batcher
2009-01-23 Iustin PopFix batcher for 2.0-style disks and nics
2009-01-23 Iustin PopMake iallocator work with offline nodes
2009-01-23 Iustin PopRemove checking of DRBD metadata for validity
2009-01-23 Iustin PopRework the execution model in burnin
2009-01-23 Iustin PopRelax the restrictions on temporary DRBD minors
2009-01-23 Iustin PopIntroduce more configuration consistency checks
2009-01-23 Iustin PopFill the 'call' attribute of offline rpc results
2009-01-23 Iustin PopA couple of small fixes to iallocator
2009-01-22 Iustin Popluxi: close and reopen the socket on errors
2009-01-21 Guido TrotterShutdownInstance: log instance name, not object
2009-01-21 Guido TrotterKVM live migration: handle failure
2009-01-21 Guido TrotterKVM: change a few IOError with EnvironmentError
2009-01-21 Guido TrotterKVM: instance migration
2009-01-21 Guido TrotterKVM: add the _InstancePidAlive function
2009-01-21 Guido TrotterKVM: fix RebootInstance
next