Add logrotate example
[ganeti-local] / lib / cmdlib.py
2013-06-21 Guido TrotterCatch DeviceCreationError unhandled exceptions
2013-06-21 Guido Trottergrow disk: call SetDiskID before blockdev_getsize
2013-05-22 Guido TrotterAdd debugging clause to _ExpandCheckDisks error
2013-05-14 Bernardo Dal SenoClean up when "gnt-instance modify" fails to create...
2013-05-14 Bernardo Dal Senorecreate-disks honors the prealloc_wipe_disks flag
2013-05-14 Bernardo Dal SenoIntroduce wrapper for cmdlib._WipeDisks()
2013-05-14 Bernardo Dal SenoDon't catch an exception that cannot be raised
2013-05-14 Michael HanselmannWipe disks added through "gnt-instance modify"
2013-05-02 Helga Velroyengnt-cluster modify: check vg name only on vm-capable...
2013-04-29 Guido TrotterFix unclear error when replacing a nic's ip
2013-04-26 Klaus AehligIn plain to drbd conversion, rename LVs back on failure
2013-04-22 Michele TartaraAllow proper cleanup of partially created disks
2013-04-11 Michele TartaraProperly update iv_name of disks while changing templates
2013-04-10 Michele TartaraPostpone non-urgent TODO from 2.7 to 2.9
2013-04-03 Klaus AehligRestrict instance move to templates based on local...
2013-04-03 Klaus AehligDo not _RemoveDisks after failed _CreateDisks
2013-04-03 Klaus AehligMake _CreateDisk clean up partially created disks on...
2013-03-12 Guido TrotterFix migrate/failover -n for ext mirror storage
2013-03-11 Bernardo Dal SenoFix instance policy checks for default back-end parameters
2013-03-11 Bernardo Dal SenoFix restoring default instance specs in group policies
2013-03-11 Bernardo Dal SenoFix policy check for disk templates
2013-03-11 Bernardo Dal SenoFix merge 8e09e801 that resulted in duplicated code
2013-03-04 Iustin PopFix LUTestAllocator with instance alloc
2013-03-01 Dimitris AragiorgisFix networks in _PrepareNicModifications()
2013-02-28 Dimitris AragiorgisRemove early returns in network LUs
2013-02-26 Dimitris AragiorgisFix locking in LUNetworkConnect()
2013-02-26 Dimitris AragiorgisFix networks in LUInstanceSetParams()
2013-02-20 Dimitris AragiorgisLocking fixes regarding Issue 324
2013-02-18 Dimitris AragiorgisImplement network locking in Instance queries
2013-02-18 Dimitris AragiorgisModify query LUs to supoprt nic.network as uuid
2013-02-18 Dimitris Aragiorgiscmdlib changes to support nic.network as uuid
2013-02-12 Helga VelroyenIf _UnlockedLookupNetwork() fails raise error
2013-02-12 Helga VelroyenForce conflicts check in LUNetworkDisconnect
2013-02-12 Michael HanselmannImprove reporting on errors.AddressPoolError exceptions
2013-02-11 Dimitris AragiorgisMake use of HooksDict() for networks
2013-02-11 Dimitris AragiorgisRemove family and size from network objects
2013-02-11 Dimitris AragiorgisRemove network_type slot (Issue 363)
2013-02-11 Bernardo Dal SenoMoved uniformity check for exclusive_storage flag
2013-02-11 Bernardo Dal Seno"exclusive_storage" cannot be changed on single nodes
2013-02-08 Guido TrotterOS environment: add network information
2013-01-23 Bernardo Dal Seno_VerifyErrors()._Error() and _ErrorIf() are now consistent
2013-01-18 Christos StavrakakisFix type of 'node_whitelist' request parameter
2013-01-18 Constantinos Venet... Run pre-migrate hooks on primary node too
2013-01-16 Bernardo Dal SenoVerify that templates are compatible with exclusive...
2013-01-16 Bernardo Dal Senocluster-verify checks that PVs are not shared
2013-01-16 Bernardo Dal SenoMoved checks within LUClusterVerifyGroup
2013-01-16 Bernardo Dal Senoadd-node checks PVs
2013-01-16 Bernardo Dal Senocluster-verify checks uniformity of PV sizes
2013-01-16 Bernardo Dal Senocluster-verify checks uniformity of exclusive_storage...
2013-01-11 Dimitris AragiorgisAdd locking to _NetworkQuery
2013-01-07 Michael HanselmannAdd "use_locking" parameter to network query opcode
2012-12-27 Iustin PopFix LUInstanceRecreateDisks with iallocator
2012-12-22 Constantinos Venet... Add the gnt-storage client
2012-12-21 Iustin PopMerge branch 'devel-2.6'
2012-12-21 Iustin PopMerge branch 'stable-2.6' into devel-2.6
2012-12-21 Bernardo Dal SenoLUs raise an error if they cannot handle exclusive_storage
2012-12-21 Bernardo Dal SenoRefactor checks for a new template in LUInstanceSetParams
2012-12-21 Bernardo Dal SenoCall node_info RPCs with the exclusive_storage flag
2012-12-21 Bernardo Dal SenoAdd exclusive_storage parameter to node_info RPC
2012-12-21 Michael HanselmannImprove assertion message in LUClusterVerifyGroup
2012-12-21 Bernardo Dal SenoCall blockdev_create RPCs with the exclusive_storage...
2012-12-21 Bernardo Dal SenoAdd exclusive_storage parameter to blockdev_create RPC
2012-12-21 Bernardo Dal SenoAdded class to contain information about a PV
2012-12-21 Michael HanselmannImprove network query algorithm
2012-12-21 Michael HanselmannChange network error text
2012-12-21 Michael HanselmannFormat network field "group_list" in client
2012-12-20 Constantinos Venet... Adjust LUInstanceSetParams wrt the `ext' template
2012-12-20 Constantinos Venet... Multiple ExtStorage Providers and ext-params
2012-12-20 Constantinos Venet... Implement the External Storage Interface
2012-12-20 Michael HanselmannMore style updates for network-related code
2012-12-20 Michael Hanselmanncmdlib: Additional opportunistic locking check
2012-12-19 Guido TrotterOne more offline+shutdown fix
2012-12-19 Iustin PopFix network LUs use of error code in OpPrereqError
2012-12-19 Michael Hanselmann_NetworkQuery: Simplify statistics computation
2012-12-19 Michael Hanselmanncmdlib: Factorize network conflict detection
2012-12-19 Michael Hanselmanncmdlib: Replace period with colon in error message
2012-12-19 Michael HanselmannReplace frozenset with compat.UniqueFrozenset
2012-12-19 Iustin PopRemove some unused Python code
2012-12-19 Guido TrotterAllow shutting down offline instance
2012-12-19 Guido TrotterAllow running instances to be put online
2012-12-18 Bernardo Dal SenoFixes and improvements to comments
2012-12-18 Dimitris AragiorgisMake LUNetworkAdd pass _VerifyLocks()
2012-12-17 Michael Hanselmann_DeclareLocksForMigration: Fix non-DRBD locking issue
2012-12-17 Michael HanselmannLUOobCommand: Always declare NAL in shared mode
2012-12-17 Iustin PopFix two logging messages in TLReplaceDisks
2012-12-14 Iustin PopFix an small but quite nasty typo
2012-12-14 Guido TrotterVery very very basic openvswitch support
2012-12-13 Constantinos Venet... Pass check_ip and not hostname.ip to _ComputeNics
2012-12-13 Michael HanselmannRead watcher pause using RPC, not directly
2012-12-12 Michael HanselmannFix TypeError when unsetting OS parameters
2012-12-07 Michael HanselmannAdd error code for temporary lack of resources
2012-12-07 Michael Hanselmanncmdlib: Use locked nodes as node whitelist
2012-12-07 Michael Hanselmanncmdlib: Node whitelist support for allocation request
2012-12-07 Michael Hanselmann_ExportQuery: Use node allocation lock
2012-12-07 Michael HanselmannLUBackupExport: Use node allocation lock
2012-12-07 Michael HanselmannLUBackupRemove: Use node allocation lock
2012-12-07 Michael HanselmannLUInstanceMultiAlloc: Use node allocation lock
2012-12-07 Michael HanselmannLUInstanceRecreateDisks: Use node allocation lock
2012-12-07 Michael HanselmannLUNodeSetParams: Use node allocation lock
2012-12-07 Michael HanselmannLUNodeQueryvols: Use node allocation lock
next