ganeti-local
2010-04-16 Michael HanselmannAdd RPC calls to import and export instance data
2010-04-16 Michael HanselmannAdd daemon for instance import and export
2010-04-16 Michael HanselmannMerge branch 'devel-2.1'
2010-04-16 Michael Hanselmannbackend: Consolidate code opening real block device
2010-04-16 Iustin PopMerge branch 'devel-2.1'
2010-04-15 Michael Hanselmannutils: Add class to split string stream into lines
2010-04-15 Iustin PopFix cluster behaviour with disabled file storage
2010-04-15 Iustin PopUpdate docstrings in tools/ and enable epydoc
2010-04-15 Iustin PopForward-port the ganeti 2.0 cfgupgrade
2010-04-15 Iustin PopAdd a new tool: sanitize-config
2010-04-15 Iustin PopFix cfgupgrade with non-default DATA_DIR
2010-04-15 René NussbaumerImproving the RAPI documentation
2010-04-13 Iustin PopMark cluster-merge as executable
2010-04-12 René NussbaumerQA: Make the rapi credential handling less involving
2010-04-12 Iustin PopMerge remote branch 'devel-2.1'
2010-04-12 Iustin PopUpdate import documentation for the recent changes
2010-04-12 Iustin PopAdd a identify-defaults options for import
2010-04-12 Iustin PopFix create/import verification of hvparams
2010-04-12 Iustin Popobjects.Cluster: add method to get hv defaults
2010-04-12 Iustin PopReuse NIC information from export
2010-04-12 Iustin PopReuse backend parameters from export
2010-04-12 Iustin PopReuse disk information from export
2010-04-12 Iustin PopReuse hypervisor parameters in import
2010-04-12 Iustin PopRead disk template from export info
2010-04-12 Iustin PopCreateInstance: separate the reading of the export
2010-04-12 Iustin PopMove code from ExpandNames to CheckPrereq
2010-04-12 Iustin PopCreateInstance: Move some code to CheckArguments
2010-04-12 Iustin PopExport more instance parameters in instance export
2010-04-12 Iustin PopExport the nicparams too during instance export
2010-04-12 Iustin PopHandle errors better for wrong nic_count in export
2010-04-12 René NussbaumerQA: Make sure RAPI credentials are setup on cluster...
2010-04-12 Guido TrotterMerge branch 'devel-2.1'
2010-04-09 Guido Trotterburnin: only remove instances we actually added
2010-04-09 Guido Trotterburnin.ExecOrQueue: add post-process function
2010-04-09 Guido Trotterburnin.ExecOrQueue: remove variable argument list
2010-04-09 Guido TrotterFix new pylint errors
2010-04-09 Iustin PopRename the confd_client unittest (to confd.client)
2010-04-09 Iustin PopMake watcher request the max coverage
2010-04-09 Iustin PopConfdClient.SendRequest: allow max coverage
2010-04-08 Iustin PopDocument the watcher node maintenance feature
2010-04-08 Iustin PopWatcher: automatic shutdown of orphan resources
2010-04-08 Iustin PopExport the maintain_node_health option in ssconf
2010-04-08 Iustin PopAdd a new cluster parameter maintain_node_health
2010-04-08 Iustin PopAdd a new confd callback (StoreResultCallback)
2010-04-08 Iustin PopConfdClient: add synchronous wait for replies mode
2010-04-08 Iustin PopConfdClient: unify some internal variables
2010-04-07 Michael HanselmannMerge branch 'devel-2.1'
2010-04-07 Iustin PopFix consistency checks in ConfdFilterCallback
2010-04-07 Iustin PopFix utils.WaitForFdCondition inner retry loop
2010-04-07 Michael HanselmannFix bug introduced in 76e5f8b54: mkdir mode
2010-04-07 Michael Hanselmannutils: Move wrapper code around os.makedirs into separa...
2010-04-07 Iustin PopFix unittest for the rapi client library
2010-04-06 David KnowlesAdding RAPI client library.
2010-04-06 Michael HanselmannMerge remote branch 'devel-2.1'
2010-04-06 Iustin PopExtend ConfdFilterCallback with consistency checks
2010-04-06 Iustin PopAbstract the confd client creation
2010-03-31 Guido TrotterRemove unused import from test file
2010-03-31 Guido Trotterkvm_flag hypervisor parameter
2010-03-31 Guido TrotterMove the runas user at execution time
2010-03-30 René NussbaumerSend "501 Not Implemented" back when method not found
2010-03-26 René NussbaumerAdding QA RAPI tests for activate-disks and deactivate...
2010-03-25 Guido TrotterSerializableConfigParser: Make Loads class indep
2010-03-23 Guido TrotterUnbreak command line job submission
2010-03-23 Guido TrotterAllow file storage to be grown
2010-03-23 Guido TrotterWrite grow support for file storage
2010-03-23 Iustin PopWatcher: fix some doc typos
2010-03-23 Iustin PopWatcher: do not warn for missing hooks dir
2010-03-23 Iustin PopExtend the hypervisor API with name-only shutdown
2010-03-23 Iustin PopDistribute list of enabled hypervisors in ssconf
2010-03-23 Guido TrotterMerge branch 'devel-2.1'
2010-03-23 Guido Trotterganeti-confd: Call pyinotify flags correctly
2010-03-23 Guido TrotterFix burnin error when trying to grow a file volume
2010-03-23 Iustin PopSome epydoc fixes
2010-03-23 Iustin PopA rewrite of LUClusterVerify
2010-03-23 Iustin PopIntroduce a bool CLI option type
2010-03-23 Iustin PopFix backend.VerifyNode behaviour for VG problems
2010-03-23 René NussbaumerAdding missing documentation to make the docs better
2010-03-22 Guido TrotterRemove race condition in FileStorage.Create
2010-03-22 Guido TrotterKVM: Check instances for actual liveness
2010-03-22 Guido TrotterKVM: improve GetInstanceInfo docstring
2010-03-22 Guido TrotterRevert "Only override any and all if not defined"
2010-03-22 René NussbaumerAdding RAPI call to deactivate-disks for an instance
2010-03-22 René NussbaumerAdding RAPI call for activate-disks on an instance
2010-03-18 Iustin PopAdd a hint to masterd for inconsistent clusters
2010-03-18 Guido TrotterSimpleConfigReader: add docstrings
2010-03-18 Guido TrotterMerge branch 'devel-2.1'
2010-03-18 Guido Trotterburnin: implement basic confd testing
2010-03-18 Guido TrotterAsyncUDPSocket.process_next_packet
2010-03-18 Guido TrotterWaitForSocketCondition: rename, handle EINTR
2010-03-18 Guido Trottermove http.WaitForSocketCondition to utils
2010-03-18 Guido TrotterConfdCountingCallback
2010-03-18 Guido TrotterConfdClient: add synchronous features
2010-03-18 Guido TrotterReplace @keyword with @param in confd client
2010-03-18 Guido TrotterAsyncUDPSocket: abstract do_read function
2010-03-18 Guido TrotterBurnin: don't add/remove routed nics
2010-03-18 Guido TrotterOnly override any and all if not defined
2010-03-17 Michael HanselmannAdd RPC calls to create and remove X509 certificates
2010-03-17 Michael HanselmannMerge remote branch 'origin/devel-2.1'
2010-03-17 Michael Hanselmannbackend: Two small style fixes
2010-03-17 Iustin PopAllow cluster copy file over the replication net
next