Local modifications to ClusterLabs/Anvil by Alteeve
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Digimer
24f5d39dff
This is a set of changes all stemming from trying to debug frequent resyncs. More bugs still to be fixed.
...
* Updated Database->get_host_from_uuid() to cache results.
* Fixed a bug in Database->get_storage_group_data where a DELETE wasn't deleting from the history schema as well.
* In Database->resync_databases(), references to the old 'host_uuid' that we used to use to resync just the local host's data was removed. Added also a check where two or more entries in a given history schema had the same modified_date and, when found, the newest entry is preserved and the rest are deleted. Before this, a resync where two+ records had the same modified_time would only sync the last record, leaving a mismatch in history schema entries triggering repeated resyncs.
* Fixed a bug in Email->send_alerts() where the 'alerts' table was being updated without a modified_date being set.
* Fixed a bug in System->test_ipmi() where the 'hosts' table was being updated without a modified_date being set.
* Updated scan-network to clear up old deleted ip_addresses, bonds and bridges. Also fixed bugs where public schema records were being deleted without history records being deleted.
* Updated anvil-update-states to fix bugs where DELETEs were happening without setting the modified_date.
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
Anvil
This is a set of changes all stemming from trying to debug frequent resyncs. More bugs still to be fixed.
3 years ago
cgi-bin
* This rather heavily reworks how database shutdowns works. It adds much more intelligent shutdown, tracking who is using the database, being able to mark a database as "offline" and waiting for users of the database to disconnect before it shuts down.
3 years ago
html
fix(striker-ui): point files link to file-manager
3 years ago
journald.conf.d
[build] first pass at adding a build system to integrate with CI
4 years ago
m4
[build] first pass at adding a build system to integrate with CI
4 years ago
make
[build] first pass at adding a build system to integrate with CI
4 years ago
man
[build] first pass at adding a build system to integrate with CI
4 years ago
ocf
* Updated Network->find_matches() to try to populate the first and second parameters if they're not passed in.
3 years ago
pxe
[build] first pass at adding a build system to integrate with CI
4 years ago
scancore-agents
This is a set of changes all stemming from trying to debug frequent resyncs. More bugs still to be fixed.
3 years ago
scripts
* 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.
4 years ago
share
This is a set of changes all stemming from trying to debug frequent resyncs. More bugs still to be fixed.
3 years ago
striker-ui
build(deps): bump minimist from 1.2.5 to 1.2.6 in /striker-ui
3 years ago
striker-ui-api
build(deps): bump minimist from 1.2.5 to 1.2.6 in /striker-ui-api
3 years ago
tools
This is a set of changes all stemming from trying to debug frequent resyncs. More bugs still to be fixed.
3 years ago
units
fix(units): correct nodejs executable path in striker-ui-api service
3 years ago
.gitignore
[build] first pass at adding a build system to integrate with CI
4 years ago
Makefile.am
build(striker-ui-api): add compressed API executable and its install logic to Makefile
3 years ago
README.md
* Created Job->running() to return '1' when one or more jobs are in progress on the host.
6 years ago
anvil.conf
* Created ScanCore->check_temperature_direct() based around that start logic from ScanCore->post_scan_analysis_striker() temperature check, and updated the later to use the former.
3 years ago
anvil.spec.in
build(striker-ui-api): remove version requirement on nodejs
3 years ago
anvil.version.in
[build] first pass at adding a build system to integrate with CI
4 years ago
autogen.sh
[build] first pass at adding a build system to integrate with CI
4 years ago
configure.ac
build(striker-ui-api): add compressed API executable and its install logic to Makefile
3 years ago
notes
This is a set of changes all stemming from trying to debug frequent resyncs. More bugs still to be fixed.
3 years ago
scancore.README
* Created Cluster->delete_server(), which deletes a server resource from pacemaker (stopping it first, if needed).
4 years ago
watch_logs
** Major Changes **
7 years ago
This will be the repository for the third generation of the Anvil! Intelligent Availability™ platform.
Major components;
The "ScanCore" decision engine and scan agents.
The "Striker" Web interface
Tools for Striker dashboards, Anvil! nodes and DR targets
This project is being designed for RHEL 8, Pacemaker 2, DRBD v9, Corosync 3 and Kronosnet 1.