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
e012d6016c
Tha major point of this commit is to add the new 'anvil-manage-storage-groups' program that, well, manages storage groups.
...
* Updated the storage_group_members table to add the 'storage_group_member_note' that can be set to 'DELETED' to track when a member is deleted. Updated anvil-version-changes to check for and add this column as needed. Updated the anvil.sql schema for the same.
* Updated Cluster->insert_or_update_storage_group_members to add the new column.
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
Tha major point of this commit is to add the new 'anvil-manage-storage-groups' program that, well, manages storage groups.
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
* Added 'setsid' to all 'virsh' calls as nested calls (ie: crm_resource -> ocf:alteeve:server -> virsh) would fail because virsh couldn't connect to a terminal. See:
2 years ago
Database.pm
Tha major point of this commit is to add the new 'anvil-manage-storage-groups' program that, well, manages storage groups.
2 years ago
Email.pm
This is a set of changes all stemming from trying to debug frequent resyncs. More bugs still to be fixed.
3 years ago
Get.pm
* Updated anvil-manage-dr to provide the ability to link anvil nodes to dr hosts. Also began work on making it work with the new DR links system.
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
* Added 'vnc-server' to the list of firewall services enabled on strikers.
2 years ago
Remote.pm
* Undid the #!no_value!# -> !!no_value!! change as it broke language processing.
2 years ago
ScanCore.pm
* Fixed a bug in System->collect_ipmi_data() where double-quoted passwords were preventing reading of the sensor data.
2 years ago
Server.pm
* Added System->configure_logind() to ensure that nodes are configured to ignore ACPI power button events so that IPMI-based fences work immediately.
2 years ago
Storage.pm
* Added 'setsid' to all 'virsh' calls as nested calls (ie: crm_resource -> ocf:alteeve:server -> virsh) would fail because virsh couldn't connect to a terminal. See:
2 years ago
Striker.pm
* Fixed a bug where resync'ing the database was missing tables.
3 years ago
System.pm
* Updated Database->connect() to allow local reads on strikers, regardless of the active DB.
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
* Cleaned up some old 'die' calls with better nice_exit() calls to help avoid dangling db_in_use flags.
2 years ago