Fix some issues with the watcher
[ganeti-local] / lib /
2008-07-04 Iustin PopFix error handling in _CheckNodeFreeMemory
2008-07-01 Iustin PopFurther increase the migration delays
2008-06-27 Iustin PopInstance migration: add delays around migration
2008-06-27 Guido TrotterChange fping to TcpPing in two LUs
2008-06-27 Iustin PopImplement cleanup for broken instance migration
2008-06-26 Iustin PopRework the migration implementation
2008-06-26 Iustin PopImprove some corner cases in instance migration
2008-06-25 Guido TrotterAdd an instance_migratable rpc call
2008-06-25 Guido Trotterbackend: improve MigrateInstance docstring
2008-06-25 Guido Trotterbackend: Fix a few instance related docstrings
2008-06-25 Iustin PopCleanup LV status computation
2008-06-24 Michael Hanselmannbackend: Remove symlinks by disk name, not using a...
2008-06-24 Iustin Popgrow-disk: wait until resync is completed
2008-06-24 Iustin Popgrow-disk: refuse to start if the disk is degraded
2008-06-24 Iustin PopEnable TCP keep-alives in the twisted rpc client
2008-06-24 Iustin Popxen: remove the config file after migration
2008-06-24 Oleksiy MishchenkoFix copy/paste error in RAPI comments
2008-06-23 Oleksiy MishchenkoProvide bulk nodes and instances info
2008-06-23 Iustin PopAdd live failover implementation at LU level
2008-06-23 Iustin PopAdd a rpc call for drbd network reconfiguration
2008-06-23 Iustin PopImplement network reconfiguration for drbd8
2008-06-23 Iustin PopFix the _RemoveBlockDevLinks() function
2008-06-23 Guido TrotterAdd a top level RUN_GANETI_DIR constant
2008-06-23 Guido TrotterFix cut&paste error when removing symlinks
2008-06-23 Guido TrotterRemove instance's symlinks
2008-06-23 Guido TrotterCatch BlockDeviceError when starting instance
2008-06-23 Guido TrotterCreate symlinks to intances' block devices
2008-06-23 Guido Trottersymlinks: Add DISK_LINKS_DIR constant
2008-06-22 Iustin PopAdd a ‘tags’ field to instance and node listing
2008-06-22 Iustin PopUpdate error message in instance failover
2008-06-21 Iustin PopExtra whitespace removal
2008-06-20 Iustin PopAdd a rpc call for BlockDev.Close()
2008-06-19 Guido TrotterSkip N+1 checks if node_info is not complete
2008-06-19 Guido TrotterSimplify hypervisor block_devices structure
2008-06-18 Michael HanselmannReduce allowed size and number of tags
2008-06-18 Michael HanselmannAdd tags to “gnt-cluster verify” hook environment
2008-06-18 Iustin PopRework the DRBD8 device status computation
2008-06-17 Iustin PopAllow disk object to set their own physical ID
2008-06-17 Iustin PopFix an error-handling case
2008-06-16 Iustin PopImplement disk grow at LU level
2008-06-16 Iustin PopAdd method to update a disk object size
2008-06-16 Iustin PopImplement block device grow at the rpc layer
2008-06-16 Iustin PopExpose block device grow in backend.py
2008-06-16 Iustin Popbdev: implement disk resize for lvm/drbd8
2008-06-16 Iustin PopAdd migration support at the rpc layer
2008-06-16 Iustin Pophypervisor: add live migration support
2008-06-16 Michael Hanselmannganeti-watcher: Replace custom exceptions with ganeti...
2008-06-16 Michael HanselmannAdd more parameters to utils.WriteFile
2008-06-16 Michael HanselmannReplace custom logging code in watcher with logging...
2008-06-16 Michael HanselmannMake sure serialized data ends with EOL character
2008-06-15 Iustin PopFix an error message in instance add
2008-06-14 Guido TrotterActivate down instances' disks on replace-disks
2008-06-14 Guido TrotterFailoverInstance: change AddInstance with Update
2008-06-09 Alexander SchreiberUse default values for unset HVM instance attributes.
2008-05-31 Iustin PopAdd check for node memory in instance creation
2008-05-30 Iustin PopLURemoveInstance: fix op.ignore_failures usage
2008-05-30 Oleksiy MishchenkoFix exception handling for lock timeout in RAPI
2008-05-30 Michael HanselmannFix typo in rapi docstring
2008-05-29 Oleksiy MishchenkoRAPI Docstrings update.
2008-05-26 Michael HanselmannFix "missing parameter" error and pass correct kind...
2008-05-26 Michael HanselmannDisable twisted signal handlers for remote API daemon
2008-05-26 Michael HanselmannRemove print statement from cmdlib
2008-05-24 Michael HanselmannAdd documentation for remote API
2008-05-21 Michael HanselmannUse a single function for all tag fetching resources
2008-05-21 Michael HanselmannUse PEP-318 decorator to acquire locks in remote API...
2008-05-21 Michael HanselmannImplement better error handling in remote API
2008-05-21 Michael HanselmannAlias Dump/Load functions in ganeti.serializer to DumpJ...
2008-05-21 Michael HanselmannRemove authorization code from remote API
2008-05-21 Michael HanselmannAdd /version resource to remote API
2008-05-21 Michael HanselmannRemote API code cleanup
2008-05-21 Michael HanselmannImprove remote API logging
2008-05-21 Michael HanselmannSet SO_REUSEADDR on remote API socket
2008-05-19 Alexander SchreiberFix gnt-instance modify for HVM parameters
2008-05-15 Michael HanselmannRemove unimplemented /status resource from API
2008-05-15 Guido TrotterFix drbd show parser to handle valueless keywords
2008-05-15 Guido TrotterSplit drbd command creation and execution
2008-05-14 Michael HanselmannOptimize rapi
2008-05-13 Iustin PopImplement node daemon conectivity tests
2008-05-13 Michael HanselmannAdd --readd option to “gnt-node add”
2008-05-13 Iustin PopCLI: retry: remove command opts/args in "gnt-X"
2008-05-13 Iustin PopRevert "CLI: remove command opts/args in "gnt-X""
2008-05-13 Iustin PopCLI: remove command opts/args in "gnt-X"
2008-05-13 Oleksiy MishchenkoPass headers to API resource request handlers
2008-05-13 Iustin PopReduce chance of ssh failures in verify cluster
2008-05-12 Iustin Popbdev: always log command output if it failed
2008-05-10 Iustin PopDRBD: Fix another bug in diskless activation
2008-05-09 Oleksiy MishchenkoImplement list of avilable for RAPI resources
2008-05-09 Michael HanselmannAdd --enable-rapi parameter to configure
2008-05-08 Guido TrotterImprove DRBDev.Open docstring as well
2008-05-08 Guido TrotterImprove DRBD8.Open's docstring a bit more
2008-05-08 Guido TrotterFix comment typo in bdev.py
2008-05-08 Michael HanselmannRemove unimplemented rapi resources
2008-05-08 Michael HanselmannCodestyle fixes and docstring updates for rapi
2008-05-08 Iustin PopFix DRBD8 diskless assembling
2008-05-05 Iustin PopExport the number of cpus to iallocator scripts
2008-05-05 Guido TrotterWrap exception in _DistributeConfig code
2008-05-05 Guido TrotterSimplify target generation in DistributeConfig
2008-05-02 Alexander SchreiberShow cluster hypervisor for gnt-cluster info
2008-05-02 Alexander Schreibermake gnt-modify work with new HVM parameters
2008-04-30 Iustin PopAdd node cpu count to gnt-node list
next