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 895f1ec262 This fixes a race condition when multiple servers are provisioned at (nearly) the same time. 2 years ago
..
Makefile.am * Created the new anvil-manage-server-storage tool which will specifically handle managing a server's disks. 2 years ago
anvil-access-module docs(tools): add in-script documentation to anvil-access-module 2 years ago
anvil-boot-server This fixes a race condition when multiple servers are provisioned at (nearly) the same time. 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 * Prefixed all 'virsh' calls with 'setsid --wait' to help prevent future hangs if the call happens without a shell. 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 This fixes a race condition when multiple servers are provisioned at (nearly) the same time. 2 years ago
anvil-delete-server This fixes a race condition when multiple servers are provisioned at (nearly) the same time. 2 years ago
anvil-download-file This fixes a race condition when multiple servers are provisioned at (nearly) the same time. 2 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 * Prefixed all 'virsh' calls with 'setsid --wait' to help prevent future hangs if the call happens without a shell. 2 years ago
anvil-join-anvil Typo fix. 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 More logging to debug storage group race condition 2 years ago
anvil-manage-files Added a skip to ignore dot files when looking at new files. 2 years ago
anvil-manage-firewall * Prefixed all 'virsh' calls with 'setsid --wait' to help prevent future hangs if the call happens without a shell. 2 years ago
anvil-manage-host * Updated Cluster->assemble_storage_groups() to remove refrences to anvil_dr1_host_uuid. Also added the logic for auto-adding DR host's VGs to a storage group. Commented it out though as, for now, this might be a bad idea. Needs more thought. 2 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 This fixes a race condition when multiple servers are provisioned at (nearly) the same time. 2 years ago
anvil-manage-server This fixes a race condition when multiple servers are provisioned at (nearly) the same time. 2 years ago
anvil-manage-server-storage This fixes a race condition when multiple servers are provisioned at (nearly) the same time. 2 years ago
anvil-manage-storage-groups More logging to debug storage group race condition 2 years ago
anvil-migrate-server This fixes a race condition when multiple servers are provisioned at (nearly) the same time. 2 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 fixes a race condition when multiple servers are provisioned at (nearly) the same time. 2 years ago
anvil-rename-server This fixes a race condition when multiple servers are provisioned at (nearly) the same time. 2 years ago
anvil-report-usage More logging to debug storage group race condition 2 years ago
anvil-safe-start Updated anvil-safe-start to not give up on starting corosync/pacemaker if it fails on the first try. 2 years ago
anvil-safe-stop This fixes a race condition when multiple servers are provisioned at (nearly) the same time. 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 This fixes a race condition when multiple servers are provisioned at (nearly) the same time. 2 years ago
anvil-sync-shared This fixes a race condition when multiple servers are provisioned at (nearly) the same time. 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 * Prefixed all 'virsh' calls with 'setsid --wait' to help prevent future hangs if the call happens without a shell. 2 years ago
anvil-update-system This fixes a race condition when multiple servers are provisioned at (nearly) the same time. 2 years ago
anvil-version-changes * Removed more references to 'dr1_host_uuid' from the old way of linking DR hosts to Anvil! nodes. 2 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 * Updated fence_pacemaker to no longer use stonith_admin and instead use pcs. This should resolve the main part of issue #279 2 years ago
generate_pm_dispatch_table chore: add dev tool to generate dispatch table from perl modules 3 years ago
scancore This moves the call of anvil-safe-start out of scancore and into a new, dedicated systemd unit that runs on boot only. 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 This fixes a race condition when multiple servers are provisioned at (nearly) the same time. 2 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 Fix a variable quoting bug in Database->locking(). 2 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 * Fixed a bug where, if a specific request to do a DB resync was made but the active_uuid wasn't matching the host, it wouldn't resync. This broke peering Strikers when the peer source was not the active_uuid. 2 years ago
striker-manage-vnc-pipes fix(tools): correct message_* string keys in striker-manage-vnc-pipes 3 years ago
striker-open-ssh-tunnel * Removed more references to 'dr1_host_uuid' from the old way of linking DR hosts to Anvil! nodes. 2 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 This resolves Issue #310. 2 years ago
striker-purge-target * Removed more references to 'dr1_host_uuid' from the old way of linking DR hosts to Anvil! nodes. 2 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
unfence_pacemaker * Updated fence_pacemaker to no longer use stonith_admin and instead use pcs. This should resolve the main part of issue #279 2 years ago
watch_drbd * Added a really simple DRBD monitoring tool to the repo, will likely remove later. 4 years ago