ganeti-local
2010-12-20 Michael HanselmannAdd QA scripts to checked Python code
2010-12-20 Michael Hanselmannganeti-qa: Wrap lines longer than 80 chars
2010-12-17 René NussbaumerAdapt QA for change in behaviour
2010-12-17 René Nussbaumergnt-node modify: Adding --node-powered=yes|no
2010-12-17 René NussbaumerLUSetNodeParams: Add support for powered state
2010-12-17 René NussbaumerLUSetNodeParams/LUOobCommand respect offline/powered
2010-12-17 René Nussbaumergnt-node power: Mark also offline when powering off
2010-12-17 Michael HanselmannMerge branch 'devel-2.3'
2010-12-17 Michael Hanselmannutils.NiceSort: Use sorted(), add keyfunc, unittests
2010-12-17 Michael HanselmannQA: Run cluster-verify as part of all instance tests
2010-12-17 Michael HanselmannQA: Fix typo and add “not”
2010-12-17 Iustin PopShutdownInstanceDisks: accept offline secondaries
2010-12-17 Iustin PopRpcResult: simplify some asserts
2010-12-16 Michael Hanselmannensure-dirs: Speed up when using big queues
2010-12-16 René NussbaumerLUAddNode: default ndparams to empty dict when not...
2010-12-16 René NussbaumerQA: Add some basic OOB tests
2010-12-16 René NussbaumerQA: Allow upload of string data
2010-12-15 Adeodato SimoFix gnt-cluster verify with diskless instances
2010-12-15 Miguel Di Ciurcio... Fix N+1 error message
2010-12-15 René NussbaumerRename (Op|LU)OutOfBand to (Op|LU)OobCommand
2010-12-15 Michael HanselmannMerge branch 'devel-2.3'
2010-12-15 Michael Hanselmannjqueue: Keep jobs in “waitlock” while returning to...
2010-12-15 Michael HanselmannImprove jqueue unittests
2010-12-15 René NussbaumerAdding gnt-node power * commands
2010-12-15 René NussbaumerDo the expanding of the node name in ExpandNames
2010-12-14 Michael Hanselmannclient.gnt_node: Remove unnecessary lambda
2010-12-14 Michael HanselmannQA: Extend unittests for query operations, add tests...
2010-12-14 Michael HanselmannUpdate NEWS for new query infrastructure
2010-12-14 Michael HanselmannConvert “gnt-instance list” to query2
2010-12-14 Michael HanselmannConvert “gnt-node list” to query2
2010-12-14 Michael Hanselmanncli: Add infrastructure for query2
2010-12-14 Miguel Di Ciurcio... Update manpages to display version 2.3
2010-12-14 Balazs Lecziallocator: Export node group allocation policy
2010-12-14 René NussbaumerAdding --node-powered command line flag
2010-12-14 René NussbaumerSet powered to True for added nodes
2010-12-14 René NussbaumerSet recorded powered state for OOB calls
2010-12-14 René NussbaumerAdd new Node attribute powered
2010-12-13 Adeodato SimoAdd ganeti-kvm-poweroff.initd to .gitignore
2010-12-13 Adeodato SimoMore QA tests for group operations
2010-12-13 Adeodato SimoAdd some unit tests for ConfigWriter.AddNodeGroup()
2010-12-13 Adeodato SimoExpose OpSetGroupParams in RAPI and RAPI client
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 Adeodato SimoFix sorting bug in LUQueryGroups
2010-12-13 Michael Hanselmanncmdlib: Sort list of fields for QueryFields
2010-12-13 Michael Hanselmannobjects: Add custom de-/serializing code for query...
2010-12-13 Michael HanselmannLUXI: Add Query and QueryFields functions
2010-12-13 Michael Hanselmannobjects: Add definitions for query requests and responses
2010-12-13 Michael Hanselmannqlang: Add function to build simple filter
2010-12-13 Michael Hanselmannquery: Handle items missing timestamps
2010-12-13 Guido TrotterAdd gnt-cluster modify --master-netdev
2010-12-10 Michael HanselmannRename “kind” to “what” for calls in query2 design
2010-12-10 Michael HanselmannQA: Improve tests for instance/node list
2010-12-10 Michael Hanselmanncmdlib: Convert instance query to new infrastructure
2010-12-10 Michael Hanselmannquery: Add definition for instance queries
2010-12-10 Miguel Di Ciurcio... Script to gracefully power off KVM instances
2010-12-09 Guido TrotterMerge branch 'devel-2.3'
2010-12-09 Guido TrotterMerge branch 'devel-2.2' into devel-2.3
2010-12-09 Guido TrotterMerge branch 'stable-2.2' into devel-2.2
2010-12-09 Guido TrotterFix rename for file-backed instances
2010-12-09 René NussbaumerCheck payload of OOB execution
2010-12-09 René NussbaumerReplace GetOobProgram by GetNdParams
2010-12-09 René NussbaumerEnsure we just serialize JSON if there is data
2010-12-09 René NussbaumerAdding missing timeout parameter to rpc interface
2010-12-09 Guido Trotterqa: test same-name instance rename
2010-12-09 Guido TrotterSimplify instance rename qa test
2010-12-09 Guido TrotterAllow rename of instance to same name
2010-12-08 Adeodato SimoIntroduce constant for the name of the initial node...
2010-12-08 Adeodato Simodesign-2.3.rst: fix whitespace
2010-12-08 Adeodato Simoconstants.py: fix tiny grammar issue in comment
2010-12-08 Adeodato Simoobjects.py: fix minor error in NodeGroup.SimpleFillND...
2010-12-08 Michael HanselmannNode query: maintain order as requested
2010-12-08 Michael Hanselmannquery: Improve error checking
2010-12-08 Michael Hanselmannconstants: Clarify comment for QRFS_NODATA
2010-12-08 Michael Hanselmanncmdlib: Fix prototype for _QueryBase.DeclareLocks
2010-12-08 Adeodato SimoGroup operations: add QA tests for add/remove/rename
2010-12-08 Adeodato SimoGroup operations: update ganeti.rapi.client with all...
2010-12-08 Adeodato SimoGroup operations: expose add/remove/rename in RAPI
2010-12-08 Adeodato SimoGroup operations: CLI code for add/remove/rename a...
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-08 Adeodato SimoExpose new node group attributes in CLI and RAPI
2010-12-08 Adeodato Simoconfig.py, objects.py: more node group support
2010-12-07 René NussbaumerAdding new OpCode for OOB
2010-12-07 René NussbaumerAdding new Logical Unit for OOB
2010-12-06 Michael Hanselmanncmdlib: Don't sort list of nodes if names are given
2010-12-06 Michael Hanselmannutils: Add function to find duplicates in sequence
2010-12-06 Adeodato Simohv_kvm.py: fix some lint issues introduced in 4b784cf
2010-12-06 Guido Trotterlocking: add nodegroup lock level
2010-12-06 Guido TrotterRemove bridge NIC slot
2010-12-03 Miguel Di Ciurcio... kvm: Improve network syntax and tests
2010-12-03 Miguel Di Ciurcio... kvm: Make _GetKVMVersion() return integers
2010-12-02 Michael HanselmannMerge branch 'devel-2.3'
2010-12-02 Michael HanselmannMerge branch 'stable-2.3' into devel-2.3
2010-12-02 Iustin PopMake snapshots multi-vg aware
2010-12-02 Adeodato Simoconfig.py: add error code to OpPrereqError
2010-12-02 Adeodato Simoconfig.py: replace "node group" with "nodegroup"
2010-12-02 Dmitry ChernyakMake rpc.call_lv_list() VG-aware
next