anvil/Anvil/Tools
Digimer b36093671b * Updated Database queries that were passing 'debug => $debug' to not do that, as it was causing far too much (useless) noise in the logs.
* Turned on print to console for logging in anvil-provision-server. Also updated it to check if the cluster is running and hold until it is.
* Cleaned up some code in Get->available_resources() that proved hard to debug.

Signed-off-by: Digimer <digimer@alteeve.ca>
2021-04-15 02:35:58 -04:00
..
Account.pm
Alert.pm * Finished porting scan-storcli! This was the largest scan agent to migrate to M3. 2020-11-23 11:18:00 -05:00
Cluster.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. 2021-04-15 02:35:58 -04:00
Convert.pm * Fixed a bug in Convert-round() where the requested number of digits after the decimal place was coming back one too long. Also added logging that should have been there for a while now. 2021-03-26 23:37:01 -04:00
Database.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. 2021-04-15 02:35:58 -04:00
DRBD.pm * THe get_cpu endpoint was completed. 2021-04-09 20:51:29 -04:00
Email.pm * Fixed a bug in scan-apc-ups where changes in the transfer reason were not being recorded. 2021-02-07 18:11:29 -05:00
Get.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. 2021-04-15 02:35:58 -04:00
Job.pm * Updated anvil-daemon (and Database->insert_or_update_jobs) to now recognize jobs with the job_status of 'scancore_startup' to run only when ScanCore starts. 2021-03-04 01:41:33 -05:00
Log.pm * Updated Log->entry() to prefix log lines with the short 'job-uuid', when the log entry is coming from a program running as a job. This is meant to make it easier to break up what log lines belong to what jobs, if multiple jobs are running at the same time (ie: when initializing multiple nodes / dr hosts in parallel). 2021-03-10 02:26:09 -05:00
Network.pm * THe get_cpu endpoint was completed. 2021-04-09 20:51:29 -04:00
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. 2021-03-10 20:35:05 -05:00
ScanCore.pm * THe get_cpu endpoint was completed. 2021-04-09 20:51:29 -04:00
Server.pm * THe get_cpu endpoint was completed. 2021-04-09 20:51:29 -04:00
Storage.pm * Created Storage->manage_lvm_conf() that checks / updates lvm.conf to add a filter to avoid seeing DRBD devices as LVM components. This is now called from striker-initialize-host and scan-drbd. 2021-03-31 23:59:19 -04:00
Striker.pm * Got anvil-safe-start to the point where is starts the cluster stack. Need to create the 'anvil-boot-server' and 'anvil-shutdown-server' before it can be completed, so those files have been added. 2021-04-14 00:26:06 -04:00
System.pm * Got anvil-safe-start to the point where is starts the cluster stack. Need to create the 'anvil-boot-server' and 'anvil-shutdown-server' before it can be completed, so those files have been added. 2021-04-14 00:26:06 -04:00
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. 2021-02-09 22:45:40 -05:00
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. 2021-04-15 02:35:58 -04:00
Words.pm * Fixed a bug where Words->load_agent_strings() wouldn't process strings without new-lines in them (caused in the last fix). 2021-02-03 18:53:56 -05:00