LUNodeSetParams: Lock affected instances only
[ganeti-local] / lib / config.py
2011-11-07 Michael HanselmannLUNodeSetParams: Lock affected instances only
2011-11-03 Michael HanselmannShow RPC calls from config in lock monitor
2011-11-03 Andrea SpadacciniPass MasterNetworkParameters instances in RPCs
2011-11-03 Andrea SpadacciniUse MasterNetworkParameters attributes for RPC
2011-10-28 Andrea SpadacciniAdd shortcut for network-related cluster params
2011-10-27 Michael Hanselmannconfig: Add unlocked function to get all node objects
2011-10-26 Michael Hanselmannrpc: Convert last two calls to generated code
2011-10-05 Andrea SpadacciniAdd cluster netmask parameter
2011-08-30 Andrea SpadacciniDeprecationWarning fixes for pylint
2011-08-25 Michael HanselmannPEP8 style fixes
2011-08-04 Michael HanselmannFix broken object references in docstrings
2011-08-03 Iustin PopOptimise use of repeated/looping GetInstanceInfo
2011-08-03 Iustin PopOptimise use of repeated/looping GetNodeInfo
2011-06-01 Michael HanselmannMerge branch 'devel-2.4'
2011-05-30 Apollon OikonomopoulosFix argument order in ReserveLV and ReserveMAC
2011-05-25 Michael Hanselmannconfig: Add method to get members of nodes' groups
2011-05-19 Michael Hanselmannconfig: Add function to get instances in node group
2011-05-11 Guido TrotterMerge branch 'devel-2.4'
2011-05-06 Michael HanselmannFix race condition in LUGroupAssignNodes
2011-05-05 Michael Hanselmannconfig: Add function to determine instance's groups
2011-04-14 Iustin PopPrevent ssconf values from having non-string values
2011-03-11 Michael HanselmannFix epydoc warning about unknown reference
2011-03-11 Michael Hanselmannconfig: Wrap MatchNameComponent, reduce lock duration
2011-03-01 Apollon OikonomopoulosCore shared file storage support
2011-02-01 Stephen ShirleyEnforce that new node groups have unique names
2011-02-01 Stephen ShirleyAdd _UnlockedLookupNodeGroup()
2011-01-28 Iustin PopConfigWriter: add checks for be/nd/nic params
2011-01-28 Iustin PopConfigWriter: simplify _UnlockedVerifyConfig
2011-01-28 Stephen ShirleyPrevent removal of last node group
2011-01-20 Iustin PopAnother fix for LUClusterVerifyDisks
2010-12-13 Adeodato SimoAdd the "alloc_policy" attribute to node groups
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 stable-2.3
2010-12-09 Guido TrotterFix rename for file-backed instances
2010-12-08 Adeodato SimoIntroduce constant for the name of the initial node...
2010-12-08 Adeodato Simoconfig.py, objects.py: more node group support
2010-12-02 Adeodato Simoconfig.py: add error code to OpPrereqError
2010-12-02 Adeodato Simoconfig.py: replace "node group" with "nodegroup"
2010-12-01 Michael HanselmannMerge branch 'devel-2.3'
2010-11-30 Adeodato Simoconfig.py: need explicit %-formatting in errors.OpPrere...
2010-11-23 René NussbaumerAdding convenience getter for ndparams
2010-11-11 Iustin PopAdd unittests for TemporaryReservationManager
2010-11-11 David KnowlesTempReservationManager: Reserved() doesn't work
2010-11-01 Guido TrotterAdd ConfigWriter.GetNodeGroup
2010-11-01 Guido TrotterImprove LookupNodeGroup's docstring
2010-11-01 Michael Hanselmannconfig: Write ssconf after renaming instance
2010-10-28 Guido TrotterConfigWriter.GetNodeGroupList
2010-10-28 Iustin PopConfigWriter: add some helper functions
2010-10-27 Iustin PopAdd the master/vm_capable flags to objects
2010-10-26 Michael HanselmannMerge branch 'devel-2.2'
2010-10-26 Iustin PopRename node.nodegroup to node.group
2010-10-26 Iustin PopExport node group data in iallocator
2010-10-25 Michael HanselmannConfigWriter: Fix typo in error message parts
2010-10-22 Iustin PopConfigWriter: prevent using a foreign config
2010-10-22 Iustin PopConfigWriter: protect against multiple writers
2010-10-13 Iustin Pop"Fix" handling of old software versions on startup
2010-09-29 Guido TrotterAvoid nodegroup name/uuid conflicts
2010-09-15 Guido TrotterCheck for duplicate nodegroup names
2010-09-14 Guido TrotterExport nodegroups list (names/uuids) via ssconf
2010-09-14 Guido TrotterAdd node's nodegroup field
2010-09-14 Guido Trotterconfig.LookupNodeGroup
2010-09-14 Guido TrotterCheck for nodegroup uuid indexing
2010-09-14 Guido TrotterConfigWriter: create the default node group
2010-09-14 Guido TrotterAdd a 'nodegroups' slot to ConfigData
2010-09-07 René NussbaumerThe config now should also belong to confd group and...
2010-08-19 Manuel FranceschiniAdd primary_ip_family to ssconf
2010-08-18 Manuel FranceschiniSupport for resolving hostnames to IPv6 addresses
2010-08-18 Manuel Franceschinicluster init: Write ssconf before noded starts
2010-07-16 Iustin PopImplement lock names for debugging purposes
2010-07-09 Manuel FranceschiniIntroduce lib/netutils.py
2010-07-08 Apollon OikonomopoulosAdd default_iallocator cluster parameter
2010-07-06 Luca BigliardiGeneralize a recursive check on logical disks
2010-07-06 Luca BigliardiAdd drbd_usermode_helper to configuration
2010-06-28 Guido TrotterFix _UpgradeConfig docstring
2010-04-20 Iustin PopFix changing the list of enabled hypervisors
2010-04-16 Balazs LeczAdd uid_pool to ssconf
2010-04-08 Iustin PopExport the maintain_node_health option in ssconf
2010-03-23 Iustin PopDistribute list of enabled hypervisors in ssconf
2010-03-15 Iustin PopConfigWriter: add an LV reservation manager
2010-03-10 Iustin PopImplement verify checks for node/instance names
2010-03-09 Iustin PopFix redistribute config and offline nodes
2010-03-08 Iustin PopSwitch from os.path.join to utils.PathJoin
2010-01-04 Iustin PopFix two bugs in ConfigWriter._EnsureUUID
2010-01-04 Iustin PopRemove many 'Unused variable' warnings
2009-11-25 Iustin PopRemove quotes from CommaJoin and convert to it
2009-11-16 Michael HanselmannRe-add check for duplicate instance IP
2009-11-13 Michael Hanselmannconfig: Style fixes
2009-11-06 Guido TrotterConfigWriter: simplify GenerateDRBDSecret
2009-11-06 Guido TrotterConfigWriter: move _temporary_macs to reservation
2009-11-06 Guido TrotterConfigWriter: move _temporary_ids to reservation
2009-11-06 Guido TrotterTemporaryReservationManager
2009-11-06 Guido Trotterconfig.Add{Node,Instance}: get the ec id
2009-11-06 Guido TrotterAdd config.DropECReservations
2009-11-06 Guido TrotterRemove exceptions list from GenerateUniqueID
2009-11-04 Iustin PopRevert the instance IP conflicts
2009-11-04 Iustin PopAdd a configuration verify check for duplicate IPs
2009-11-03 Iustin PopAnother round of pylint-related style fixes
2009-11-03 Iustin PopChange behaviour of ConfigWriter._WriteConfig
2009-10-27 Michael HanselmannProvide feedback from redistributing configuration
next