.. |
anvil-boot-server
|
* Fixed a bug in Convert->format_mmddyy_to_yymmdd() where being passed '--' didn't return the same.
|
2022-01-18 02:38:50 -05: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
|
* Fixed a bug in Convert->format_mmddyy_to_yymmdd() where being passed '--' didn't return the same.
|
2022-01-18 02:38:50 -05:00 |
anvil-configure-host
|
Fixed a variable substitution bug.
|
2022-02-24 22:25:37 -05:00 |
anvil-cycle-vm-nics
|
|
|
anvil-daemon
|
* Changed 'anvil-manage-power' to no longer set the job progress to 50 prior to calling a reboot. It now sets to 100 immediately. Also reduced the uptime timer to five minutes from ten.
|
2022-03-16 00:35:26 -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 bug in System->check_ssh_keys where the 'admin' user's RSA keys were owned by root.
|
2022-01-20 14:13:27 -05:00 |
anvil-maintenance-mode
|
|
|
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
|
* Changed 'anvil-manage-power' to no longer set the job progress to 50 prior to calling a reboot. It now sets to 100 immediately. Also reduced the uptime timer to five minutes from ten.
|
2022-03-16 00:35:26 -04:00 |
anvil-manage-server
|
* Updated Database->configure_pgsql() to use 'postgresql-setup --initdb --unit postgresql' instead of the deprecaded 'initdb' switch.
|
2021-10-28 12:07:36 -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 a bug in Convert->format_mmddyy_to_yymmdd() where being passed '--' didn't return the same.
|
2022-01-18 02:38:50 -05:00 |
anvil-safe-stop
|
Fixed a variable substitution bug.
|
2022-02-24 22:25:37 -05: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
|
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.
|
2021-12-01 18:43:50 -05: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
|
|
|
anvil-update-states
|
* Fixed a bug where ethtool's Media type contained tab characters that broke JSON when configuring the netowrk interfaces.
|
2022-01-03 17:06:56 -05:00 |
anvil-update-system
|
Fixed a variable substitution bug.
|
2022-02-24 22:25:37 -05: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 |
generate_pm_dispatch_table
|
chore: add dev tool to generate dispatch table from perl modules
|
2022-03-18 22:50:40 -04:00 |
Makefile.am
|
Ship striker-db-status
|
2022-03-15 05:50:32 +01:00 |
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.
|
2022-02-05 22:08:06 -05:00 |
striker-access-database
|
fix(tools): allow striker-access-database to process and execute DB subs
|
2022-03-18 22:50:40 -04:00 |
striker-auto-initialize-all
|
* Changed 'anvil-manage-power' to no longer set the job progress to 50 prior to calling a reboot. It now sets to 100 immediately. Also reduced the uptime timer to five minutes from ten.
|
2022-03-16 00:35:26 -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-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.
|
2022-01-13 21:07:25 -05:00 |
striker-db-status
|
Created 'striker-db-status' that reports the status of the databases to external tools. It's basic, but it works.
|
2022-03-14 16:41:37 -04:00 |
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.
|
2021-12-01 18:43:50 -05:00 |
striker-get-peer-data
|
* Updated Database->configure_pgsql() to use 'postgresql-setup --initdb --unit postgresql' instead of the deprecaded 'initdb' switch.
|
2021-10-28 12:07:36 -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
|
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.
|
2021-12-01 18:43:50 -05:00 |
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.
|
2022-03-14 16:41:37 -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
|
Updated striker-prep-database to stop -> start postgres post-configure, and to connect -> disconnect to run the schema load logic.
|
2022-03-16 13:59:21 -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
|
|
|