anvil/tools
2023-06-16 11:43:49 -04:00
..
anvil-access-module docs(tools): add in-script documentation to anvil-access-module 2022-11-28 20:09:41 -05:00
anvil-boot-server This fixes a race condition when multiple servers are provisioned at (nearly) the same time. 2023-04-28 00:19:53 -04:00
anvil-change-password * Adds the anvil-boot-server man page. 2022-08-02 19:09:57 -04:00
anvil-check-memory * Added the man page for anvil-check-memory 2022-08-02 20:26:54 -04:00
anvil-configure-host * Prefixed all 'virsh' calls with 'setsid --wait' to help prevent future hangs if the call happens without a shell. 2023-03-03 14:42:28 -05:00
anvil-cycle-vm-nics
anvil-daemon Updated anvil-daemon's new job launching logic to allow the restart of a running job that failed out early. 2023-06-16 11:43:49 -04:00
anvil-delete-server * Updated Cluster->add_server() to set the preferred host based first on if the server is running on a node, and if not, on the primary node (where before it defaulted to node 1). 2023-06-11 23:46:21 -04:00
anvil-download-file This fixes a race condition when multiple servers are provisioned at (nearly) the same time. 2023-04-28 00:19:53 -04:00
anvil-file-details
anvil-get-server-screenshot * Prefixed all 'virsh' calls with 'setsid --wait' to help prevent future hangs if the call happens without a shell. 2023-03-03 14:42:28 -05:00
anvil-join-anvil Typo fix. 2023-04-18 12:32:52 -04:00
anvil-maintenance-mode
anvil-manage-alerts * FInished the anvil-manage-alerts tool. It can now send test alerts at a user-requested alert level. 2022-11-22 01:10:53 -05:00
anvil-manage-dr More logging to debug storage group race condition 2023-04-18 19:14:59 -04:00
anvil-manage-files Added a skip to ignore dot files when looking at new files. 2023-04-19 12:36:05 -04:00
anvil-manage-firewall * Prefixed all 'virsh' calls with 'setsid --wait' to help prevent future hangs if the call happens without a shell. 2023-03-03 14:42:28 -05:00
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. 2023-02-01 23:19:38 -05:00
anvil-manage-keys
anvil-manage-power This fixes a race condition when multiple servers are provisioned at (nearly) the same time. 2023-04-28 00:19:53 -04:00
anvil-manage-server This fixes a race condition when multiple servers are provisioned at (nearly) the same time. 2023-04-28 00:19:53 -04:00
anvil-manage-server-storage This fixes a race condition when multiple servers are provisioned at (nearly) the same time. 2023-04-28 00:19:53 -04:00
anvil-manage-storage-groups * This adds the new 'file_locations' -> 'file_location_ready' column and associated methods. This is set to TRUE/1 when the file referenced is found on disk and it is the expected size and md5sum. This is meant to allow programs to wait/watch or a file to be ready if they need to use it. Files are now checked periodically via anvil-daemon. 2023-05-04 00:05:56 -04:00
anvil-migrate-server This fixes a race condition when multiple servers are provisioned at (nearly) the same time. 2023-04-28 00:19:53 -04:00
anvil-network-profiler
anvil-parse-fence-agents
anvil-provision-server * Updated Cluster->add_server() to set the preferred host based first on if the server is running on a node, and if not, on the primary node (where before it defaulted to node 1). 2023-06-11 23:46:21 -04:00
anvil-rename-server This fixes a race condition when multiple servers are provisioned at (nearly) the same time. 2023-04-28 00:19:53 -04:00
anvil-report-usage More logging to debug storage group race condition 2023-04-18 19:14:59 -04:00
anvil-safe-start Updated anvil-safe-start to not give up on starting corosync/pacemaker if it fails on the first try. 2023-04-18 14:33:58 -04:00
anvil-safe-stop This fixes a race condition when multiple servers are provisioned at (nearly) the same time. 2023-04-28 00:19:53 -04:00
anvil-scan-network
anvil-show-local-ips
anvil-shutdown-server This fixes a race condition when multiple servers are provisioned at (nearly) the same time. 2023-04-28 00:19:53 -04:00
anvil-sync-shared This fixes a race condition when multiple servers are provisioned at (nearly) the same time. 2023-04-28 00:19:53 -04:00
anvil-test-alerts
anvil-update-definition
anvil-update-issue
anvil-update-states * Prefixed all 'virsh' calls with 'setsid --wait' to help prevent future hangs if the call happens without a shell. 2023-03-03 14:42:28 -05:00
anvil-update-system This fixes a race condition when multiple servers are provisioned at (nearly) the same time. 2023-04-28 00:19:53 -04:00
anvil-version-changes * Fixes issue #329; When multiple attributes exist when checking if we're in maintenance mode in fence_pacemaker, the expected hash reference was actually an array reference. 2023-05-08 15:03:29 -04:00
anvil-watch-bonds
anvil-watch-power Updated anvil-daemon's new job launching logic to allow the restart of a running job that failed out early. 2023-06-16 11:43:49 -04:00
fence_delay
fence_pacemaker * Fixes issue #329; When multiple attributes exist when checking if we're in maintenance mode in fence_pacemaker, the expected hash reference was actually an array reference. 2023-05-08 15:03:29 -04:00
generate_pm_dispatch_table
Makefile.am * Added anvil-watch-power to the makefile. 2023-06-15 10:17:02 -04:00
scancore This moves the call of anvil-safe-start out of scancore and into a new, dedicated systemd unit that runs on boot only. 2023-04-12 22:26:15 -04:00
striker-auto-initialize-all
striker-auto-initialize-all.example
striker-boot-machine This fixes a race condition when multiple servers are provisioned at (nearly) the same time. 2023-04-28 00:19:53 -04:00
striker-db-report
striker-db-status
striker-file-manager
striker-get-peer-data Fix a variable quoting bug in Database->locking(). 2022-12-07 18:52:51 -05:00
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. 2022-10-20 22:33:41 -04:00
striker-manage-install-target
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. 2023-01-18 22:53:15 -05:00
striker-manage-vnc-pipes
striker-open-ssh-tunnel * Removed more references to 'dr1_host_uuid' from the old way of linking DR hosts to Anvil! nodes. 2023-03-30 12:50:44 -04:00
striker-parse-os-list
striker-parse-oui
striker-prep-database * Fixed a typo in anvil-daemon that prevented compiling. 2023-05-04 11:14:23 -04:00
striker-purge-target * Removed more references to 'dr1_host_uuid' from the old way of linking DR hosts to Anvil! nodes. 2023-03-30 12:50:44 -04:00
striker-scan-network
striker-show-db-counts
unfence_pacemaker * Updated fence_pacemaker to no longer use stonith_admin and instead use pcs. This should resolve the main part of issue #279 2023-01-18 00:22:03 -05:00
watch_drbd