anvil/Anvil/Tools
2021-08-31 00:32:15 -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 Updated anvil-provision-server so that when the OS type is 'win7', set the disk to sata and the NIC to e1000e. Also updated it to store the virt-install call in the 'variables' table and write it out to /mnt/shared/provision. 2021-08-31 00:32:15 -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 Trying to fix a bug where vnet devices keep reporting as having returned. 2021-08-30 14:09:45 -04:00
Server.pm Fixed a bug where if a database is pingable but the pgsql database is down, and it's the first database tested (or local), then the DB handle used to read / quote fails. 2021-08-26 23:26:03 -04:00
Storage.pm * Created Storage->get_size_of_block_device() that takes a block device path and returns the size of the path, if it's found in the database. 2021-08-06 22:46:02 -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 * Added the ability to disable anvil-daemon management of /etc/hosts. 2021-08-30 22:40:35 -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