anvil/cgi-bin
Digimer 41cd1e0319 * Several bugs fixed and enhancements;
* DRBD is now configured to a ping-timeout of 3 seconds.
* Created Log->switches() that returnes the command line switches used by Anvil! tool command line calls based on the active log levels / secure logging. Appended this to all invocations of our tools.
* Updated Database->resync_databases() to now only skip 'jobs' and 'variables' tables with less than 10 record differences. All other differences will trigger a resync.
* Created System->_check_anvil_conf() that, as you might guess, checks in anvil.conf exists and created it (using defaults), if not. It also checks to see if the 'admin' group and user exists and creates them, if not.
* Updated anvil-daemon to check anvil.conf on start up and in each loop. Created the function check_journald() that checks (and sets, if needed) that journald logging is persistent.
* Made striker-manage-peers to check_if_configured on the Database->connect() when updating anvil.conf and the target UUID is the local machine. Also created a loop to make the reconnection a lot more robust.

Signed-off-by: Digimer <digimer@alteeve.ca>
2021-05-24 00:09:32 -04:00
..
cold_stop * Updated Cluster->assemble_storage_groups() and Cluster->anvil_name_from_uuid() and ->available_resources() to try to detect the anvil_uuid if not passed in. 2021-03-16 02:40:50 -04:00
get_anvil_status
get_anvils
get_cpu * THe get_cpu endpoint was completed. 2021-04-09 20:51:29 -04:00
get_memory * THe get_cpu endpoint was completed. 2021-04-09 20:51:29 -04:00
get_replicated_storage * Fixed a bug in Cluster->assemble_storage_groups() where, if a group is created during an anvil-provision-server run, the group would get created multiple times. 2021-04-15 18:51:10 -04:00
get_servers * Finished the 'get_X' enpoints so far defined. Added get_servers and completed get_status 2021-04-11 16:26:42 -04:00
get_shared_storage * THe get_cpu endpoint was completed. 2021-04-09 20:51:29 -04:00
get_status * Finished the 'get_X' enpoints so far defined. Added get_servers and completed get_status 2021-04-11 16:26:42 -04:00
Makefile.am * Finished the 'get_X' enpoints so far defined. Added get_servers and completed get_status 2021-04-11 16:26:42 -04:00
set_membership * Updated Cluster->assemble_storage_groups() and Cluster->anvil_name_from_uuid() and ->available_resources() to try to detect the anvil_uuid if not passed in. 2021-03-16 02:40:50 -04:00
set_power * This commit started with work on webui endpoint set_power, but then switched to scancore debugging and I neglected to switch branches. 2021-05-02 21:40:48 -04:00
striker * Several bugs fixed and enhancements; 2021-05-24 00:09:32 -04:00
upload.pl