..
Makefile.am
* Updated System->check_ram_use() to set the maximum RAM based on the host type, and set those values in _set_default() so that the user can override if they want.
2 years ago
anvil-boot-server
This is the start of a set of changes needed to rework how we handle DRBD fence requests, so that they create location constraints instead of triggering a full stonith fence.
2 years ago
anvil-change-password
* Adds the anvil-boot-server man page.
2 years ago
anvil-check-memory
* Added the man page for anvil-check-memory
2 years ago
anvil-configure-host
* Fixed a bug in anvil-configure-host where if the same MAC address was assigned to two interfaces, it would cause an endless reboot loop.
2 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
* Renamed the 'notifications' table to 'alert-override', better reflecting what it does.
2 years ago
anvil-delete-server
* Updated scan-network to check for inactive or activating interfaces and manually bring them up, if the uptime is less than 10 minutes.
2 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
Added 'system::all::configured' to anvil-join-anvil to mark an explicit end of config.
2 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-alerts
* FInished the anvil-manage-alerts tool. It can now send test alerts at a user-requested alert level.
2 years ago
anvil-manage-dr
* Fixed a bug in DRBD->gather_data() to remove trailing commas for existing TCP ports.
2 years ago
anvil-manage-files
* Updated Get->switches() to always support job-uuid.
2 years ago
anvil-manage-firewall
* Disabled firewalling for now. There appears to be an issue starting up with DRBD.
2 years ago
anvil-manage-host
* Fixed a bug where resync'ing the database was missing tables.
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
* 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.
3 years ago
anvil-manage-server
This is the start of a set of changes needed to rework how we handle DRBD fence requests, so that they create location constraints instead of triggering a full stonith fence.
2 years ago
anvil-migrate-server
This is the first attempt at enabling firewalld completely. There is a decent chance that problems exist, so it won't be a surprise if a few more commits are needed to this branch before things work.
3 years ago
anvil-network-profiler
Added the new 'anvil-network-profiler' tool.
2 years ago
anvil-parse-fence-agents
Fixed bugs related to automatic database startup and conditional backup loading.
3 years ago
anvil-provision-server
This is the start of a set of changes needed to rework how we handle DRBD fence requests, so that they create location constraints instead of triggering a full stonith fence.
2 years ago
anvil-rename-server
* Fixed a bug where resync'ing the database was missing tables.
3 years ago
anvil-report-usage
Created the new anvil-show-local-ips that shows the IPs on the host in an easier to read format, compared to 'ip addr list'.
3 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
This adds support (testing needed) for "Long-Throw" DR; which is a wrapper for using 'drbd-proxy' to provide larger transmit buffers so slow/high-latency DR hosts.
2 years ago
anvil-scan-network
* Cleaned up a lot of logging in anvil-daemon and tools it calls.
4 years ago
anvil-show-local-ips
Removed the '--' gateway holder to make it more consistent with the rest of the output.
3 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
* Fixed a couple bugs in anvil-manage-files where a file moved from incoming to files or definitions wasn't having the directory updated properly in the database. Also made an explicit check when looking for missing files to check to see if the file exists in another managed directory and, if so and if a striker, update the DB.
2 years ago
anvil-test-alerts
* Updated Network->find_matches() to try to populate the first and second parameters if they're not passed in.
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
* Cleaned up some old 'die' calls with better nice_exit() calls to help avoid dangling db_in_use flags.
2 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
* Fixed a bug where Database resync's where trying to resync tables without history schema entries.
3 years ago
fence_pacemaker
This is the start of a set of changes needed to rework how we handle DRBD fence requests, so that they create location constraints instead of triggering a full stonith fence.
2 years ago
generate_pm_dispatch_table
chore: add dev tool to generate dispatch table from perl modules
3 years ago
scancore
* Added the alteeve-repo-setup man page and updated it to show that when called with '-h'.
2 years ago
striker-access-database
* Fixed a bug where setting the db_in_use flag without a valid $ENV{_}.
2 years ago
striker-auto-initialize-all
Small logging fix to striker-auto-initialize-all.
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
* Fixed a bug where deleting ports from a fence device in an Install Manifest would not cause the fence methods to be removed from the associated cluster.
2 years ago
striker-manage-install-target
This is another big commit with a lot of DB work. Getting closer to sorting out the frequent resyncs.
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
Updated striker-parse-os-list to now take '--all' and '--xml' to show the list of OSes available to optmize VMs for in a simple machine-parsable format or XML, and to show only the OSes not in the words file yet, or all OSes.
3 years ago
striker-parse-oui
* Updated Get->switches() to take 'list' and 'man' parameters. With list, the passed in switches can be checked to ensure they're valid. With 'man', if set to the name of a man page (usually $THIS_FILE) will be displayed if --help, -h or -? are used.
2 years ago
striker-prep-database
Disabled striker-prep-databas and set Database->configure_pgsql() calls to use debug => 2.
2 years ago
striker-purge-target
* Added network_interfaces, bonds, bridges and ip_addresses tables to the age-out list.
3 years ago
striker-scan-network
* Fixed a bug in striker-scan-network where the scan wasn't running properly when no network was specifically given.
3 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