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 974d3c3411 * Fixed the order or table creations in anvil.sql (as well as fixed a missing comma) 5 years ago
..
Account.pm * Created Log->is_secure() to more cleanly handle conditional logging of strings with passwords or passwords directly. Updated log entries that could benefit from this method to use it. 5 years ago
Alert.pm * Renamed striker-configure-host (back) to anvil-configure-host, and started updating it to work on any machine type. 5 years ago
Convert.pm * Standardized 'subnet_mask' over 'subnet' naming throughout. 5 years ago
DRBD.pm * Removed Network->is_remote, standardized on Network->is_local, and flipped calls to it to be more sensible (is_local -> local call -> else remote call). Also fixed a deep recursion issue with ->is_local where, given that it logs (which calls Storage methods which have local/remote invocations), would loop. 5 years ago
Database.pm * Fixed the order or table creations in anvil.sql (as well as fixed a missing comma) 5 years ago
Get.pm * Started work on caching network state change in tools/anvil-update-states. 5 years ago
Job.pm * Did more work on adapting tools/anvil-configure-host to work on nodes and DR hosts. 5 years ago
Log.pm * Updated logging to now log anything with 'priority' set to a new 'anvil.alert.log' file (while still also logging as normal to anvil.log). This should make it easier to watch for alert messages. 5 years ago
Network.pm * Fixed the order or table creations in anvil.sql (as well as fixed a missing comma) 5 years ago
Remote.pm * Removed Network->is_remote, standardized on Network->is_local, and flipped calls to it to be more sensible (is_local -> local call -> else remote call). Also fixed a deep recursion issue with ->is_local where, given that it logs (which calls Storage methods which have local/remote invocations), would loop. 5 years ago
Server.pm * Removed Network->is_remote, standardized on Network->is_local, and flipped calls to it to be more sensible (is_local -> local call -> else remote call). Also fixed a deep recursion issue with ->is_local where, given that it logs (which calls Storage methods which have local/remote invocations), would loop. 5 years ago
Storage.pm * Finished the automatic archving of the database! New in M3; Archving happens on dashboards only, and whichever database triggers an archive will archive all data in any connected databases. This is a departure from where each host archived it's own data, but will avoid putting a disk or CPU load on server hosts. 5 years ago
Striker.pm * Renamed 'ip' to 'ip_address' in Striker->parse_all_status_json() and related functions. 5 years ago
System.pm * Disabled firewalld for now. 5 years ago
Template.pm * Updated DRBD->get_devices() to properly identify the peer node, when run on an actual node in the cluster (not DR or Striker). 5 years ago
Validate.pm * Standardized 'subnet_mask' over 'subnet' naming throughout. 5 years ago
Words.pm * Finished the jquery/css stuff for showing the list of hosts that can have their network configured. 5 years ago