objects: Add QueryFieldDefinition
[ganeti-local] / lib /
2010-11-29 Michael Hanselmannobjects: Add QueryFieldDefinition
2010-11-29 Michael HanselmannIncrease timeout for connection on remote import
2010-11-29 Michael HanselmannUse IPv6 for import/export
2010-11-29 Michael Hanselmannbackend: Add support for IPv6 in import/export
2010-11-29 Michael Hanselmannimpexpd: Implement support for IPv6
2010-11-29 René NussbaumerAdding ndparams to gnt-cluster init|modify and man...
2010-11-29 René NussbaumerAdding ndparams to gnt-node add|modify and man page
2010-11-29 René NussbaumerInitCluster support for ndparams
2010-11-28 Iustin PopFix typo in _ANS1_TIME_REGEX
2010-11-28 Iustin PopMove compilation of some regexes to init time
2010-11-27 Iustin PopAdd missing paramter and unittests for this case
2010-11-27 Maciej BlizińskiAdding blockdev_prefix to hypervisor options
2010-11-26 Iustin PopRPC call_node_info: change protocol
2010-11-26 Iustin PopCluster rename: skip offline nodes
2010-11-26 René NussbaumerFix missed CheckArguments on ndparams for SetNodeParams
2010-11-26 René NussbaumerThe default value for ndparams should be None not {}
2010-11-25 Iustin PopFix per-vg checks in instance disk conversion
2010-11-25 Dmitry ChernyakRemoved _CheckNodesFreeDisk function
2010-11-25 Dmitry ChernyakMake instance creation VG-aware
2010-11-25 Dmitry ChernyakIntroduced VG-aware disk space checks
2010-11-25 Dmitry ChernyakAdded "vg" argument to the --disk syntax
2010-11-24 René NussbaumerAdding --node-parameters command line flag
2010-11-24 René NussbaumerAdding ndparams to their OpCodes and LU calls
2010-11-23 Michael Hanselmanncmdlib: Use _POutputFields where possible
2010-11-23 Dmitry ChernyakBasic stuff to allocate disks on different VGs
2010-11-23 René NussbaumerAdding convenience getter for ndparams
2010-11-23 Lance AlbertsonRAPI: implement no_install during instance creation
2010-11-23 Iustin Poputils._RunCmdPipe: simplify the timeout logic
2010-11-23 Iustin Poputils._RunCmdPipe: fix poller timeout usage
2010-11-22 Iustin PopRAPI: export the node group UUID in the node query
2010-11-22 René NussbaumerAdding oob_program in the same style as beparams
2010-11-19 Iustin PopMerge branch 'devel-2.3'
2010-11-19 René NussbaumerSupport timeouts in RunCmd
2010-11-18 Iustin PopReinstall instance: disallow offline secondaries
2010-11-18 Iustin PopFix breakage in OS state modify
2010-11-17 Iustin PopMerge branch 'devel-2.2' into devel-2.3
2010-11-17 Iustin PopLUSetClusterParms: fix validation of beparams
2010-11-16 René NussbaumerMove locking.RunningTimeout to utils
2010-11-11 Iustin PopAdd group, group.uuid fields in node list
2010-11-11 Iustin PopAdd unittests for TemporaryReservationManager
2010-11-11 David KnowlesTempReservationManager: Reserved() doesn't work
2010-11-10 Michael Hanselmannimpexpd: Disable OpenSSL compression in socat if possible
2010-11-03 Michael HanselmannFix disk checks in “gnt-cluster verify”
2010-11-03 Michael HanselmannRemove shebang line from ganeti.server.*
2010-11-01 Guido TrotterAdd -s option to gnt-node modify
2010-11-01 Guido Trotterluxi: disable two lint errors
2010-11-01 Guido TrotterRemove private ip mention in error message
2010-11-01 Guido TrotterAdd ConfigWriter.GetNodeGroup
2010-11-01 Guido TrotterImprove LookupNodeGroup's docstring
2010-11-01 Guido TrotterMerge the common options between import and add
2010-11-01 Guido TrotterDrop the -g shortcut for --vg-name
2010-11-01 Michael Hanselmannconfig: Write ssconf after renaming instance
2010-10-29 Michael HanselmannMove ganeti-rapi to ganeti.server.rapi
2010-10-29 Michael HanselmannMove ganeti-noded to ganeti.server.noded
2010-10-29 Michael HanselmannMove ganeti-confd to ganeti.server.confd
2010-10-29 Michael HanselmannMove ganeti-masterd to ganeti.server.masterd
2010-10-29 Michael HanselmannPrepare move of daemons to ganeti.server
2010-10-29 Michael HanselmannMove ganeti-watcher to ganeti.watcher
2010-10-28 Michael HanselmannAdd support and checks for version in LUXI
2010-10-28 Michael Hanselmannluxi.ProtocolError: Derive from errors.LuxiError
2010-10-28 Michael HanselmannLUExportInstance: Accept instance already shut down
2010-10-28 Guido TrotterConfigWriter.GetNodeGroupList
2010-10-28 Guido TrotterGanetiLockManager, remove default values
2010-10-28 Iustin PopPrevent onlining a node without working noded
2010-10-28 Iustin PopYet another rework in LUSetNodeParms
2010-10-28 Iustin PopPrevent moving/creating instances on non-vm nodes
2010-10-28 Iustin PopAdd a CheckNodeVmCapable helper in cmdlib
2010-10-28 Iustin PopAdd the capability flags in node info output
2010-10-28 Iustin PopAdd the master/vm_capable flags in node add
2010-10-28 Iustin PopAdd support for vm_capable in file distribution
2010-10-28 Iustin PopAdd an UploadHelper to cmdlib
2010-10-28 Iustin PopAdd support for vm_capable in cluster verify
2010-10-28 Iustin PopAdd vm_capable to gnt-node modify
2010-10-28 Iustin PopAdd vm_capable to LUSetNodeParams
2010-10-28 Iustin PopConfigWriter: add some helper functions
2010-10-28 Michael HanselmannLUClusterVerify: Complain if disk is marked faulty
2010-10-27 Michael HanselmannMove gnt-backup to ganeti.client.gnt_backup
2010-10-27 Michael HanselmannMove gnt-instance to ganeti.client.gnt_instance
2010-10-27 Michael HanselmannMove gnt-job to ganeti.client.gnt_job
2010-10-27 Michael HanselmannMove gnt-node to ganeti.client.gnt_node
2010-10-27 Michael HanselmannMove gnt-cluster to ganeti.client.gnt_cluster
2010-10-27 Michael HanselmannMove gnt-os to ganeti.client.gnt_os
2010-10-27 Michael HanselmannMove gnt-debug to ganeti.client.gnt_debug
2010-10-27 Michael HanselmannAllow programs to be part of the Ganeti library
2010-10-27 Iustin PopAdd master_capab to gnt-node modify
2010-10-27 Iustin PopImplement the master_capable flag in node modify
2010-10-27 Iustin PopExport the capability flags in query, rapi, ialloc
2010-10-27 Iustin PopAdd the master/vm_capable flags to objects
2010-10-27 Iustin PopRework node role changes
2010-10-26 Michael Hanselmannrpc: Work around epydoc warning
2010-10-26 Michael HanselmannMerge branch 'devel-2.2'
2010-10-26 Michael HanselmannAllow remote imports without checked names
2010-10-26 René NussbaumerSupport modify of prealloc_wipe_disks config value
2010-10-26 Iustin PopExport a node's group information in iallocator
2010-10-26 Iustin PopRename node.nodegroup to node.group
2010-10-26 Iustin PopRename --nodegroup to --node-group
2010-10-26 Iustin PopExport node group data in iallocator
2010-10-26 Iustin PopSplit IAllocator._ComputeClusterData
2010-10-26 René NussbaumerPutting the pieces together and invoke the wipe in...
2010-10-26 René NussbaumerAdding RPC call for blockdev_wipe
next