Local modifications to ClusterLabs/Anvil by Alteeve
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Digimer
1b70b49cf8
* Updated Network->find_matches() to try to populate the first and second parameters if they're not passed in.
...
* Updated Network->load_ips() to load extra information about the interfaces.
* Updated ocf:alteeve:server to not check libvirtd daemon state on server start.
* Updated scan-hardware to check for duplicate entries and purge if found.
* Updated scan-network to check for the 'default' virbr0 interface by checking if the config file exists instead of calling virsh.
* Updated scan-server to have better logging.
* Created the new (and incomplete) anvil-test-alerts tool
* Updated scancore to support --purge to pass to all agents and then exit.
* Updated ScanCore->call_scan_agents() to no longer use 'timeout' as it was causing issues with virsh calls.
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
..
Account.pm
* Fixed a bug (maybe) that was causing users to get immediately logged out of the WebUI
3 years ago
Alert.pm
Fixed a bug in Alert->check_condition_age() where, when the 'clear' parameter was set and the value was already 'clear', it would flip to 'set' erroniously.
3 years ago
Cluster.pm
Added a couple notes for later dev.
3 years ago
Convert.pm
Added '#!no_value!#' to be handled properly by Convert->format_mmddyy_to_yymmdd.
3 years ago
DRBD.pm
* Fixed a bug in striker-scan-network where the scan wasn't running properly when no network was specifically given.
3 years ago
Database.pm
* Updated Database->get_storage_group_data() to record the VG name for a given host's VG in a given storage group.
3 years ago
Email.pm
* Fixed a bug in scan-apc-ups where changes in the transfer reason were not being recorded.
4 years ago
Get.pm
* Created Get->kernel_release() that returns the current kernel release (version) in use on the host or on a remote system.
3 years ago
Job.pm
Updates Jobs->update_progress() to take a 'variables' hash reference, and to support logging as well.
3 years ago
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.
4 years ago
Network.pm
* Updated Network->find_matches() to try to populate the first and second parameters if they're not passed in.
3 years ago
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.
4 years ago
ScanCore.pm
* Updated Network->find_matches() to try to populate the first and second parameters if they're not passed in.
3 years ago
Server.pm
Updated DRBD->get_devices() and Server->parse_definition() to take 'anvil_uuid' so that server data can be parsed from anywhere.
3 years ago
Storage.pm
* Updated Database->configure_pgsql() to use 'postgresql-setup --initdb --unit postgresql' instead of the deprecaded 'initdb' switch.
3 years ago
Striker.pm
* Fixed a bug where resync'ing the database was missing tables.
3 years ago
System.pm
* Updated Network->find_matches() to try to populate the first and second parameters if they're not passed in.
3 years ago
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.
4 years ago
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.
4 years ago
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.
4 years ago