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.
Madison Kelly
922899ea78
* WIP: Working on a new method of failing over between which Striker is the active database, instead of running N-number of databases all the time.
...
* Created Database->backup_database() that creates a pg_dump of the active database.
* Created Database->load_database() that loads the database from a flat file, optionally creating a backup before doing so, and using iptables to block access during the process.
* Updated Database->configure_pgsql() to not start the postgresql daemon unless it just initialized the DB.
* Much work, not yet complete, to Database->connect() to stop after the first successful connection. Added logic that, if not connection was established and the host is a Striker, to load a peer's backup, if it exists, and then start the local daemon.
* Updated anvil-daemon to now have a section to run tasks on a ten minute cycle, which will later be used for the primary Striker to dump / copy its database to peer(s).
Signed-off-by: Madison Kelly <mkelly@alteeve.ca>
3 years ago
Anvil
* WIP: Working on a new method of failing over between which Striker is the active database, instead of running N-number of databases all the time.
3 years ago
cgi-bin
fix(cgi-bin): add login cookie guard to manage_vnc_pipes endpoint
3 years ago
html
* Added a new parameter called 'sensitive' to Database->connect() that returns after connections before any ancilliary checks are done, minimizing connect time.
4 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
* Fixed a bug where, once a DRBD resource was allowed to be dual-primary for migration, that wasn't properly disabled post-migration.
4 years ago
pxe
[build] first pass at adding a build system to integrate with CI
4 years ago
scancore-agents
* Fixed a bug where scan-drbd, with DR configured, was not recording TCP ports assigned to connections properly.
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
* WIP: Working on a new method of failing over between which Striker is the active database, instead of running N-number of databases all the time.
3 years ago
striker-ui
chore: rebuild web UI
3 years ago
tools
* WIP: Working on a new method of failing over between which Striker is the active database, instead of running N-number of databases all the time.
3 years ago
units
Fix drbd-kmod build corner case
4 years ago
.gitignore
[build] first pass at adding a build system to integrate with CI
4 years ago
Makefile.am
build(cgi-bin): add striker-ui subdir to autotools
4 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
* Fixed a bug where duplicate IPMI sensor names of type 'Volts' wasn't being processed properly, causing sensor data to not be recorded.
3 years ago
anvil.spec.in
build(cgi-bin): require websockify on server VM hosts in specfile
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(cgi-bin): add striker-ui subdir to autotools
4 years ago
notes
* WIP: Working on a new method of failing over between which Striker is the active database, instead of running N-number of databases all the time.
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.