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
549dbad635
* Created Cluster->delete_server(), which deletes a server resource from pacemaker (stopping it first, if needed).
...
* Fixed a bug in Cluster->parse_cib() when a server that is off wasn't setting 'status'.
* Renamed 'server::location::<server>::host' to '...::host_name' in several places.
* Got more work done on anvil-delete-server, up to the point where it calls the new Cluster->delete_server() method.
* Updated fence_pacemaker to call 'drbdadm adjust all' to dampen an issue where in-memory fence configs seem to change, preventing reconnection of the peer after it reboots from the fence. More testing needed on this issue.
Signed-off-by: Digimer <digimer@alteeve.ca>
4 years ago
..
Account.pm
* Updated all methods to add (or fix) logging the method entry.
4 years ago
Alert.pm
* Finished porting scan-storcli! This was the largest scan agent to migrate to M3.
4 years ago
Cluster.pm
* Created Cluster->delete_server(), which deletes a server resource from pacemaker (stopping it first, if needed).
4 years ago
Convert.pm
* Created Convert->fence_ipmilan_to_ipmitool() that takes a 'fence_ipmilan' call and converts it into a direct 'ipmitool' call.
4 years ago
DRBD.pm
* Moved the scan-drbd function 'gather_drbd_date' and moved it into DRBD->gather_date().
4 years ago
Database.pm
* Created Cluster->delete_server(), which deletes a server resource from pacemaker (stopping it first, if needed).
4 years ago
Email.pm
* Created Database->get_bridges() that, surprise, loads data from the 'bridges' table.
4 years ago
Get.pm
* Created Cluster->delete_server(), which deletes a server resource from pacemaker (stopping it first, if needed).
4 years ago
Job.pm
* Moved the scan-drbd function 'gather_drbd_date' and moved it into DRBD->gather_date().
4 years ago
Log.pm
* Updated .spec for the new source location.
4 years ago
Network.pm
* Updated .spec for the new source location.
4 years ago
Remote.pm
* Created Cluster->add_server() which, well, adds a server to a pacemaker cluster, including sorting out location constraints to favour the node the server is running on, if it's running.
4 years ago
ScanCore.pm
* Created Database->get_bridges() that, surprise, loads data from the 'bridges' table.
4 years ago
Server.pm
* Created Cluster->delete_server(), which deletes a server resource from pacemaker (stopping it first, if needed).
4 years ago
Storage.pm
* Updated .spec for the new source location.
4 years ago
Striker.pm
* Created Database->get_bridges() that, surprise, loads data from the 'bridges' table.
4 years ago
System.pm
* Created Database->get_bridges() that, surprise, loads data from the 'bridges' table.
4 years ago
Template.pm
* Updated all methods to add (or fix) logging the method entry.
4 years ago
Validate.pm
* Updated all methods to add (or fix) logging the method entry.
4 years ago
Words.pm
* Support for OS type selection was missing in tools/anvil-provision-server, this commit adds support for this, as well as some infrastructure to support it. This includes a new 'sys::servers::os_short_list' variable that contains a CSV of main OSes to show in a "short" list (the full list is massive). This variable can be set by the user in anvil.conf. Also added job progress calls that were missing through the storage config.
4 years ago