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
eec14cb013
* Finished tools/anvil-boot-server and tools/anvil-shutdown-server.
...
* Fixed a bug where, in rare cases, $anvil->hostname() would call 'hostnamectl' and get a dbus error during shutdown, which would then cause the hostname to be changed to the error in the database.
* Fixed a bug in Cluster->boot_server() where it would never verify that a server has started successfully.
* Updated Database->get_ip_addresses() to store the IPs we manage in 'ip_addresses::<ip_address_address>::X'.
* Updated ocf:alteeve:server to work from command line calls, though more testing is still needed.
* Started work on 'anvil-rename-server', but haven't gotten far with it yet.
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
* Finished tools/anvil-boot-server and tools/anvil-shutdown-server.
4 years ago
Convert.pm
* Fixed a bug in Convert-round() where the requested number of digits after the decimal place was coming back one too long. Also added logging that should have been there for a while now.
4 years ago
DRBD.pm
* THe get_cpu endpoint was completed.
4 years ago
Database.pm
* Finished tools/anvil-boot-server and tools/anvil-shutdown-server.
4 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
* Finished tools/anvil-boot-server and tools/anvil-shutdown-server.
4 years ago
Job.pm
* Finished tools/anvil-boot-server and tools/anvil-shutdown-server.
4 years ago
Log.pm
* Updated Log->entry() to prefix log lines with the short 'job-uuid', when the log entry is coming from a program running as a job. This is meant to make it easier to break up what log lines belong to what jobs, if multiple jobs are running at the same time (ie: when initializing multiple nodes / dr hosts in parallel).
4 years ago
Network.pm
* THe get_cpu endpoint was completed.
4 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
* THe get_cpu endpoint was completed.
4 years ago
Server.pm
* THe get_cpu endpoint was completed.
4 years ago
Storage.pm
* Created Storage->manage_lvm_conf() that checks / updates lvm.conf to add a filter to avoid seeing DRBD devices as LVM components. This is now called from striker-initialize-host and scan-drbd.
4 years ago
Striker.pm
* Got anvil-safe-start to the point where is starts the cluster stack. Need to create the 'anvil-boot-server' and 'anvil-shutdown-server' before it can be completed, so those files have been added.
4 years ago
System.pm
* Finished tools/anvil-boot-server and tools/anvil-shutdown-server.
4 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
* Fixed a bug where Words->load_agent_strings() wouldn't process strings without new-lines in them (caused in the last fix).
4 years ago