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
c82bd9d73a
* Created the new anvil-watch-power tool that shows the status of UPSes known on the system, including their "on battery" state, charge percentage, estimated hold up time, etc.
* Updated Database->get_power() and ->get_upses() to store both the time stamp and unix time stamps.
Signed-off-by: digimer <mkelly@alteeve.ca>
|
2 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 not setting a host_uuid caused the returned age to always be 0.
|
2 years ago |
Cluster.pm
|
* Updated Cluster->add_server() to wait up to 15 seconds for a server to appear to ensure that the pcs call to add the server with the right requested running state.
|
2 years ago |
Convert.pm
|
* Applied typo fixed from PR #286 (thanks, Deezzir!). Also moved all the raw prints into words.xml.
|
2 years ago |
DRBD.pm
|
This commit addresses (hopefully) issue #329.
|
2 years ago |
Database.pm
|
* Created the new anvil-watch-power tool that shows the status of UPSes known on the system, including their "on battery" state, charge percentage, estimated hold up time, etc.
|
2 years ago |
Email.pm
|
* Updated Email->get_next_server() to ignore DELETED mail servers, and it now loads mail servers if not yet in memory.
|
2 years ago |
Get.pm
|
Fixed a bug where Get->available_resources() was missing LVM/storage group data in some cases.
|
2 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
|
* Updated Cluster->parse_crm_mon() to record the role of stonith resources.
|
2 years ago |
Network.pm
|
* Prefixed all 'virsh' calls with 'setsid --wait' to help prevent future hangs if the call happens without a shell.
|
2 years ago |
Remote.pm
|
* Undid the #!no_value!# -> !!no_value!! change as it broke language processing.
|
2 years ago |
ScanCore.pm
|
* Updated System->configure_ipmi() to auto-configure DR hosts once they've been assigned a BCN IP address.
|
2 years ago |
Server.pm
|
* Updated Cluster->add_server() to wait up to 15 seconds for a server to appear to ensure that the pcs call to add the server with the right requested running state.
|
2 years ago |
Storage.pm
|
* This adds the new 'file_locations' -> 'file_location_ready' column and associated methods. This is set to TRUE/1 when the file referenced is found on disk and it is the expected size and md5sum. This is meant to allow programs to wait/watch or a file to be ready if they need to use it. Files are now checked periodically via anvil-daemon.
|
2 years ago |
Striker.pm
|
* Fixed a bug where resync'ing the database was missing tables.
|
3 years ago |
System.pm
|
* Updated System->configure_ipmi() to auto-configure DR hosts once they've been assigned a BCN IP address.
|
2 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
|
Added the new 'anvil-network-profiler' tool.
|
2 years ago |
Words.pm
|
Merge branch 'main' into anvil-tools-dev
|
2 years ago |