anvil/tools
Digimer 3f1c2dd38f * Couple of small cleanups for fence_delay.
Signed-off-by: Digimer <digimer@alteeve.ca>
2021-07-26 15:47:26 -04:00
..
anvil-boot-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. 2021-04-19 00:32:13 -04:00
anvil-change-password
anvil-check-memory
anvil-configure-host * Fixed a typo causing anvil-manage-power to not compile. 2021-06-25 21:40:55 -04:00
anvil-cycle-vm-nics
anvil-daemon * Disabled debug logging in anvil-daemon. 2021-06-30 02:36:06 -04:00
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. 2021-06-30 14:58:36 -04:00
anvil-download-file
anvil-file-details
anvil-join-anvil * WIP - Fixing a bug in scan-network where vnet devices aren't being recorded against their bridge. 2021-07-15 00:42:47 -04:00
anvil-maintenance-mode
anvil-manage-files * Several bugs fixed and enhancements; 2021-05-24 00:09:32 -04:00
anvil-manage-firewall
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. 2021-06-05 19:07:25 -04:00
anvil-manage-power * Fixed a bug in anvil-daemon where, when an anvil-manage-power reboot run had triggered a reboot, anvil-daemon didn't set the job_progress to '100', causing constant reboots. Also fixed a bug where the log level was hard-set to '1' instead of '2' needed during debugging. 2021-06-28 20:04:11 -04:00
anvil-manage-server * Updated fence_delay to set the ownership of the log file to 'hacluster:haclient'. This should address https://github.com/digimer/fence_delay/issues/1 2021-07-26 15:35:04 -04:00
anvil-migrate-server * Made good progress on anvil-safe-stop. It will now stop or migrate servers (testing needed). 2021-04-23 00:04:20 -04:00
anvil-parse-fence-agents
anvil-provision-server Added a couple notes for later dev. 2021-07-16 11:13:48 -04:00
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. 2021-06-08 15:23:15 -04:00
anvil-safe-start * Several bugs fixed and enhancements; 2021-05-24 00:09:32 -04:00
anvil-safe-stop * To address issues with scancore debugging, we needed a tool to purge old anvils and hosts from the database. The 'test.pl' in this commit contains the new logic that will be merged into tools/striker-purge-host shortly. 2021-05-08 02:02:46 -04:00
anvil-scan-network
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. 2021-04-19 00:32:13 -04:00
anvil-sync-shared * Several bugs fixed and enhancements; 2021-05-24 00:09:32 -04:00
anvil-update-issue
anvil-update-states * Fixed a typo causing anvil-manage-power to not compile. 2021-06-25 21:40:55 -04:00
anvil-update-system * Added more logging while chasing a function test bug. 2021-06-08 23:56:48 -04:00
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. 2021-06-13 13:33:51 -04:00
fence_delay * Couple of small cleanups for fence_delay. 2021-07-26 15:47:26 -04:00
fence_pacemaker * Increaded the scancore agent run timeout to 60 seconds. 2021-05-15 00:12:43 -04:00
Makefile.am The theme of these commits is improving DB responsiveness. 2021-05-29 23:34:22 -04:00
scancore * Updated Tools->catch_sig() to use return code 0 instead of 255 so that systemd doesn't think our daemons failed on stop. 2021-06-05 14:32:26 -04:00
striker-auto-initialize-all * In the never-ending attempt to resolve the build consistency issues, this commit enables extra debugging logging and, hopefully, implements a fix in anvil-daemon where a job could be started repeatedly. 2021-06-22 16:12:12 -04:00
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. 2021-03-10 20:35:05 -05:00
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. 2021-05-01 19:49:27 -04:00
striker-get-peer-data The theme of this commit is database cleanup and fixes. 2021-05-30 15:16:25 -04:00
striker-initialize-host The theme of this commit is database cleanup and fixes. 2021-05-30 15:16:25 -04:00
striker-manage-install-target Switch to kmod-drdb 2021-06-27 07:36:36 +02:00
striker-manage-peers The theme of this commit is database cleanup and fixes. 2021-05-30 15:16:25 -04:00
striker-parse-os-list
striker-parse-oui
striker-prep-database * Fixed a couple logging bugs. 2021-06-23 18:22:55 -04:00
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. 2021-06-08 15:23:15 -04:00
striker-scan-network The theme of this commit is database cleanup and fixes. 2021-05-30 15:16:25 -04:00
striker-show-db-counts The theme of these commits is improving DB responsiveness. 2021-05-29 23:34:22 -04:00
watch_drbd