3566 Commits (c539e655c7c919a1ba60ec01f1a54dad68d5a474)
 

Author SHA1 Message Date
Tsu-ba-me 98eec8a10c fix(striker-ui-api): add function to build job data from object 1 year ago
Tsu-ba-me b31da693a5 fix(striker-ui-api): use common function to build job data for create host connection 1 year ago
Tsu-ba-me 12e257357d fix(striker-ui-api): trim peer database echo output in create host connection 1 year ago
Tsu-ba-me a5fc7d499e fix(striker-ui-api): write .pgpass with nodejs 'fs' module 1 year ago
Tsu-ba-me 1987fc7c2c fix(striker-ui): revert user to 'admin' in add peer 1 year ago
Tsu-ba-me eeab34059b fix(striker-ui-api): call psql directly to test peer database connection 1 year ago
Tsu-ba-me 4182219e86 fix(striker-ui-api): revert database user to 'admin' in create host connection 1 year ago
digimer 79ff96cee5 * Fixed a bug in DRBD->manage_resource() that prevented new resources from being created. 1 year ago
Digimer acca7517cd
Merge branch 'main' into beta-fixes 1 year ago
dependabot[bot] 9ec270cc99 build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 in /striker-ui-api 1 year ago
Digimer 56120a8333
Merge pull request #370 from ClusterLabs/dependabot/npm_and_yarn/striker-ui-api/word-wrap-1.2.4 1 year ago
digimer 3ee30e6e24 * Updated DRBD->allow_two_primaries() to gracefully fail if the peer isn't connected. 1 year ago
digimer 55aaf7876e Starting work on checking if the peer is connected before managing allow-two-primaries. 1 year ago
digimer cc71df686b Added a pcs wrapper to serialize pcs constraint calls. 1 year ago
dependabot[bot] a78e35457c build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 in /striker-ui-api 1 year ago
digimer 88af919142 * Fixed bugs in ocf:alteeve:server 1 year ago
Digimer e7c537540a
Merge branch 'main' into beta-fixes 1 year ago
Digimer 05165da193
Merge pull request #407 from ClusterLabs/ocf-alteeve-server-fixes 1 year ago
digimer 59ade94124 * Added PID logging as an option, and enabled it in ocf:alteeve:server 1 year ago
Digimer 26b932f001
Merge branch 'main' into ocf-alteeve-server-fixes 1 year ago
Digimer 6b616722ed
Merge pull request #406 from ylei-tsubame/issues/405-peer-striker 1 year ago
Fabio M. Di Nitto 824e3e07e3 virsh: add wrapper to serialize calls to virsh list 1 year ago
Fabio M. Di Nitto fc75bda6ef ocf:alteeve:server: add support for log levels and bump timeouts 1 year ago
Fabio M. Di Nitto f71b8dabf0 ocf:alteeve:server: fix return code to match ocf standards 1 year ago
Fabio M. Di Nitto 1b4ac8ab56 ocf:alteeve:server: fix typo in the description 1 year ago
Tsu-ba-me 58509176ea build(striker-ui): rebuild 1 year ago
Tsu-ba-me d7a5ce7471 build(striker-ui-api): rebuild 1 year ago
Tsu-ba-me 7160450c80 fix(striker-ui-api): revert debug code in create host connection 1 year ago
Tsu-ba-me d04fef2372 fix(striker-ui-api): correct sanitize boolean 1 year ago
Tsu-ba-me 823f0780b1 fix(striker-ui): default user to 'root' in add peer 1 year ago
Tsu-ba-me c8e0ed35c8 fix(striker-ui-api): handle access unordered outputs 1 year ago
Tsu-ba-me d1bc6c0ce3 fix(striker-ui-api): avoid blank inputs by using sanitize fallback in create host connection 1 year ago
Tsu-ba-me 4a8f6b27dc fix(striker-ui-api): log request method, path 1 year ago
Tsu-ba-me 29f907f003 fix(striker-ui-api): default to root user when add peer striker 1 year ago
Digimer 25b46058f1
Merge pull request #376 from ClusterLabs/anvil-tools-dev 1 year ago
digimer 6ee2ad75db * Updated anvil-delete-server to actively check for and delete any drbd-fenced attributes left over in the CIB after a server is deleted. This addresses issue #374. 1 year ago
digimer a0ff080741 * Deleted some old unused code from Cluster->assemble_storage_groups(). 1 year ago
digimer ed480cf1cb * Fixed a double-$ bug in Remote->_check_known_hosts_for_target() 1 year ago
digimer 0471fb90ea * Upped the logging in these three tools to help diagnose run errors. To be removed before tagging beta 1 year ago
digimer 88e8978305 * Fixed a bug where getting the job_uuid after a no-db run wouldn't actually update the job progress. 1 year ago
digimer 6a7c9923ad * Fixed second variable replacement bug, re issue #338. 1 year ago
digimer be290bf561 This commit fixes a bug where the drbd kernel module build was being killed mid-compile, leaving DBRD unusable. 1 year ago
digimer d68adb5b4e * Updated anvil-manage-power to not reboot if anvil-version-changes is running (which, if it's taking time, is generating new kmods). 1 year ago
digimer 8b3d472b9c Updated striker-update-cluster to set primary_host_uuid to node 1 if not returned from Cluster->get_primary_host_uuid. 1 year ago
digimer 556e91238d * Updated Network->find_access() to clear the data from previous scans, which fixes a bug where checking multiple hosts could return stale data for the previous host. 1 year ago
digimer 9a5e617a2d * Test fix for the issue #379 1 year ago
digimer f57ab1a78c * Updated anvil-daemon to not hold jobs at startup is the host isn't configured yet. 1 year ago
Digimer 688e8509bf
Merge branch 'main' into anvil-tools-dev 1 year ago
digimer 66c82e5e22 * Fixed a bug in anvil-update-system where updating a single package with --reboot wouldn't request a reboot. Finished reworking it so that a check is made to see if the kernel or DRBD kmod will be updated and, if so, removes the kmod-drbd RPMs prior to doing the update (as opposed to the sloppier check-on-error method). 1 year ago
digimer e278de4b5a The main change in this commit deals with anvil-daemon startup. During OS updates, it would pick up the queued update job and run it while the other --no-db one was still running. This could become an issue for other tasks in the future, so updated anvil-daemon to not run any jobs for the first minute after startup. Also updated it to see if an OS update is underway (given how it can start mid-RPM update, before packages like kmod-drbd are ready to build). While doing this, implemented caching of daily tasks (like agine out data, archiving data, network scans, etc) to only run once per day, period. As it was before, they would always run on anvil-daemon startup, then wait 24 hours. 1 year ago