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
be88be6d30
* Did a bunch of testing / bugfixes for scan-server.
...
* Updated the servers table to remove the 'not null' constraints on the server_start_after_server_uuid, server_pre_migration_file_uuid and server_post_migration_file_uuid columns.
* Updated ScanCore->agent_startup() to connect to the database(s) when there isn't a table list.
* Updated Server->migrate_virsh() to test for DB access before making DB calls (to allow ocf:alteeve:server to function even if all ScanCore DBs are offline).
* Updated ocf:alteeve:server to connect to the databases (though work without it), and changed '$FILE_NAME' to be 'ocf:alteeve:server' (to make logging more legible)
* Created the skeleton for 'scan-storage'.
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 (initial) testing of scan-hardware. The first M3 scan agent is done!
4 years ago
Cluster.pm
* Finished scan-server, though lots of testing needed.
4 years ago
Convert.pm
* Created the ScanCore.pm module with the first 'agent_startup' method which generalized scan agent start up.
4 years ago
DRBD.pm
* Moved the '_host_name', '_short_host_name', and '_domain_name' private methods in Tools.pm over to Get.pm (removing the leading '_' in the method names).
4 years ago
Database.pm
* Did a bunch of testing / bugfixes for scan-server.
4 years ago
Email.pm
* Did a bunch of testing / bugfixes for scan-server.
4 years ago
Get.pm
* Finished scan-server, though lots of testing needed.
4 years ago
Job.pm
* Updated all methods to add (or fix) logging the method entry.
4 years ago
Log.pm
* Updated Log->entry() to set the log file handle to UTF-8 when opened.
4 years ago
Network.pm
* Moved the '_host_name', '_short_host_name', and '_domain_name' private methods in Tools.pm over to Get.pm (removing the leading '_' in the method names).
4 years ago
Remote.pm
* Got the code in scan-server to the point where it _should_ now gracefully and automatically detect changes to a server's definition originatin from the database (via Striker), directly editing the on-disk definition file, or editing via libvirt tools (like virt-manager). Still needs to be tested though.
4 years ago
ScanCore.pm
* Did a bunch of testing / bugfixes for scan-server.
4 years ago
Server.pm
* Did a bunch of testing / bugfixes for scan-server.
4 years ago
Storage.pm
* Moved Server->_parse_definition() to -> parse_definition() to make it a publid method.
4 years ago
Striker.pm
* Moved the '_host_name', '_short_host_name', and '_domain_name' private methods in Tools.pm over to Get.pm (removing the leading '_' in the method names).
4 years ago
System.pm
* Got the code in scan-server to the point where it _should_ now gracefully and automatically detect changes to a server's definition originatin from the database (via Striker), directly editing the on-disk definition file, or editing via libvirt tools (like virt-manager). Still needs to be tested though.
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
* Fixed a bug in Words->string() where not having the parameter 'file' set caused the default 'words.xml' to be specified, preventing strings from scan agents from being used.
4 years ago