Remove pred from compat.any/all
[ganeti-local] / lib / cmdlib.py
2010-06-28 Guido TrotterRemove pred from compat.any/all
2010-06-28 Iustin PopTwo more fixes for OS params and opcode defaults
2010-06-25 Iustin PopFix breakage due to OS parameters
2010-06-24 Apollon OikonomopoulosIntroduce constants.DTS_MAY_ADOPT
2010-06-24 Guido TrotterConvert TestDelay repeat to the type system
2010-06-23 Iustin PopRename some constants and relax pylint rules
2010-06-23 Iustin PopIntroduce a micro type system for opcodes
2010-06-23 Iustin PopSome more CheckPrereq/CheckArguments cleanup
2010-06-23 Iustin PopLU.CheckPrereq: do not require implementation
2010-06-23 Iustin PopRemove the obsolete EvacuateNode OpCode/LU
2010-06-23 Iustin PopAbstract export mode validity check
2010-06-23 Iustin PopCleanup LU.ExpandNames versus CheckArguments
2010-06-23 Iustin PopMove opcode attribute defaults to data structures
2010-06-23 Iustin PopAdd OS verification support to cluster verify
2010-06-23 Iustin PopLUDiagnoseOS: add more fields, cleanup
2010-06-23 Iustin PopAdd support for OS parameters during import/export
2010-06-23 Iustin PopAdd support for modifying instance OS parameters
2010-06-23 Iustin PopAdd support for modifying cluster OS parameters
2010-06-23 Iustin Pop_GetUpdatedParams: enhance value removal options
2010-06-23 Iustin PopAdd support for OS parameters during instance add
2010-06-23 Iustin PopShow OS parameters in cluster/instance info
2010-06-23 Iustin PopIntroduce an RPC call for OS parameters validation
2010-06-23 Iustin PopAdd reading of OS parameters from disk
2010-06-23 Iustin PopSilence a pylint warning
2010-06-23 Guido TrotterAdd repetition count to the TestDelay opcode
2010-06-22 Iustin PopMerge branch 'devel-2.1'
2010-06-22 Iustin PopFix a small bug introduced in cf26a87a
2010-06-22 Iustin PopFix the type of 'valid' attribute in LUDiagnoseOS
2010-06-14 Iustin PopRework LUSetInstanceParams._GetUpdatedParams
2010-06-14 Iustin PopAdd cluster.SimpleFill*() functions
2010-06-14 Iustin PopMerge branch 'devel-2.1' into master
2010-06-14 Iustin PopFix a bug in instance startup with custom hvparams
2010-06-14 Iustin PopFix unsafe variant initializer in _TryOSFromDisk
2010-06-14 Michael HanselmannStart instance after creating snapshots for export
2010-06-14 Michael HanselmannUse import/export magic for backup/import and inter...
2010-06-14 Michael Hanselmannimport/export: Validate remote host/port
2010-06-11 Guido TrotterEnforce consistency in disks and nics input dicts
2010-06-11 Guido TrotterTLMigrateInstance: pass lu to _Check*
2010-06-08 Michael HanselmannShow formatted ETA for disk sync and import/export
2010-06-04 Guido TrotterMerge branch 'devel-2.1'
2010-06-04 Guido TrotterLUGrowDisk: fix operation on down instances
2010-06-04 Guido TrotterAllow disk operation to act on a subset of disks
2010-06-01 Michael HanselmannDistribute cluster domain secret
2010-05-21 Michael HanselmannPut common import/export daemon options into object
2010-05-18 Michael HanselmannImplement opcode changes for remote-import
2010-05-18 Michael HanselmannImplement opcode changes for remote-export
2010-05-18 Michael HanselmannAdd opcode to prepare export
2010-05-18 Michael HanselmannAdd function to read cluster domain secret
2010-05-18 Michael HanselmannLUExportInstance: Remove instance only if export was...
2010-05-17 Michael HanselmannMerge branch 'devel-2.1'
2010-05-17 Michael HanselmannReturn disk_template from LUQueryInstanceData
2010-05-17 Iustin PopAdd checks for master IP in cluster verify
2010-05-11 Michael HanselmannMerge branch 'devel-2.1'
2010-05-11 Iustin PopFix tiny typo in cluster verify
2010-05-04 Michael HanselmannLUExportInstance: Move exporting code to helper class
2010-05-04 Michael HanselmannMerge branch 'devel-2.1'
2010-05-03 Iustin PopCleanup /etc/hosts during node removal
2010-05-03 Iustin Popverify cluster: check /etc/hosts consistency
2010-04-29 Michael HanselmannMove cmdlib._VerifyCertificate to utils
2010-04-23 Michael Hanselmanncmdlib: Convert instance import to new style
2010-04-23 Michael Hanselmanncmdlib: Convert instance export to new style
2010-04-22 Michael HanselmannMerge branch 'devel-2.1'
2010-04-22 Michael HanselmannFactorize LUExportInstance
2010-04-22 Michael HanselmannMerge branch 'devel-2.1'
2010-04-21 Iustin PopLUSetClusterParams: initialize needed parameters
2010-04-20 Balazs LeczMerge branch 'devel-2.1'
2010-04-20 Iustin PopFix changing the list of enabled hypervisors
2010-04-16 Iustin PopReadd node: allow changed primary IP
2010-04-16 Balazs LeczAdd --add-uids/--remove-uids to gnt-cluster modify
2010-04-16 Balazs LeczAdd --uid-pool option to gnt-cluster modify
2010-04-16 Iustin PopMerge branch 'devel-2.1'
2010-04-15 Iustin PopFix cluster behaviour with disabled file storage
2010-04-12 Iustin PopMerge remote branch 'devel-2.1'
2010-04-12 Iustin PopAdd a identify-defaults options for import
2010-04-12 Iustin PopFix create/import verification of hvparams
2010-04-12 Iustin PopReuse NIC information from export
2010-04-12 Iustin PopReuse backend parameters from export
2010-04-12 Iustin PopReuse disk information from export
2010-04-12 Iustin PopReuse hypervisor parameters in import
2010-04-12 Iustin PopRead disk template from export info
2010-04-12 Iustin PopCreateInstance: separate the reading of the export
2010-04-12 Iustin PopMove code from ExpandNames to CheckPrereq
2010-04-12 Iustin PopCreateInstance: Move some code to CheckArguments
2010-04-12 Iustin PopHandle errors better for wrong nic_count in export
2010-04-12 Guido TrotterMerge branch 'devel-2.1'
2010-04-08 Iustin PopAdd a new cluster parameter maintain_node_health
2010-04-06 Michael HanselmannMerge remote branch 'devel-2.1'
2010-03-23 Guido TrotterAllow file storage to be grown
2010-03-23 Guido TrotterMerge branch 'devel-2.1'
2010-03-23 Guido TrotterFix burnin error when trying to grow a file volume
2010-03-23 Iustin PopSome epydoc fixes
2010-03-23 Iustin PopA rewrite of LUClusterVerify
2010-03-17 Michael HanselmannMerge remote branch 'origin/devel-2.1'
2010-03-17 Iustin PopInstance creation: implement --no-install mode
2010-03-17 Iustin PopAllow OS changes without reinstallation
2010-03-17 Iustin Popcmdlib: Abstract OS checks
2010-03-16 Michael HanselmannMerge remote branch 'origin/devel-2.1'
2010-03-16 Iustin PopFix behaviour of gnt-node modify -C no
2010-03-15 Michael HanselmannMerge remote branch 'origin/devel-2.1'
2010-03-15 Michael HanselmannRightname confd's HMAC key
next