Preload the string-escape code in noded
[ganeti-local] / lib / opcodes.py
2011-05-09 Iustin PopAdd --no-wait-for-sync when converting to drbd
2011-05-09 Iustin PopRecreate instance disks: allow changing nodes
2011-04-06 Michael HanselmannLUInstanceQueryData: Don't acquire locks unless requested
2011-01-26 Iustin PopDeactivate disks: allow skipping hypervisor checks
2011-01-25 Michael Hanselmannht: Add TMaybeDict check
2011-01-24 René NussbaumerModify LUOobCommand to support multiple nodes
2011-01-18 Iustin PopRemove hard-coded OP_ID definitions
2011-01-18 Iustin PopCheck consistency of the class names and OP_ID
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 the OP_ID of OpAssignGroupNodes
2011-01-10 Adeodato SimoAdd OpAssignGroupNodes and LUAssignGroupNodes
2011-01-10 Iustin PopGeneralize the OpCode-should-be-in-mcpu test
2011-01-06 Michael HanselmannIncrease timeout for connection on remote import
2011-01-05 Michael HanselmannFix OpSetInstanceParams.disk_template check
2011-01-05 Michael HanselmannMigrate code verifying opcode parameters to base class
2011-01-05 Michael HanselmannImprove tests for OP_ID
2011-01-05 Michael Hanselmannopcodes: Add opcode parameter definitions
2010-12-17 René NussbaumerLUSetNodeParams: Add support for powered state
2010-12-15 René NussbaumerRename (Op|LU)OutOfBand to (Op|LU)OobCommand
2010-12-13 Adeodato SimoAdd the "alloc_policy" attribute to node groups
2010-12-13 Adeodato SimoAdd modification of node groups (OpCode/LU/CLI)
2010-12-13 Adeodato SimoIntroduce OpAddGroup.ndparams and expose in CLI
2010-12-13 Guido TrotterAdd gnt-cluster modify --master-netdev
2010-12-08 Adeodato SimoGroup operations: OpCode and LU for renaming a group
2010-12-08 Adeodato SimoGroup operations: OpCode and LU for removing a group
2010-12-08 Adeodato SimoGroup operations: OpCode and LU for adding a group
2010-12-07 René NussbaumerAdding new OpCode for OOB
2010-12-02 Adeodato Simoopcodes: document OP_DSC_FIELD in OpCode and OpCode...
2010-12-01 Adeodato SimoQuerying node groups: LU/Opcode
2010-11-29 Michael HanselmannAdd OpQuery opcode
2010-11-29 Michael HanselmannIncrease timeout for connection on remote import
2010-11-24 René NussbaumerAdding ndparams to their OpCodes and LU calls
2010-11-01 Guido TrotterAdd -s option to gnt-node modify
2010-10-28 Iustin PopAdd the master/vm_capable flags in node add
2010-10-28 Iustin PopAdd vm_capable to LUSetNodeParams
2010-10-27 Iustin PopImplement the master_capable flag in node modify
2010-10-26 René NussbaumerSupport modify of prealloc_wipe_disks config value
2010-10-26 Iustin PopRename node.nodegroup to node.group
2010-10-21 Michael Hanselmanngnt-instance reinstall: Allow overriding OS parameters
2010-10-20 Michael HanselmannAdd option to ignore offline node on instance start...
2010-10-05 Iustin PopMerge branch 'devel-2.2'
2010-10-05 Iustin PopRename the _oss cluster vars to _os
2010-10-05 Iustin PopMerge branch 'devel-2.2'
2010-09-30 Iustin PopAllow gnt-os modify to change the new OS params
2010-09-20 Michael Hanselmannjqueue: Change model from per-job to per-opcode processing
2010-09-16 Michael HanselmannMerge branch 'devel-2.2'
next