Digimer
ca6ef6ffd3
Merge pull request #147 from ClusterLabs/scancore-debugging
...
* Clear out the bond health in Network->check_network().
3 years ago
Digimer
bfa7a1f964
Merge branch 'master' into scancore-debugging
3 years ago
Digimer
87b31a16bb
* Clear out the bond health in Network->check_network().
...
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
Digimer
fb4f0be206
Merge pull request #146 from ClusterLabs/scancore-debugging
...
* Forced anvil-daemon to log-level 2 and to enable secure logging to …
3 years ago
Digimer
30f478267a
* Forced anvil-daemon to log-level 2 and to enable secure logging to continue debugging setup issues.
...
* Fixed a undefined variable warning.
* Removed a debugging die from Database->resync_databases().
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
Digimer
4db6528cd0
Merge pull request #145 from ClusterLabs/scancore-debugging
...
* Fixed a typo that blocked anvil-daemon from starting.
3 years ago
Digimer
f9cc99287e
Merge branch 'master' into scancore-debugging
3 years ago
Digimer
47fa126a3c
* Fixed a typo that blocked anvil-daemon from starting.
...
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
Digimer
6ef706723e
Merge pull request #144 from ClusterLabs/scancore-debugging
...
* In the never-ending attempt to resolve the build consistency issues…
3 years ago
Digimer
023f43eda9
* In the never-ending attempt to resolve the build consistency issues, this commit enables extra debugging logging and, hopefully, implements a fix in anvil-daemon where a job could be started repeatedly.
...
* Renamed the special job status 'scancore_startup' to 'anvil_startup', given it's handled by anvil-daemon.
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
digimer-bot
3080b2c0fd
Merge pull request #143 from ClusterLabs/scancore-debugging
...
* WIP; Started work on Cluster->check_server_constraints() that will …
3 years ago
Digimer
5a343d6d75
* WIP; Started work on Cluster->check_server_constraints() that will track when a server's location constraint needs to be updated when the old preferred node is lost.
...
* Removed (for now) setting MTU in the ifcfg-X files during anvil-configure-host runs.
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
Digimer
e2788f438e
Merge pull request #142 from ClusterLabs/scancore-debugging
...
* Added Cluster->manage_fence_delay() that reports back and, optional…
3 years ago
Digimer
b71ed28f64
* Added Cluster->manage_fence_delay() that reports back and, optionally, sets a preferred node in a fence race.
...
* Updated scan-cluster to check / set which node should be preferred if a netsplit causes a fence race.
* Fixed a bug in Server->shutdown_virsh() where a shutdown timeout would go into a loop.
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
digimer-bot
5ef2542d34
Merge pull request #141 from ClusterLabs/anvil-tools-dev
...
* I've decided that live reconfiguring of NetworkManager interfaces i…
3 years ago
Digimer
62564f1644
Merge branch 'master' into anvil-tools-dev
3 years ago
Digimer
76689aa245
* I've decided that live reconfiguring of NetworkManager interfaces is too unreliable. This commit disables all attempts to reconfigure the network while it's up, and simply reboots on changes.
...
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
digimer-bot
a97c5bafef
Merge pull request #140 from ClusterLabs/anvil-tools-dev
...
* Moved up when the reboot happens, when it's needed, avoiding a netw…
3 years ago
Digimer
629c2b8e8c
* Moved up when the reboot happens, when it's needed, avoiding a network reload when a reboot is going to happen anyway.
...
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
digimer-bot
de94ce4fe8
Merge pull request #139 from ClusterLabs/anvil-tools-dev
...
* Re-enabled reboot
3 years ago
Digimer
8a56503f57
Merge branch 'master' into anvil-tools-dev
3 years ago
Digimer
bbee77d265
* Re-enabled reboot
...
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
digimer-bot
88f3050da9
Merge pull request #138 from ClusterLabs/anvil-tools-dev
...
* Finished updating Network->check_network() to check/heal bridges.
3 years ago
Digimer
08a958ec60
* Finished updating Network->check_network() to check/heal bridges.
...
* Updated anvil-configure-host to not reboot on network chane (will verify when this commit is function tested).
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
digimer-bot
4099461ca1
Merge pull request #137 from ClusterLabs/scancore-debugging
...
* Added an explicit delete call when network changes.
3 years ago
Digimer
6a8a192cfd
* Added an explicit delete call when network changes.
...
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
digimer-bot
d6300461e3
Merge pull request #136 from ClusterLabs/anvil-tools-dev
...
* I _might_ have fixed the network configuration issue in anvil-confi…
3 years ago
Digimer
d2fc5150bf
Merge branch 'master' into anvil-tools-dev
3 years ago
Digimer
bd24c1c5bb
* I _might_ have fixed the network configuration issue in anvil-configure-host... Updated it so that if 'nmcli' doesn't report a valid device name, it looks for it in the ifcfg-X file, and uses 'X' if not found there.
...
* Added the 'print' parameter to Log->variables() to allow printing to STDOUT when set.
* Renamed Network->check_bonds() to Network->check_networks() in anticipation of adding bridge monitoring / repair to it later.
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
Digimer
ab0adaf252
Merge pull request #134 from Tsu-ba-me/issues/133-fix-font
...
Web UI: include roboto condensed font in build
3 years ago
Tsu-ba-me
ee48529840
chore: rebuild web UI
3 years ago
つばめ
11900231c5
Merge pull request #12 from Seneca-CDOT/fix-fonts
...
Fix #133 : Fix font
3 years ago
Josue
4bd0093231
fix: modify eslintrc to work with new prettier settings
3 years ago
Josue
559cf3851a
chore: remove roboto font and add import to MUI theme
3 years ago
digimer-bot
17939f7911
Merge pull request #132 from ClusterLabs/anvil-tools-dev
...
* Reworked the attempt to repair the network in anvil-daemon to not t…
3 years ago
Digimer
c7c6c8dee5
* Reworked the attempt to repair the network in anvil-daemon to not touch the network until the machine has been running for at least two minutes.
...
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
digimer-bot
4fdc23ae3e
Merge pull request #131 from ClusterLabs/anvil-tools-dev
...
Note: Continuing to resolve the build issues with network startup. Ex…
3 years ago
Digimer
11b1900e1b
Note: Continuing to resolve the build issues with network startup. Expect breakage.
...
* Upped the aging of jobs and alerts data from 2 to 24 hours. Also added a check to prevent deleting a job of any age that is incomplete.
* Major update to anvil-configure-host to not touch the network unless something has actually changed. Not yet tested on a fresh system, will verify nothing broke in the CI tests this commit will trigger. Also changed it so that, if after reconfiguring the network it times out trying to reconnect to a database, it calls a reboot instead of simply exiting. Further, a reboot is now not called on exit unless something changed to require it.
* Updated Network->check_bonds() to return '1' if anything was done to heal a bond.
* Updated anvil-update-states to be more careful about clearing virsh bridges. Specifically, it checks to see if virsh is running and that the returned bridges aren't actually error codes.
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
digimer-bot
a612aa000a
Merge pull request #130 from ClusterLabs/anvil-tools-dev
...
* Continuing to try to get the network to reliably start during confi…
3 years ago
Digimer
0c0f2172ce
Merge branch 'master' into anvil-tools-dev
3 years ago
Digimer
a1b06e4355
* Continuing to try to get the network to reliably start during configuration...
...
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
digimer-bot
6ae88cf696
Merge pull request #129 from ClusterLabs/anvil-tools-dev
...
* Added a call to Network->check_bonds() to be called while non-Strik…
3 years ago
Digimer
1e7847d4dd
* Added a call to Network->check_bonds() to be called while non-Striker machines wait to connect to a database.
...
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
digimer-bot
47c749a951
Merge pull request #128 from ClusterLabs/anvil-tools-dev
...
* Created Network->check_bonds() that checks to see if any bonds are …
3 years ago
Digimer
20aaa3c577
Merge branch 'master' into anvil-tools-dev
3 years ago
Digimer
3f32a56d0c
* Created Network->check_bonds() that checks to see if any bonds are down, or if any interfaces configured to be in a bond are not actually in it. It accepts a 'heal' parameter that, by default, will bring up a bond with no active links, but leaves degraded bonds alone. It call also take 'all' and will try to bring up any missing interfaces. This distinction exists so that if a link is flaky and someone takes it down manually until it can be repaired, it doesn't get turned back on.
...
* Updated anvil-daemon to call Network->check_bonds() with 'all' on startup, then woth 'down_only' once per minute to try to heal down'ed bonds.
* Updated anvil-watch-bonds to take a 'run-once' switch and exit after one report, if set.
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
digimer-bot
155c46e111
Merge pull request #127 from ClusterLabs/anvil-tools-dev
...
Anvil tools dev
3 years ago
Digimer
1a8215a783
* Fixed a bug in Network->get_ips() bridge detection bashlet.
...
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
Digimer
0dd92a08c5
* Small change to variable name to help make logs clearer.
...
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago
Digimer
0b6a9e37fa
* Added scan_lvm_pv_sector_size to the scan_lvm_pvs table in the scan-lvm. This will be used later for growing a requested disk size for the DRBD metadata.
...
* Added a 1 minute delay to anvil-configure-host before calling a reboot.
Signed-off-by: Digimer <digimer@alteeve.ca>
3 years ago