Local modifications to ClusterLabs/Anvil by Alteeve
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Digimer
8807915bb7
The theme of this commit is database cleanup and fixes.
...
* Updated Database->_age_out_data() to check for certain scan agent tables and, for those found, purge out old records. This should go a long way to keeping the database data responsive.
* Fixed a bug in Jobs->update_progress() where the 'job_picked_up_by' column was being set to '0' instead of '$$' when clearing the job.
* Fixed a bug in System->update_hosts() where '127.0.0.1' would be used in hosts for the actual host name.
* Updated the default trigger, count and division values in anvil.conf to 100,000, 50,000 and 75,000 respectively. In combination with the aging of data, this should go a long way to minimizing database sizes and overheads.
* Updated anvil-daemon to call $anvil->Database->_age_out_data(); in it's daily tasks.
* Updated various striker-X tools to specifically request a DB resync on Database->connect calls.
Signed-off-by: Digimer <digimer@alteeve.ca>
4 years ago
..
Account.pm
* Updated all methods to add (or fix) logging the method entry.
4 years ago
Alert.pm
* Finished porting scan-storcli! This was the largest scan agent to migrate to M3.
4 years ago
Cluster.pm
* Started work on, but not at all finished, anvil-manage-server which will allow manipulation of a server's resources.
4 years ago
Convert.pm
* Created a new tool, anvil-watch-bonds, which is a live monitor of bonds and interfaces designed to be run from the command line on a given host.
4 years ago
DRBD.pm
* Fixed a bug where 'timeout' would repeatedly get added to drbd's global-common.conf file.
4 years ago
Database.pm
The theme of this commit is database cleanup and fixes.
4 years ago
Email.pm
* Fixed a bug in scan-apc-ups where changes in the transfer reason were not being recorded.
4 years ago
Get.pm
* Started work on, but not at all finished, anvil-manage-server which will allow manipulation of a server's resources.
4 years ago
Job.pm
The theme of this commit is database cleanup and fixes.
4 years ago
Log.pm
* Several bugs fixed and enhancements;
4 years ago
Network.pm
* Updated Database->resync_databases() to set a default schema of 'public'. Also fixed a bug where, when the difference in record numbers between two line was > 999, it would not trigger a resync.
4 years ago
Remote.pm
* Added a check to Database->get_ip_addresses() to check is a hash is set before using it, to help avoid unitialized variable messages.
4 years ago
ScanCore.pm
The theme of these commits is improving DB responsiveness.
4 years ago
Server.pm
* Started work on, but not at all finished, anvil-manage-server which will allow manipulation of a server's resources.
4 years ago
Storage.pm
* Finished anvil-rename-server!
4 years ago
Striker.pm
* Started work on, but not at all finished, anvil-manage-server which will allow manipulation of a server's resources.
4 years ago
System.pm
The theme of this commit is database cleanup and fixes.
4 years ago
Template.pm
* This adds two new files; cgi-bin/get_anvils and cgi-bin/get_anvil_status, that will form the foundation of the new interactive web UI.
4 years ago
Validate.pm
* Updated Database queries that were passing 'debug => $debug' to not do that, as it was causing far too much (useless) noise in the logs.
4 years ago
Words.pm
* Created a new tool, anvil-watch-bonds, which is a live monitor of bonds and interfaces designed to be run from the command line on a given host.
4 years ago