885 Commits (d7a5ce747165970737b287fdec324fe1e3eb7bc3)

Author SHA1 Message Date
Tsu-ba-me 58d09cb08c fix(tools): make server screenshot write to named pipe non-blocking 2 years ago
Tsu-ba-me eb561d6d39 fix(tools): always send to pipe when given request host 2 years ago
Tsu-ba-me 3802c72912 fix(tools): check server state before getting screenshot 2 years ago
Tsu-ba-me a9cc123300 fix(tools): exit at end of anvil-get-server-screenshot 2 years ago
digimer 9751c883cb * 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
digimer 7773e5f9b8 * Updated logging in DRBD->get_devices(). 2 years ago
digimer 56cf100b09 * Added a check to ensure a storage group actually exists before trying to present it to the user. This should resolve issue #299. 2 years ago
digimer 695b274d78 * Fixed a bug in anvil-provision-server wasn't loading the available OS list when provisioning servers. The should resolve issue #296. 2 years ago
digimer 053e5312e1 * Fixed a bug in anvil-manage-dr where protect jobs with multiple potential targets wouldn't know which to use during job runs. 2 years ago
digimer e9f390b65b * Udated RPM spec to add new core requires and add calling 'anvil-version-changes' to core's %post. 2 years ago
digimer e012d6016c Tha major point of this commit is to add the new 'anvil-manage-storage-groups' program that, well, manages storage groups. 2 years ago
digimer 355e5c2c0a * More work done on anvil-manage-dr. It now properly validated a dr host. 2 years ago
digimer f8743a7435 * Further work on anvil-manage-dr. Now properly sanity checks that a valid server is passed. 2 years ago
digimer 1a217d21cf * Updated anvil-manage-dr to provide the ability to link anvil nodes to dr hosts. Also began work on making it work with the new DR links system. 2 years ago
digimer 16fc4e131c * 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
digimer 985338a064 Fixed typo that broke compilation. 2 years ago
digimer 98c3868870 * 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
digimer 0318b4bbe9 * Fixed (the very incomplete) anvil-manage-firewall so that it would clear a job, if a job was assigned to it. 2 years ago
digimer ff69916a85 * Applied typo fixed from PR #286 (thanks, Deezzir!). Also moved all the raw prints into words.xml. 2 years ago
digimer 64bb5ab8e1 * Updated striker to only complain about unconfigured networks on nodes, not DR hosts. 2 years ago
digimer b8b4352117 * Added support for Migration Network configs in old striker and anvil-configure-host 2 years ago
digimer a3988cc3e5 * Added System->configure_logind() to ensure that nodes are configured to ignore ACPI power button events so that IPMI-based fences work immediately. 2 years ago
digimer dfa93a1837 * Added 'setsid' to all 'virsh' calls as nested calls (ie: crm_resource -> ocf:alteeve:server -> virsh) would fail because virsh couldn't connect to a terminal. See: 2 years ago
digimer 192cee090b * Removed an unused code block. 2 years ago
digimer b666caec64 * Updated anvil-provision-server to handle startup when the peer doesn't create/connect it's DRBD resource (ie: node is offline). 2 years ago
digimer a5cee52153 * Fixed a bug in DRBD->get_devices() where old test host UUIDs were left hard-coded. 2 years ago
digimer 65a483273e * Updated anvil-version-changes to connect to the database with 'sensitive' so that the connection is unlikely to fail if schema changes are needed for normal operation. 2 years ago
Digimer 4d5dd8c6fa * Finished adding support for manually selecting a network with --network in anvil-provision-server. 2 years ago
Digimer 6d59399c73 * Updated the short OS list. 2 years ago
Digimer 9194eb3d09 * Updated System->check_if_configured() to record that a host is configured in /etc/anvil to make the system auto-mark as configured if the host is removed from the DB (or, more specifically, variables -> system::configured is lost). 2 years ago
Digimer f9ca6fb170 * This adds the new anvil-version-change tool which anvil-daemon will call on startup to handle checks for changes made over releases/updates. 2 years ago
Digimer 33b4516dea Fix a variable quoting bug in Database->locking(). 2 years ago
Digimer 4fa8d7a446 * This completes the rework of DRBD triggered fencing to use / clear location constraints instead of triggering a power fence. 2 years ago
Digimer 4ba1982183 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
Tsu-ba-me 9d418b276a build(tools): remove renamed striker-access-database script from Makefile 2 years ago
Tsu-ba-me 44acfe3e28 docs(tools): add in-script documentation to anvil-access-module 2 years ago
Tsu-ba-me 2e5edfdcf0 fix(tools): return complete subroutine results in anvil-access-module 2 years ago
Tsu-ba-me 0284434815 fix(tools): allow subroutine execution before reading $anvil->data 2 years ago
Tsu-ba-me e988dcedde fix(tools): expose $anvil->data given specific target structure 2 years ago
Tsu-ba-me 809a7e2951 fix(tools): add anvil-access-module switch to output $anvil->data 2 years ago
Tsu-ba-me a7b80b2e36 fix(tools): parse switches in anvil-configure-host 2 years ago
Tsu-ba-me bb02d556d4 fix(tools): add output file id switch to anvil-get-server-screenshot 2 years ago
Tsu-ba-me e5fc75f306 fix(tools): fetch and send server screenshot from node to striker that made the request 2 years ago
Tsu-ba-me e14b1fc93e fix(tools): use absolute paths in anvil-get-server-screenshot 2 years ago
Tsu-ba-me 4b03be4bc3 fix(tools): restrict get server screenshot output to stdout 2 years ago
Tsu-ba-me 2c1f400222 fix(tools): avoid using undef resize args when getting server screenshot 2 years ago
Tsu-ba-me 7b14433588 fix(tools): always convert server screenshot to PNG 2 years ago
Tsu-ba-me 374f88acb7 fix(tools): use --quiet when getting server screenshot 2 years ago
Tsu-ba-me a7a2cc70d7 fix(tools): striker-access-database->anvil->access->module; execute any sub on any module 2 years ago
Digimer 6eb99a2168 * FInished the anvil-manage-alerts tool. It can now send test alerts at a user-requested alert level. 2 years ago