Fix for multiple VGs - PlainToDrbd and replace-disks
[ganeti-local] / lib / cmdlib.py
2011-04-27 Doug DumitruFix for multiple VGs - PlainToDrbd and replace-disks
2011-04-27 Iustin PopImprove error messages in cluster verify/OS
2011-04-27 Iustin PopPrevent readding of the master node
2011-04-27 Iustin PopFix punctuation in an error message
2011-04-20 Michael HanselmannFix typo in LUGroupAssignNodes
2011-04-19 Iustin Popdisk wiping: fix bug in chunk size computation
2011-04-14 Michael HanselmannRelease locks before wiping disks during instance creation
2011-04-13 Michael HanselmannNicer formatting for group query error
2011-04-07 Michael HanselmannMerge branch 'stable-2.4' into devel-2.4
2011-04-06 Michael HanselmannLUInstanceQueryData: Don't acquire locks unless requested
2011-04-04 Iustin PopDisplay the actual memory values in N+1 failures
2011-03-10 Stephen ShirleyTreat empty oob_program param as default
2011-03-10 Iustin PopFix bug in instance listing with orphan instances
2011-03-07 Iustin PopMerge branch 'devel-2.2' into devel-2.3
2011-03-04 Iustin PopFix LUClusterRepairDiskSizes and rpc result usage
2011-03-04 Iustin PopFix RPC mismatch in blockdev_getsize[s]
2011-02-28 Iustin PopFix potential data-loss bug in disk wipe routines
2011-02-21 Iustin PopMerge branch 'devel-2.4' into stable-2.4
2011-02-17 Iustin PopFix HV/OS parameter validation on non-vm nodes
2011-02-17 Iustin PopNodeQuery: don't query non-vm_capable nodes
2011-02-17 Iustin PopFix LUClusterRepairDiskSizes and rpc result usage
2011-02-17 Iustin PopFix RPC mismatch in blockdev_getsize[s]
2011-02-10 Iustin PopFix bug in iallocator data structures build
2011-02-09 Iustin PopFix error msg for instances on offline nodes
2011-02-09 Iustin Popcluster verify and instance disks on offline nodes
2011-02-09 Iustin PopCluster verify and N+1 warnings for offline nodes
2011-01-28 Iustin PopRe-create instance disk symlinks on activate
2011-01-28 Michael HanselmannExport console information as query field
2011-01-28 Stephen ShirleyPrevent removal of last node group
2011-01-28 René NussbaumerFix instance list for instances running multiple times
2011-01-27 Michael HanselmannMerge branch 'devel-2.3' into devel-2.4
2011-01-27 Iustin Popcluster verify: add hvparams verification
2011-01-26 Iustin PopVerify disks: increase parallelism and other fixes
2011-01-26 Iustin PopDeactivate disks: allow skipping hypervisor checks
2011-01-26 Iustin PopShow hidden/blacklisted OSes in cluster info
2011-01-26 Iustin PopFix LUOSDiagnose and non-vm_capable nodes
2011-01-26 René NussbaumerRephrasing two error messages for auto promotion
2011-01-26 René NussbaumerFix payload check for out-of-band health
2011-01-26 René NussbaumerFix premature abort of LUOobCommand due to result.Raise
2011-01-24 René NussbaumerModify LUOobCommand to support multiple nodes
2011-01-20 Iustin PopAnother fix for LUClusterVerifyDisks
2011-01-20 Apollon OikonomopoulosFix disk adoption breakage
2011-01-19 Apollon OikonomopoulosFix disk count check in LUSetInstanceParams
2011-01-18 Iustin PopRename OpTestJobqueue and LUTestJobqueue
2011-01-18 Iustin PopRename OpAddTags and LUAddTags
2011-01-18 Iustin PopRename OpSearchTags and LUSearchTags
2011-01-18 Iustin PopRename OpGetTags and LUGetTags
2011-01-18 Iustin PopRename OpDelTags and LUDelTags
2011-01-18 Iustin PopRename OpDiagnoseOS and LUDiagnoseOS
2011-01-18 Iustin PopRename OpSetNodeParams and LUSetNodeParams
2011-01-18 Iustin PopRename OpRemoveNode and LURemoveNode
2011-01-18 Iustin PopRename OpQueryNodeStorage and LUQueryNodeStorage
2011-01-18 Iustin PopRename OpQueryNodeVolumes and LUQueryNodeVolumes
2011-01-18 Iustin PopRename OpQueryNodes and LUQueryNodes
2011-01-18 Iustin PopRename OpPowercycleNode and LUPowercycleNode
2011-01-18 Iustin PopRename OpModifyNodeStorage and LUModifyNodeStorage
2011-01-18 Iustin PopRename OpMigrateNode and LUMigrateNode
2011-01-18 Iustin PopRename OpNodeEvacuationStrategy and LUNodeEvacuationStr...
2011-01-18 Iustin PopRename OpAddNode and LUAddNode
2011-01-18 Iustin PopRename OpStartupInstance and LUStartupInstance
2011-01-18 Iustin PopRename OpShutdownInstance and LUShutdownInstance
2011-01-18 Iustin PopRename OpSetInstanceParams and LUSetInstanceParams
2011-01-18 Iustin PopRename OpReplaceDisks and LUReplaceDisks
2011-01-18 Iustin PopRename OpRenameInstance and LURenameInstance
2011-01-18 Iustin PopRename OpRemoveInstance and LURemoveInstance
2011-01-18 Iustin PopRename OpReinstallInstance and LUReinstallInstance
2011-01-18 Iustin PopRename OpRecreateInstanceDisks and LURecreateInstanceDisks
2011-01-18 Iustin PopRename OpRebootInstance and LURebootInstance
2011-01-18 Iustin PopRename OpQueryInstanceData and LUQueryInstanceData
2011-01-18 Iustin PopRename OpQueryInstances and LUQueryInstances
2011-01-18 Iustin PopRename OpMoveInstance and LUMoveInstance
2011-01-18 Iustin PopRename OpMigrateInstance and LUMigrateInstance
2011-01-18 Iustin PopRename OpGrowDisk and LUGrowDisk
2011-01-18 Iustin PopRename OpFailoverInstance and LUFailoverInstance
2011-01-18 Iustin PopRename OpDeactivateInstanceDisks and LUDeactivateInstan...
2011-01-18 Iustin PopRename OpCreateInstance and LUCreateInstance
2011-01-18 Iustin PopRename OpConnectConsole and LUConnectConsole
2011-01-18 Iustin PopRename OpActivateInstanceDisks and LUActivateInstanceDisks
2011-01-18 Iustin PopRename OpSetGroupParams and LUSetGroupParams
2011-01-18 Iustin PopRename OpRenameGroup and LURenameGroup
2011-01-18 Iustin PopRename OpRemoveGroup and LURemoveGroup
2011-01-18 Iustin PopRename OpQueryGroups and LUQueryGroups
2011-01-18 Iustin PopRename OpAssignGroupNodes and LUAssignGroupNodes
2011-01-18 Iustin PopRename OpAddGroup and LUAddGroup
2011-01-18 Iustin PopRename OpVerifyDisks and LUVerifyDisks
2011-01-18 Iustin PopRename OpVerifyCluster and LUVerifyCluster
2011-01-18 Iustin PopRename OpSetClusterParams and LUSetClusterParams
2011-01-18 Iustin PopRename OpRepairDiskSizes and LURepairDiskSizes
2011-01-18 Iustin PopRename OpRenameCluster and LURenameCluster
2011-01-18 Iustin PopRename OpRedistributeConfig and LURedistributeConfig
2011-01-18 Iustin PopRename OpQueryClusterInfo and LUQueryClusterInfo
2011-01-18 Iustin PopRename OpPostInitCluster and LUPostInitCluster
2011-01-18 Iustin PopRename OpDestroyCluster and LUDestroyCluster
2011-01-18 Iustin PopRename OpQueryConfigValues and LUQueryConfigValues
2011-01-18 Iustin PopRename OpRemoveExport and LURemoveExport
2011-01-18 Iustin PopRename OpQueryExports and LUQueryExports
2011-01-18 Iustin PopRename OpPrepareExport and LUPrepareExport
2011-01-18 Iustin PopRename OpExportInstance and LUExportInstance
2011-01-18 Iustin PopFix bug introduced by f5677ab
2011-01-13 Iustin PopFix growing of DRBD disks
next