anvil/cgi-bin
Digimer 80bdac8e34 * Updated the pacemaker server config to drop the stop timeout to 5 minutes and the migration timeout to 10 minutes. This will avoid blocking the entire cluster when a stop or migrate operation times out. Will update scan-server to clean these up when they happen.
* Updated Database->archive_table() and ->_find_behind_databases() to loop through connected databases, instead of configured databases.
* Updated Network->get_ips() to only record the real MAC addresses on network interfaces (not bonds or bridges) in the "network::${host}::interface::${in_iface}::mac_address" hash. This should help avoid reboot loops caused by anvil-configure-host thinking the network needs to be reconfigured when it doesn't actually need to be.

Signed-off-by: Digimer <digimer@alteeve.ca>
2021-06-11 03:17:07 -04:00
..
get_anvil_status * The work on PXE / UEFI support is broken, and will be set aside for the time being. The commit here is working to getting things fixed, but it's taking too much time away from more pressing issues. 2021-02-16 17:32:43 -05:00
get_anvils fix(cgi-bin): move error string key to 0307 2021-06-04 19:00:34 -04:00
get_cpu fix(cgi-bin): add login cookie guard to get_cpu 2021-06-04 19:00:34 -04:00
get_filesystems chore(cgi-bin): rename existing get_shared_storage->get_filesystems 2021-06-03 11:26:32 -04:00
get_memory fix(cgi-bin): correct reserved memory constant to 8GiB 2021-06-04 19:41:09 -04:00
get_networks fix(cgi-bin): add login cookie guard to get_networks 2021-06-04 19:13:25 -04:00
get_replicated_storage fix(cgi-bin): add login cookie guard to get_replicated_storage 2021-06-04 19:14:33 -04:00
get_servers fix(cgi-bin): add login cookie guard to get_servers 2021-06-04 19:15:13 -04:00
get_shared_storage fix(cgi-bin): add login cookie guard to get_shared_storage 2021-06-04 19:16:04 -04:00
get_status fix(cgi-bin): add login cookie guard to get_status 2021-06-04 19:16:51 -04:00
Makefile.am build(cgi-bin): exclude get_anvil_status endpoint 2021-06-04 12:11:48 -04:00
set_membership fix(cgi-bin): add login cookie guard to set_membership 2021-06-04 19:17:49 -04:00
set_power fix(cgi-bin): add login cookie guard to set_power 2021-06-04 19:18:28 -04:00
striker * Updated the pacemaker server config to drop the stop timeout to 5 minutes and the migration timeout to 10 minutes. This will avoid blocking the entire cluster when a stop or migrate operation times out. Will update scan-server to clean these up when they happen. 2021-06-11 03:17:07 -04:00
upload.pl