Implement evacuation mode in hbal
[ganeti-local] / Ganeti / HTools / 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