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 513ce3b74e Created 'striker-db-status' that reports the status of the databases to external tools. It's basic, but it works. 3 years ago
..
Makefile.am [build] fix FASEXECPREFIX handling and ship fence_ in -core rpm 3 years ago
anvil-boot-server * Fixed a bug in Convert->format_mmddyy_to_yymmdd() where being passed '--' didn't return the same. 3 years ago
anvil-change-password * Cleaned up a lot of logging in anvil-daemon and tools it calls. 4 years ago
anvil-check-memory * Fixed a bug in Convert->format_mmddyy_to_yymmdd() where being passed '--' didn't return the same. 3 years ago
anvil-configure-host Fixed a variable substitution bug. 3 years ago
anvil-cycle-vm-nics * Updated System->check_firewall to use firewall-cmd and the contents of iptables-save is not available/reliable under RHEL8. 6 years ago
anvil-daemon * This rather heavily reworks how database shutdowns works. It adds much more intelligent shutdown, tracking who is using the database, being able to mark a database as "offline" and waiting for users of the database to disconnect before it shuts down. 3 years ago
anvil-delete-server * Fixed a bug in DRBD->gather_data() where the peer node's data was being recorded where the local node's data should have been saved. 4 years ago
anvil-download-file * Cleaned up a lot of logging in anvil-daemon and tools it calls. 4 years ago
anvil-file-details * Cleaned up a lot of logging in anvil-daemon and tools it calls. 4 years ago
anvil-get-server-screenshot fix(tools): save screenshots to states table 3 years ago
anvil-join-anvil Fixed a bug in System->check_ssh_keys where the 'admin' user's RSA keys were owned by root. 3 years ago
anvil-maintenance-mode * Improved infinite loop handling in Log->entry, but broke the Striker UI in the process. To be fixed next... 6 years ago
anvil-manage-dr Updated ocf:akteeve:server to see in the target for a migration has a '<shortname>.mn1' host name, and if so, and if the target can be reached on that address, it will be used for the live migration. This is to allow for inexpensive 10 Gbps live migration speeds. 3 years ago
anvil-manage-files * Several bugs fixed and enhancements; 4 years ago
anvil-manage-firewall Fixed bugs related to automatic database startup and conditional backup loading. 3 years ago
anvil-manage-keys * Fixed a bug with deleting bad keys where jobs to delete keys on non-dashboard machine wasn't being assigned to the proper target machine. 4 years ago
anvil-manage-power Fixed a variable substitution bug. 3 years ago
anvil-manage-server * Updated Database->configure_pgsql() to use 'postgresql-setup --initdb --unit postgresql' instead of the deprecaded 'initdb' switch. 3 years ago
anvil-migrate-server * Made good progress on anvil-safe-stop. It will now stop or migrate servers (testing needed). 4 years ago
anvil-parse-fence-agents Fixed bugs related to automatic database startup and conditional backup loading. 3 years ago
anvil-provision-server * Updated Network->get_ips() to check for 'permaddr' when processing 'ip addr list' to ensure the partmanent MAC is used. 3 years ago
anvil-rename-server * This contains a fairly major change to how time stamps are handled. All INSERT and UPDATE calls now generate a new timestamp via Database->refresh_timestamp, instead of using 'sys::database::timestamp'. This was done in responce to finding a bug where tables in a database differed in both counts of public and private schemas (ip_addresses table, specifically) that failed to resync because the timestamps were re-used too often. 4 years ago
anvil-safe-start * Fixed a bug in Convert->format_mmddyy_to_yymmdd() where being passed '--' didn't return the same. 3 years ago
anvil-safe-stop Fixed a variable substitution bug. 3 years ago
anvil-scan-network * Cleaned up a lot of logging in anvil-daemon and tools it calls. 4 years ago
anvil-shutdown-server * Finished anvil-migrate-server and anvil-safe-start! Lots of testing still needed for both though, and 'anvil-safe-start' does run as a job yet, but the logic is all there. 4 years ago
anvil-sync-shared Created the new (and still in development) striker-file-manager to manage files from a Striker dashboard's command line. So far. it will add files only. 3 years ago
anvil-update-definition Updated anvil-parse-fence-agents to validate each fence agent's metadata is valid before adding it to the unified XML. 3 years ago
anvil-update-issue * Updated kickstart to write the basic tools/anvil-update-issue to a freshly installed machine and run it from cron. 5 years ago
anvil-update-states * Fixed a bug where ethtool's Media type contained tab characters that broke JSON when configuring the netowrk interfaces. 3 years ago
anvil-update-system Fixed a variable substitution bug. 3 years ago
anvil-watch-bonds * Created Network->check_bonds() that checks to see if any bonds are down, or if any interfaces configured to be in a bond are not actually in it. It accepts a 'heal' parameter that, by default, will bring up a bond with no active links, but leaves degraded bonds alone. It call also take 'all' and will try to bring up any missing interfaces. This distinction exists so that if a link is flaky and someone takes it down manually until it can be repaired, it doesn't get turned back on. 4 years ago
fence_delay * Couple of small cleanups for fence_delay. 3 years ago
fence_pacemaker * Increaded the scancore agent run timeout to 60 seconds. 4 years ago
scancore Updated scancore and anvil-daemon to check their RAM use at the end of each loop and, if it's using more than 1 GiB of RAM, it sends an alert and exits. 3 years ago
striker-auto-initialize-all Fixed a typo in scan-network 3 years ago
striker-auto-initialize-all.example * 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
striker-boot-machine * Created tools/striker-boot-machine to, well, boot machines. It uses host_ipmi or, failing that, other fence methods when available to boot a node. 4 years ago
striker-db-report Fixed a bug in Alert->check_condition_age() where, when the 'clear' parameter was set and the value was already 'clear', it would flip to 'set' erroniously. 3 years ago
striker-db-status Created 'striker-db-status' that reports the status of the databases to external tools. It's basic, but it works. 3 years ago
striker-file-manager Created the new (and still in development) striker-file-manager to manage files from a Striker dashboard's command line. So far. it will add files only. 3 years ago
striker-get-peer-data * Updated Database->configure_pgsql() to use 'postgresql-setup --initdb --unit postgresql' instead of the deprecaded 'initdb' switch. 3 years ago
striker-initialize-host The theme of this commit is database cleanup and fixes. 4 years ago
striker-manage-install-target Created the new (and still in development) striker-file-manager to manage files from a Striker dashboard's command line. So far. it will add files only. 3 years ago
striker-manage-peers * This rather heavily reworks how database shutdowns works. It adds much more intelligent shutdown, tracking who is using the database, being able to mark a database as "offline" and waiting for users of the database to disconnect before it shuts down. 3 years ago
striker-manage-vnc-pipes fix(tools): correct message_* string keys in striker-manage-vnc-pipes 3 years ago
striker-open-ssh-tunnel fix(cgi-bin): use unspecified instead of loopback address in SSH tunnel 3 years ago
striker-parse-os-list * Cleaned up a lot of logging in anvil-daemon and tools it calls. 4 years ago
striker-parse-oui * Cleaned up a lot of logging in anvil-daemon and tools it calls. 4 years ago
striker-prep-database * This rather heavily reworks how database shutdowns works. It adds much more intelligent shutdown, tracking who is using the database, being able to mark a database as "offline" and waiting for users of the database to disconnect before it shuts down. 3 years ago
striker-purge-target * This contains a fairly major change to how time stamps are handled. All INSERT and UPDATE calls now generate a new timestamp via Database->refresh_timestamp, instead of using 'sys::database::timestamp'. This was done in responce to finding a bug where tables in a database differed in both counts of public and private schemas (ip_addresses table, specifically) that failed to resync because the timestamps were re-used too often. 4 years ago
striker-scan-network The theme of this commit is database cleanup and fixes. 4 years ago
striker-show-db-counts The theme of these commits is improving DB responsiveness. 4 years ago
watch_drbd * Added a really simple DRBD monitoring tool to the repo, will likely remove later. 4 years ago