Implement cpu/disk limits in instance moves
[ganeti-local] / Ganeti / HTools / Node.hs
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