anvil/Anvil/Tools
Digimer 9fa24750d6 * 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.
* Finished scan-filesystems!
* Realized that filesystem UUIDs are not always actual UUIDs, and so created an additonal column in filesystems -> filesystem_internal_uuid and created a normal filesystem_uuid table.

Signed-off-by: Digimer <digimer@alteeve.ca>
2021-03-26 23:37:01 -04:00
..
Account.pm
Alert.pm
Cluster.pm * Updated Cluster->assemble_storage_groups() and Cluster->anvil_name_from_uuid() and ->available_resources() to try to detect the anvil_uuid if not passed in. 2021-03-16 02:40:50 -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->manage_anvil_conf() to not manually create a backup, as Storage->write_file() creates a backup anyway (so we were getting two backups per one change). 2021-03-23 06:01:45 -04:00
DRBD.pm * Updated DRBD->delete_resource() to return a success if asked to delete a non-existent resource (as can happen when partial anvil-delete-server runs are re-run). 2021-02-05 23:41:48 -05: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 Cluster->assemble_storage_groups() and Cluster->anvil_name_from_uuid() and ->available_resources() to try to detect the anvil_uuid if not passed in. 2021-03-16 02:40:50 -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 * Finished getting tools/striker-auto-initialize-all to merge the built Strikers. 2021-03-04 23:28:39 -05: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 * Remove host-health from the 'hosts' table as it wasn't needed, given the 'health' table. Bumped the SQL version to 0.0.2 2021-02-22 19:22:47 -05:00
Server.pm
Storage.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
Striker.pm * Finished (but not yet tested) tools/striker-auto-initialize-all. Expect many bugs if used. 2021-03-09 00:49:09 -05:00
System.pm * Got scan-filesystem to the point where it now collects the data it needs. No processing done yet though. Also reworked the SQL schema for the agent to record more data. 2021-03-19 18:22:18 -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
Words.pm