Move part of the loader pipeline to ClusterData
[ganeti-local] / Ganeti / HTools / Node.hs
2010-12-20 Iustin PopChange the Node.group attribute
2010-12-01 Iustin PopAllocElement: extend with the cluster score
2010-12-01 Iustin PopAdd function for nodes to (nodgroup, nodes) split
2010-12-01 Iustin PopAdd a type alias for UUIDs
2010-11-24 Iustin PopNode: add the node group's UUID
2010-09-02 Iustin PopFix ReplaceSecondary moves for offline nodes
2010-08-25 Iustin PopAdd unittest for Node text serialization
2010-07-21 Iustin PopIntroduce a relaxed add instance mode
2010-07-18 Iustin PopUpdate the node list fields
2010-07-18 Iustin PopCleanup a node's peer map when possible
2010-05-26 Iustin PopA few more small Node unit-tests
2010-05-20 Iustin PopAccept both full and short names in CLI
2010-05-20 Iustin PopStop modifying names for internal computations
2010-05-20 Iustin PopAdd a new node/instance field
2010-05-19 Iustin PopFix some haddock comments
2010-05-19 Iustin PopShuffle some constants around
2010-05-18 Iustin PopRemove the noLimit values and always use limits
2010-04-15 Iustin PopFix Node hiCpu computation
2010-04-15 Iustin PopIntroduce total vcpu tracking in CStats
2010-02-25 Iustin PopA number of small fixes from hlint
2010-02-22 Iustin PopMove a type declaration to Node.hs
2010-02-03 Iustin PopFix secondary node selection for existing N+1
2010-02-03 Iustin PopRewrite the node add checks for simpler layout
2009-11-17 Iustin PopNode: add function for conflicting primary count
2009-11-17 Iustin PopAdd a new node list field
2009-11-17 Iustin PopIntroduce tag-based exclusion of primary instances
2009-11-09 Iustin PopMove more node-listing functionality in Node.hs
2009-11-06 Iustin PopA small style change in Node.hs
2009-10-18 Iustin PopSome small style fixes
2009-10-18 Iustin PopGeneralise the node/instance listing
2009-10-16 Iustin PopStart using the utilisation scores in balancing
2009-10-16 Iustin PopAdd loading and processing of utilisation data
2009-10-16 Iustin PopMerge the Node.setPri and Node.addCpus functions
2009-10-16 Iustin PopShow the load on nodes in node lists
2009-10-15 Iustin PopAdd initial structure for utilisation balancing
2009-10-14 Iustin PopStyle change: node and instance attributes
2009-09-28 Iustin PopTurn on, and fix, more warnings
2009-07-07 Iustin PopExport more stats in hspace
2009-07-06 Iustin PopFix hlint-generated warnings
2009-07-05 Iustin PopReturn correct failure data from Node.add*
2009-07-05 Iustin PopIntroduce a new type for allocation results
2009-07-03 Iustin PopAdd an availDisk node function
2009-07-03 Iustin PopAdd two new autocomputed vars to Nodes
2009-06-12 Iustin PopImplement cpu/disk limits in instance moves
2009-06-11 Iustin PopAdd two new node attributes
2009-06-11 Iustin PopSmall changes to the node list output
2009-06-10 Iustin PopUpdate cpu counters correctly after pinst changes
2009-06-10 Iustin PopAdd cpu-count-related attributes to nodes
2009-06-01 Iustin PopAdd copyright/license information
2009-06-01 Iustin PopLots of documentation updates
2009-06-01 Iustin PopFinish removal of unused params from PeerMap
2009-06-01 Iustin PopAdd test infrastructure and initial tests
2009-05-27 Iustin PopRemove unused parameters from PeerMap creation
2009-05-27 Iustin PopAdd type synonyms for the node/instance indices
2009-05-26 Iustin PopChange the module import hierarchy
2009-05-23 Iustin PopRemove some extraneous uses of ktn/kti
2009-05-23 Iustin PopAdd a small class for Nodes and Instances
2009-05-22 Iustin PopAdd back names to nodes/instances
2009-05-22 Iustin PopMore code reorganizations
2009-05-22 Iustin PopRework the loader model
2009-05-19 Iustin PopAdd support for 'offline' nodes
2009-03-22 Iustin PopUpdate all needed node fields on f_mem change
2009-03-22 Iustin PopFix interaction between down instances and nodes
2009-03-22 Iustin PopShow the x_mem/i_mem in node list
2009-03-22 Iustin PopAdd a new node filed x_mem
2009-03-22 Iustin PopRemove unused and obsolete function
2009-03-21 Iustin PopAdd node memory field to Node objects
2009-03-21 Iustin PopPass actual types to node/instance constructors
2009-03-21 Iustin PopSome small changes in preparation for hscan
2009-03-21 Iustin PopShow offline nodes in the node status list
2009-03-20 Iustin PopAdd a new 'offline' Node attribute
2009-03-20 Iustin PopSmall doc update in Node.hs
2009-03-20 Iustin PopIntroduce a namespace for the modules