..
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
* Cleaned up a lot of logging in anvil-daemon and tools it calls.
2021-02-08 13:39:34 -05:00
anvil-check-memory
* Cleaned up a lot of logging in anvil-daemon and tools it calls.
2021-02-08 13:39:34 -05:00
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
* Updated System->check_firewall to use firewall-cmd and the contents of iptables-save is not available/reliable under RHEL8.
2019-01-23 19:54:01 -05:00
anvil-daemon
Removed a stray debug die.
2021-10-10 22:31:23 -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
* Cleaned up a lot of logging in anvil-daemon and tools it calls.
2021-02-08 13:39:34 -05:00
anvil-file-details
* Cleaned up a lot of logging in anvil-daemon and tools it calls.
2021-02-08 13:39:34 -05:00
anvil-get-server-screenshot
fix(tools): save screenshots to states table
2021-09-03 16:21:55 -04:00
anvil-join-anvil
Fixed a race condition where configuring the IPMI BMC would appear to fail because the BMC wouldn't report the user list after a cold reset.
2021-08-25 21:02:00 -04:00
anvil-maintenance-mode
* Improved infinite loop handling in Log->entry, but broke the Striker UI in the process. To be fixed next...
2019-01-18 03:19:36 -05:00
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.
2021-09-25 10:01:03 -04:00
anvil-manage-files
* Several bugs fixed and enhancements;
2021-05-24 00:09:32 -04:00
anvil-manage-firewall
Fixed bugs related to automatic database startup and conditional backup loading.
2021-09-19 14:06:18 -04:00
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 ScanCore to boot a node that is off without a stop reason.
2021-08-07 14:01:14 -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
Fixed bugs related to automatic database startup and conditional backup loading.
2021-09-19 14:06:18 -04:00
anvil-provision-server
* Updated Network->get_ips() to check for 'permaddr' when processing 'ip addr list' to ensure the partmanent MAC is used.
2021-10-07 17:10:25 -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
* Fixed bugs around ScanCore->check_power() so that it now returns time on batteries and highest charge are returned properly.
2021-10-11 21:57:35 -04:00
anvil-safe-stop
* Updated ScanCore to boot a node that is off without a stop reason.
2021-08-07 14:01:14 -04:00
anvil-scan-network
* Cleaned up a lot of logging in anvil-daemon and tools it calls.
2021-02-08 13:39:34 -05:00
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-definition
Updated anvil-parse-fence-agents to validate each fence agent's metadata is valid before adding it to the unified XML.
2021-08-19 00:58:26 -04:00
anvil-update-issue
* Updated kickstart to write the basic tools/anvil-update-issue to a freshly installed machine and run it from cron.
2019-09-24 23:35:31 -04:00
anvil-update-states
Updated anvil-update-states to use the permanent MAC addresses, as done in scan-network. Updated Network->get_ips() to do the same.
2021-10-11 02:57:45 -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
build(tools): add anvil-get-server-screenshot script to build
2021-09-03 16:21:55 -04:00
scancore
Fixed a race condition where configuring the IPMI BMC would appear to fail because the BMC wouldn't report the user list after a cold reset.
2021-08-25 21:02:00 -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
* Resolved a words.xml conflict.
2021-09-20 11:32:45 -04:00
striker-manage-peers
The theme of this commit is database cleanup and fixes.
2021-05-30 15:16:25 -04:00
striker-manage-vnc-pipes
fix(tools): correct message_* string keys in striker-manage-vnc-pipes
2021-08-04 13:53:44 -04:00
striker-open-ssh-tunnel
fix(cgi-bin): use unspecified instead of loopback address in SSH tunnel
2021-08-04 13:40:02 -04:00
striker-parse-os-list
* Cleaned up a lot of logging in anvil-daemon and tools it calls.
2021-02-08 13:39:34 -05:00
striker-parse-oui
* Cleaned up a lot of logging in anvil-daemon and tools it calls.
2021-02-08 13:39:34 -05:00
striker-prep-database
* Reworked how databases are stopped, now being handled in anvil-daemon. This way, initial starts will still do traditional resyncs, then shut down. This should allow the best of both worlds, where data is not lost on striker start/stop loss/recovery, but operate normally otherwise without delays.
2021-09-18 22:33:31 -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
* Added a really simple DRBD monitoring tool to the repo, will likely remove later.
2020-12-06 22:56:53 -05:00