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 e8dcb8b24c Fixed a bug in System->configure_ipmi() where it would fail to find the IPMI BMC admin username in some cases. 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 * Fixed a bug in Convert->round where numbers with exponents were not handled properly. 3 years ago
DRBD.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
Database.pm * Fixed a bug in Database->_age_out_data() where, when all records in the history schema would be purged, the most recent record would not be preserved. The result is that nothing was purged, allow tables to grow dramatically. The 'variables' table was also added to this age-out list. 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. 3 years ago
Network.pm * Fixed bugs around ScanCore->check_power() so that it now returns time on batteries and highest charge are returned properly. 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 * Created ScanCore->check_temperature_direct() based around that start logic from ScanCore->post_scan_analysis_striker() temperature check, and updated the later to use the former. 3 years ago
Server.pm * Fixed a bug where ethtool's Media type contained tab characters that broke JSON when configuring the netowrk interfaces. 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 Updated anvil-parse-fence-agents to validate each fence agent's metadata is valid before adding it to the unified XML. 3 years ago
System.pm Fixed a bug in System->configure_ipmi() where it would fail to find the IPMI BMC admin username in some cases. 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. 3 years ago