ganeti-local
2008-10-27 Iustin PopDocumentation updates for gnt-node
2008-10-27 Iustin PopDocumentation updates for gnt-cluster
2008-10-27 Iustin PopDocumentation updates for gnt-instance
2008-10-25 Iustin PopUpdate backend.py docstrings
2008-10-25 Iustin PopFix another error handling case
2008-10-24 Iustin PopFix an error handling case
2008-10-24 Guido TrotterOSFromDisk remove superfluous empty line
2008-10-24 Guido Trotterdesign-2.0-os-interface: update import/export
2008-10-24 Iustin PopSome documentation updates
2008-10-24 Iustin PopModify utils.RunCmd to write output to file
2008-10-24 Michael Hanselmannganeti.http: Implement SSL certificates
2008-10-24 Michael HanselmannDocument HttpServer.__init__
2008-10-23 Alexander SchreiberUpdate gnt-cluster man page, sections modify and queue.
2008-10-23 Alexander SchreiberUpdate gnt-cluster man page with current options.
2008-10-23 Alexander SchreiberFix use of ToStderr in gnt-cluster
2008-10-23 Iustin PopFix gnt-* command with --submit
2008-10-23 Iustin PopExport the disk index in the import/export scripts
2008-10-23 Iustin PopFix leftover of hypervisor attribute rename
2008-10-23 Alexander Schreiberconvert remaining print statements to ToStderr in gnt...
2008-10-23 Michael Hanselmannhttp library: Always fork before reading request
2008-10-23 Michael Hanselmanndaemon.py: Don't wake up every second
2008-10-22 Oleksiy MishchenkoRAPI: Export beparams as dict. The patch also enables...
2008-10-22 Oleksiy MishchenkoRAPI: Forgoten in r1923 instance add change.
2008-10-22 Guido TrotterLUCreateInstance: import multiple disks
2008-10-22 Guido TrotterConvert ImportOSIntoInstance to OS API 10
2008-10-22 Guido TrotterConvert ExportSnapshot to OS API 10
2008-10-22 Guido TrotterLUExportInstance: snapshot all disks
2008-10-22 Guido TrotterConvert SnapshotBlockDevice's docstring to epydoc
2008-10-21 Oleksiy MishchenkoPass request headers in to RAPI handlers.
2008-10-21 Iustin PopMove some LU logging to use proc.Log*
2008-10-21 Iustin PopImprove the mcpu.Processor logging routines
2008-10-21 Iustin PopFix whitespace-at-EOL
2008-10-20 Iustin PopGeneralize the reading of test file data
2008-10-20 Alexander SchreiberSet default hypervisor at cluster init
2008-10-20 Iustin PopConvert the job queue rpcs to address-based
2008-10-20 Iustin PopConvert rpc.call_upload_file to use addresses
2008-10-20 Iustin PopConvert non-static rpc calls to use addresses
2008-10-20 Iustin PopAdd infrastructure for using addresses in rpc.py
2008-10-20 Iustin PopImprove conformance with the style guide for rpc.py
2008-10-20 Guido TrotterUse constants.VALUE_AUTO for ip comparison too
2008-10-20 Guido TrotterDocument mac option for gnt-backup import
2008-10-20 Guido TrotterLUCreateInstance: reuse mac address on import
2008-10-20 Guido TrotterLUCreateInstance: accept mac = VALUE_GENERATE
2008-10-20 Guido TrotterAdd mac option to gnt-backup import
2008-10-20 Guido TrotterAdd VALUE_AUTO and VALUE_GENERATE constants
2008-10-20 Iustin PopRemove the logger.py module
2008-10-20 Iustin PopConvert http.py to use the logging module
2008-10-20 Iustin PopConvert cmdlib.py to use the logging module
2008-10-20 Iustin PopConvert hv_xen.py to use the logging module
2008-10-20 Iustin PopConvert mcpu.py to use the logging module
2008-10-20 Iustin PopConvert ssh.py to use the logging module
2008-10-20 Iustin PopConvert rpc.py to use the logging module
2008-10-20 Iustin PopFix some pylint-detected issues on the scripts
2008-10-20 Iustin PopConvert the gnt scripts to ToStdout/err
2008-10-20 Iustin PopConvert cli.py to logging
2008-10-20 Iustin PopFix gnt-instance modify with beparams
2008-10-20 Alexander SchreiberUpdate gnt-cluster man page for removal of --hypervisor...
2008-10-20 Michael HanselmannRemove old HTTP server code
2008-10-20 Alexander SchreiberRemove --hypervisor-type from gnt-cluster.
2008-10-18 Alexander SchreiberFix gnt-cluster init to set cluster defaults.
2008-10-18 Alexander SchreiberAdd constants for cluster defaults
2008-10-17 Guido TrotterCleanup os_add/rename rpc for OS API 10
2008-10-17 Guido TrotterTemporarily explicitely break import/export
2008-10-17 Guido TrotterAddOSToInstance: convert to api10
2008-10-17 Guido TrotterRunRenameInstance: convert to api10
2008-10-17 Guido TrotterAdd new OSEnvironment function
2008-10-17 Guido TrotterBump up the OS API version
2008-10-17 Guido TrotterOSFromDisk: use script names from constants
2008-10-17 Guido TrotterChange OSFromDisk's docstring to epydoc
2008-10-17 Guido TrotterAdd LDS_BLOCK for block device backed dev types
2008-10-17 Guido TrotterCreate constants to replace os scripts names
2008-10-17 Oleksiy MishchenkoETag passing support.
2008-10-17 Guido TrotterMainloop: handle sigterm
2008-10-17 Guido TrotterMainloop: init sigchld_handler as None
2008-10-17 Michael HanselmannFix remote API unittest
2008-10-16 Iustin PopEnable gnt-cluster modify to hv/beparams
2008-10-16 Michael Hanselmannrapi: Convert to new HTTP server class
2008-10-16 Guido Trotterdesign-2.0-cluster-parameters: escape final _
2008-10-16 Iustin PopShow the cluster parametrs in gnt-cluster info
2008-10-16 Oleksiy MishchenkoRAPI: Instance add/delete implementation.
2008-10-16 Guido TrotterOS Design: invert new and old name
2008-10-16 Iustin PopReally fix with the zombie test (hopefully)
2008-10-16 Iustin PopFix job queue behaviour when loading jobs
2008-10-16 Iustin PopPrevent master failover if we have wrong data
2008-10-16 Iustin PopImprovements to the master startup checks
2008-10-16 René NussbaumerProvide example for backend parameters
2008-10-16 Iustin PopAdd an interface for the drain flag changes/query
2008-10-15 René NussbaumerAdding batch-create to gnt-instance
2008-10-15 Iustin PopAdd a rpc call for changing the drain flag
2008-10-15 Iustin PopImplement the job queue drain flag
2008-10-15 Iustin PopImplement transport of ganeti errors across luxi
2008-10-15 Iustin PopChange the JobQueueError parent class
2008-10-15 Michael Hanselmannrapi: Don't throw class as an exception
2008-10-15 Michael Hanselmannrapi: Whitespace fixes
2008-10-14 Guido Trottergnt-backup: update for cluster parameters
2008-10-14 Guido Trottergnt-instance fix ValidateBeParams call
2008-10-14 Guido Trottergnt-instance remove deprecated flags
2008-10-14 Iustin Popgrow-disk: wait until resync is completed
2008-10-14 Iustin PopBurnin OpGrowDisk
2008-10-14 Iustin PopConvert the KVM hypervisor to hvparams
next