Subversion Repositories havirt

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
44 23 d 16 h rodolico /trunk/ Fixed --version, added --variance, fixed balance in cluster.pm  
/trunk/TODO.md
/trunk/cluster.pm
/trunk/havirt
42 27 d 9 h rodolico /trunk/ added cluster balance and fixed a few minor errors  
/trunk/PROGRAMMING.md
/trunk/cluster.pm
/trunk/config.sample.yaml
/trunk/domain.pm
/trunk/havirt
/trunk/havirt.pm
/trunk/node.pm
41 29 d 16 h rodolico /trunk/ sending to devel server for modifications  
/trunk/USAGE.md
/trunk/cluster.pm
/trunk/havirt
/trunk/havirt.pm
/trunk/node.pm
40 254 d 10 h rodolico /trunk/ Working on balancing a cluster  
/trunk/cluster.pm
39 254 d 17 h rodolico /trunk/ Beginning changes to allow cluster balance and domain pin to work  
/trunk/cluster.pm
/trunk/domain.pm
26 284 d 10 h rodolico /trunk/ 20240827 v1.2.0
- migration now works
- when a node is placed in maintenance mode, will attempt to migrate any domains currently running on it.
- Removed --yes parameter, relying on --dryrun (-n)
- Added config file, auto-generated if it doesn't exist with defaults
- Checks resources on start/migrate to ensure RAM and CPU's do not overpower system
- findDomain moved to havirt.pm, set to rescan system (unless paranoid mode set)
- Added a lot of code to enhance --verbose flag
 
/trunk/CHANGES.md
/trunk/PROGRAMMING.md
/trunk/havirt.sample.cron
/trunk/INSTALL.md
/trunk/README.md
/trunk/TODO.md
/trunk/cluster.pm
/trunk/config.sample.yaml
/trunk/domain.pm
/trunk/havirt
/trunk/havirt.pm
/trunk/node.pm
25 286 d 9 h rodolico /trunk/ Checking for resources before migrating/starting domain on node
creates config file
havirt node maintenance now issues commands to migrate any domains off
of the node to be placed into maintenance mode
 
/trunk/config.sample.yaml
/trunk/README.md
/trunk/USAGE.md
/trunk/cluster.pm
/trunk/domain.pm
/trunk/havirt
/trunk/havirt.pm
/trunk/node.pm
19 305 d 10 h rodolico /trunk/ Updated version number to 1.0.0  
/trunk/cluster.pm
/trunk/domain.pm
/trunk/havirt
/trunk/havirt.pm
/trunk/node.pm
13 355 d 11 h rodolico /trunk/ New datafile used fully, starting on some new code  
/trunk/README
/trunk/cluster.pm
/trunk/domain.pm
12 355 d 12 h rodolico /trunk/ Changed data storage to put all data in one file (instead of one for each
section).
 
/trunk/cluster.pm
/trunk/domain.pm
/trunk/havirt
/trunk/havirt.pm
/trunk/node.pm
11 366 d 11 h rodolico /trunk/ Additional error checking in havirt, and have completed the first part of
the functions which show/retrieve information. Next step will be do write
code that will start doing manipulations
 
/trunk/cluster.pm
/trunk/havirt
10 366 d 12 h rodolico /trunk/ Reorganized the loadxxx files into havirt.pm so they were accessible to
multiple modules. cluster.pm now does a status.
 
/trunk/cluster.pm
/trunk/domain.pm
/trunk/havirt
/trunk/havirt.pm
/trunk/node.pm
8 367 d 12 h rodolico /trunk/ Rewrote main code to use module::sub from first two parameters. Allows new
modules to be created or existing ones to have new sub's created without
touching main code.
 
/trunk/cluster.pm
/trunk/domain.pm
/trunk/havirt