anvil/Anvil/Tools
Digimer 606bd8f1f0 Continuing work on anvil-manage-server.
Created Storage->get_storage_group_from_path() that takes a block device path and tried to find the Storage Group it belongs to.
Updated Storage->get_storage_group_data() to make it possible to look up a storage group UUID using the SG's name.
Updated DRBD->gather_data() to take a pre-generated XML via the new 'xml' parameter.

Signed-off-by: Digimer <digimer@alteeve.ca>
2021-08-06 14:21:11 -04:00
..
Account.pm * This contains a fairly major change to how time stamps are handled. All INSERT and UPDATE calls now generate a new timestamp via Database->refresh_timestamp, instead of using 'sys::database::timestamp'. This was done in responce to finding a bug where tables in a database differed in both counts of public and private schemas (ip_addresses table, specifically) that failed to resync because the timestamps were re-used too often. 2021-06-08 15:23:15 -04: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 * WIP - Slowly working on anvil-manage-server 2021-06-02 14:08:55 -04:00
Database.pm Continuing work on anvil-manage-server. 2021-08-06 14:21:11 -04:00
DRBD.pm Continuing work on anvil-manage-server. 2021-08-06 14:21:11 -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 a bug in anvil-daemon where, when an anvil-manage-power reboot run had triggered a reboot, anvil-daemon didn't set the job_progress to '100', causing constant reboots. Also fixed a bug where the log level was hard-set to '1' instead of '2' needed during debugging. 2021-06-28 20:04:11 -04:00
Remote.pm
ScanCore.pm Fixed two small bugs that were preventing proactive live migration from working. 2021-07-20 01:56:50 -04:00
Server.pm * Updated Database->get_server_definitions() to take a specific server UUID, allowing just the one definition to be loaded. Also had it clear previous loads. 2021-07-20 23:19:29 -04:00
Storage.pm Continuing work on anvil-manage-server. 2021-08-06 14:21:11 -04:00
Striker.pm fix(Anvil): add clean up logic when failed to validate Apache conf after modify 2021-07-28 19:29:24 -04:00
System.pm * Added a new parameter called 'sensitive' to Database->connect() that returns after connections before any ancilliary checks are done, minimizing connect time. 2021-06-03 22:25:36 -04:00
Template.pm
Validate.pm
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