Xen: remove two end-of-line semicolons
[ganeti-local] / lib / opcodes.py
2008-07-30 Iustin PopRework master startup/shutdown/failover
2008-07-15 Iustin PopDocumentation updates
2008-07-15 Iustin PopRename BaseJO to BaseOpCode
2008-07-09 Michael HanselmannRemove old job queue code
2008-06-23 Iustin PopFix gnt-cluster “command” and “copyfile”
2008-06-17 Iustin PopImplement disk grow at LU level
2008-06-12 Michael HanselmannMove InitCluster opcode into a single function
2008-05-31 Iustin PopForward-port: patch 2/4 extended HVM features for 1.2
2008-04-24 Iustin PopImplement replace secondary via the iallocator
2008-04-23 Guido TrotterAdd gnt-backup remove functionality
2008-04-16 Michael HanselmannAdd --readd option to “gnt-node add”
2008-04-16 Iustin PopIAllocator part 3: LUCreateInstance changes
2008-04-16 Iustin PopAllocator framework, 1st part: allocator input generation
2008-04-10 Guido TrotterVerify: make skipping checks possible
2008-04-10 Iustin PopRework the results of OpDiagnoseOS opcode
2008-04-10 Iustin PopAdd per-opcode results to job processing
2008-04-08 Manuel FranceschiniAdd file_storage_dir,file_driver to OpCreateInstance
2008-04-07 Iustin PopA small capitalization change (OpCode.LoadOpcode)
2008-03-31 Manuel Franceschiniparms->params Refactoring
2008-03-31 Manuel FranceschiniAdd OpSetClusterParams to opcodes
2008-03-25 Iustin PopRemove the add/remove mirror operations
2008-03-19 Iustin PopChange the opcode hierarchy and implementation
2008-03-19 Manuel FranceschiniAdd file_storage_dir to opcodes.OpInitCluster
2008-03-05 Michael HanselmannCodestyle fixes: adding a few empty lines
2008-02-10 Iustin PopFix a wrong OP_ID added in r261
2008-02-05 Iustin PopAdd a test opcode that sleeps for a given duration
2008-01-11 Alexander SchreiberSupport selecting the boot device order for HVM.
2008-01-08 Iustin PopAllow defining the kernel/initrd at creation time
2008-01-08 Iustin PopAdd support for modifying the kernel/initrd path
2008-01-07 Iustin PopImprove verify-disks: broken/missing LV detection
2007-12-27 Alexander SchreiberAllow instance MAC address to be set.
2007-12-12 Iustin PopAdd a new OpVerifyDisks opcode
2007-11-03 Iustin PopImplement tag searching
2007-10-29 Iustin PopImplement replace-disks for drbd8 devices
2007-10-18 Alexander SchreiberPatch series for reboot feature, part 2
2007-10-16 Iustin PopAllow force removal of instances
2007-10-10 Iustin PopRemove the shebang from modules
2007-10-08 Iustin PopChange tags add/remove to process multiple tags
2007-09-19 Iustin PopAllow 'add instance' to not start the new instance
2007-09-18 Iustin PopImplement cluster rename operation
2007-09-17 Iustin PopImplement instance rename operation
2007-09-14 Iustin PopChange OpQueryNodes nodes attribute to names
2007-09-14 Iustin PopEnable LUQueryInstances to work with a given list of...
2007-09-14 Iustin PopRemove OpQueryNodeData and LUQueryNodeData
2007-09-14 Iustin PopChange LUQueryNodes to return raw values and support...
2007-09-12 Iustin PopFix docstrings of many opcodes
2007-08-14 Iustin PopStyle changes for pep-8 and python-3000 compliance.
2007-08-08 Iustin PopImplement tag support for cluster, nodes and instances.
2007-07-27 Michael Hanselmann- Implement “gnt-instance reinstall --os-type=…”
2007-07-26 Michael Hanselmann- Move --force option to cli.py
2007-07-24 Michael Hanselmann- Implement “gnt-node volumes”
2007-07-23 Iustin PopBig change/cleanup in relation to the master startup:
2007-07-16 Iustin PopInitial commit.