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 b076463b5f * Fixed a bug in multiple System daemon control methods where the return_code wasn't being returned properly. 5 years ago
..
Account.pm * Moved the fences_unified_metadata file from /tmp, which apache can not read, to /var/www/html/. 5 years ago
Alert.pm * Renamed striker-configure-host (back) to anvil-configure-host, and started updating it to work on any machine type. 5 years ago
Convert.pm * Standardized 'subnet_mask' over 'subnet' naming throughout. 5 years ago
DRBD.pm * Removed Network->is_remote, standardized on Network->is_local, and flipped calls to it to be more sensible (is_local -> local call -> else remote call). Also fixed a deep recursion issue with ->is_local where, given that it logs (which calls Storage methods which have local/remote invocations), would loop. 5 years ago
Database.pm * Added a check to verify that connections to multiple databases are not, in fact, going to the same host. 5 years ago
Email.pm * Started work on Email->check_alert_recipients(). 5 years ago
Get.pm * Fixed a bug where Get->os_type() wasn't renamed when it was moved from System. 5 years ago
Job.pm * Fixed a bug in Job->clear() where it was not doing it's one job right. 5 years ago
Log.pm * Updated logging to now log anything with 'priority' set to a new 'anvil.alert.log' file (while still also logging as normal to anvil.log). This should make it easier to watch for alert messages. 5 years ago
Network.pm * Updated Jobs->get_job_details() to use --job-uuid switch or, failing that, look for an incomplete on this host with the same command as the calling program. 5 years ago
Remote.pm * Added a flag that tells anvil-daemon when a node is having it's network mapped. When this happens, open ssh connections are closed each loop and only tasks related to mapping the network run. This improves responsiveness in Striker when reporting which network links have come up or gone down. 5 years ago
Server.pm * Renamed the database table 'host_keys' to 'ssh_keys' to better represent what it stores. 5 years ago
Storage.pm * Finished the automatic archving of the database! New in M3; Archving happens on dashboards only, and whichever database triggers an archive will archive all data in any connected databases. This is a departure from where each host archived it's own data, but will avoid putting a disk or CPU load on server hosts. 5 years ago
Striker.pm * Renamed the database table 'host_keys' to 'ssh_keys' to better represent what it stores. 5 years ago
System.pm * Fixed a bug in multiple System daemon control methods where the return_code wasn't being returned properly. 5 years ago
Template.pm * Got the install manifest form step 1 sanity checks done. Got the form for step 2 done. 5 years ago
Validate.pm * Added the ability to store, edit and delete UPSes 5 years ago
Words.pm * Finished the "run manifest" form / page. Actually saving / pushing the job to nodes is not yet done though. 5 years ago