anvil/Anvil/Tools
Digimer b517117bc1 * Did more work on trying to figure out why iniital setup of the database was failing. I believe it was because, in anvil-daemon, after calling 'prep_database' we called ->connect() _without_ 'check_if_configured' set. Next round of function testing should help confirm is this was the case.
* Added 'configure_firewall()' to 'striker-prep-database' to explicitely open the postgresql service for all active zones.
* Did some general logging changes and cleanup around the same.

Signed-off-by: Digimer <digimer@alteeve.ca>
2021-11-23 20:41:29 -05:00
..
Account.pm * Fixed a bug (maybe) that was causing users to get immediately logged out of the WebUI 2021-11-15 01:01:23 -05:00
Alert.pm * Finished (though testing still needed) scan-network. 2021-07-09 01:20:25 -04:00
Cluster.pm Added a couple notes for later dev. 2021-07-16 11:13:48 -04:00
Convert.pm * Fixed a bug in Convert->round where numbers with exponents were not handled properly. 2021-10-07 22:08:34 -04:00
Database.pm * Did more work on trying to figure out why iniital setup of the database was failing. I believe it was because, in anvil-daemon, after calling 'prep_database' we called ->connect() _without_ 'check_if_configured' set. Next round of function testing should help confirm is this was the case. 2021-11-23 20:41:29 -05:00
DRBD.pm * Updated DRBD->gather_data() to record TCP/IP data between connections of two hosts. 2021-09-20 22:34:36 -04:00
Email.pm
Get.pm * Fixed a couple logging bugs. 2021-06-23 18:22:55 -04:00
Job.pm Updates Jobs->update_progress() to take a 'variables' hash reference, and to support logging as well. 2021-07-16 15:07:07 -04:00
Log.pm * I _might_ have fixed the network configuration issue in anvil-configure-host... Updated it so that if 'nmcli' doesn't report a valid device name, it looks for it in the ifcfg-X file, and uses 'X' if not found there. 2021-06-18 19:37:37 -04:00
Network.pm * Fixed bugs around ScanCore->check_power() so that it now returns time on batteries and highest charge are returned properly. 2021-10-11 21:57:35 -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 * Fixed bugs around ScanCore->check_power() so that it now returns time on batteries and highest charge are returned properly. 2021-10-11 21:57:35 -04:00
Server.pm Updated ocf:akteeve:server to see in the target for a migration has a '<shortname>.mn1' host name, and if so, and if the target can be reached on that address, it will be used for the live migration. This is to allow for inexpensive 10 Gbps live migration speeds. 2021-09-25 10:01:03 -04:00
Storage.pm * Updated Database->configure_pgsql() to use 'postgresql-setup --initdb --unit postgresql' instead of the deprecaded 'initdb' switch. 2021-10-28 12:07:36 -04:00
Striker.pm Updated anvil-parse-fence-agents to validate each fence agent's metadata is valid before adding it to the unified XML. 2021-08-19 00:58:26 -04:00
System.pm WIP: Started work on a new Storage->copy_device() method that will do 'dd' calls. 2021-09-25 17:58:20 -04:00
Template.pm
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 * 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. 2021-05-26 20:24:05 -04:00