anvil/tools
digimer 8ff40ec42c * Fixed a SQL query bug in Database->get_drbd_data().
* Got more work done on anvil-manage-server-storage; Now shows DRBD resource size, backing LV and size, and calculates/displayes metadata size.

Signed-off-by: digimer <mkelly@alteeve.ca>
2023-03-26 02:09:52 -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 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. 2022-11-29 22:17:12 -05: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 * Created the new anvil-manage-server-storage tool which will specifically handle managing a server's disks. 2023-02-03 22:05:34 -05:00
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. 2022-08-03 23:38:56 -04:00
anvil-download-file
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 * 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-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 * 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-files This should fix the tracking of what files belong where, using the new DR links system. It also should finish (though testing is still needed) the serial rsync issue. 2023-02-22 02:13:19 -05: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 * 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 * 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-server-storage * Fixed a SQL query bug in Database->get_drbd_data(). 2023-03-26 02:09:52 -04:00
anvil-manage-storage-groups * Fixed a bug in anvil-provision-server wasn't loading the available OS list when provisioning servers. The should resolve issue #296. 2023-01-20 23:47:04 -05:00
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. 2022-07-02 17:06:04 -04:00
anvil-network-profiler Added the new 'anvil-network-profiler' tool. 2022-07-19 21:16:46 -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 virt-install should not --wait on VM to be provisioned 2023-03-24 01:27:15 -04:00
anvil-rename-server * 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-report-usage * Fixed a bug in DRBD->get_devices() where old test host UUIDs were left hard-coded. 2023-01-04 22:58:28 -05: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 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. 2022-09-21 23:35:06 -04:00
anvil-scan-network
anvil-show-local-ips Removed the '--' gateway holder to make it more consistent with the rest of the output. 2022-04-26 20:29:37 -04:00
anvil-shutdown-server
anvil-sync-shared Fixed a bug in Storage->push_file() where file path wasn't updated from incoming to files, preventing the push to other hosts from working. Also fixed a minor issue where the file size was sometimes 0, making transfer calculations useless. 2023-02-22 13:21:29 -05:00
anvil-test-alerts * Updated Network->find_matches() to try to populate the first and second parameters if they're not passed in. 2022-05-20 10:28:21 -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
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 Fixed a variable substitution bug. 2022-02-24 22:25:37 -05:00
anvil-version-changes This commit has more changes than I would normally like, but it's all linked to changing file uploads to rsync serially. 2023-02-14 02:29:40 -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 * Fixed a bug where Database resync's where trying to resync tables without history schema entries. 2022-06-08 21:27:41 -04:00
fence_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
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 * Created the new anvil-manage-server-storage tool which will specifically handle managing a server's disks. 2023-02-03 22:05:34 -05:00
scancore * Added the alteeve-repo-setup man page and updated it to show that when called with '-h'. 2022-08-02 14:31:46 -04:00
striker-auto-initialize-all Small logging fix to striker-auto-initialize-all. 2022-06-17 16:43:50 -04:00
striker-auto-initialize-all.example
striker-boot-machine
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 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 This is another big commit with a lot of DB work. Getting closer to sorting out the frequent resyncs. 2022-06-16 20:10:43 -04:00
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 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 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. 2022-04-01 17:34:34 -04:00
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. 2022-07-29 16:56:40 -04:00
striker-prep-database This resolves Issue #310. 2023-03-20 23:43:40 -04:00
striker-purge-target This commit has more changes than I would normally like, but it's all linked to changing file uploads to rsync serially. 2023-02-14 02:29:40 -05:00
striker-scan-network * Fixed a bug in striker-scan-network where the scan wasn't running properly when no network was specifically given. 2022-04-08 18:54:55 -04:00
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