2602 Commits (53ae8ecdbd0ccd5aa4368a9016bc9bdc1cf96e69)
 

Author SHA1 Message Date
digimer-bot b862ff4895
Merge pull request #101 from ClusterLabs/scancore-debugging 3 years ago
Digimer 6abe06f125 The theme of these commits is improving DB responsiveness. 3 years ago
digimer-bot 7623b9df87
Merge pull request #98 from ClusterLabs/anvil-tools-dev 3 years ago
Digimer 49a700d68f * Fixed a bug in anvil-join-anvil where the desired DNS servers were not matching existing list of used DNS servers, even when they are the same already. 3 years ago
digimer-bot 952a4a85cd
Merge pull request #97 from ClusterLabs/bond-monitor 3 years ago
Digimer 1c02dbdaa8
Merge branch 'master' into bond-monitor 3 years ago
Digimer bbad058b33 * Created a new tool, anvil-watch-bonds, which is a live monitor of bonds and interfaces designed to be run from the command line on a given host. 3 years ago
digimer-bot c5f8cc9f7c
Merge pull request #96 from ClusterLabs/anvil-tools-dev 3 years ago
Digimer d155c2eb66 * Fixed a bug where 'timeout' would repeatedly get added to drbd's global-common.conf file. 3 years ago
digimer-bot 992143ef1b
Merge pull request #95 from ClusterLabs/anvil-tools-dev 3 years ago
Digimer ff65712fd9 * Created the function check_daemons() in anvil-daemon to check that needed daemons are running when it starts. This was specifically added to address a periodic issue with machines booting without NetworkManager running. 3 years ago
digimer-bot 7495950b83
Merge pull request #94 from ClusterLabs/anvil-tools-dev 3 years ago
Digimer 42ffc200bc * Updated remainder pointers to the old repos to the new repos. Added support for the new alteeve-repo-setup. 3 years ago
digimer-bot 667eaa67fe
Merge pull request #93 from ClusterLabs/startup-fixes 3 years ago
Digimer 41cd1e0319 * Several bugs fixed and enhancements; 3 years ago
digimer-bot a90782bfdd
Merge pull request #92 from ClusterLabs/anvil-tools-dev 3 years ago
Digimer 2f8becbb11 * Fixed (another) bug in Database->_archive_table() that was preventing Database.pm from compiling. 3 years ago
digimer-bot 7cea567817
Merge pull request #91 from ClusterLabs/anvil-tools-dev 3 years ago
Digimer 49890762b9 * Fixed a missing semi-colon that broke Database.pm. 3 years ago
digimer-bot 67c73cdef5
Merge pull request #90 from ClusterLabs/anvil-tools-dev 3 years ago
Digimer 995edd321f
Merge branch 'master' into anvil-tools-dev 3 years ago
Digimer a846f9ecbc * Fix to the database resync logic. The previous change to only resync if 10+ lines differed broke striker-manage-peers as the difference in host counts is what triggered the pairing of strikers. 3 years ago
Digimer 41d528418d * Increased the trigger point for database archiving. The current values were too low and cuasing frequent archive -> resync cycles. 3 years ago
digimer-bot ce8fd02228
Merge pull request #89 from ClusterLabs/anvil-tools-dev 4 years ago
Digimer 48956d94fb * Fixed anvil-manage-system file name in Makefile. 4 years ago
Digimer fc0954d0c8 * Started work on, but not at all finished, anvil-manage-server which will allow manipulation of a server's resources. 4 years ago
Digimer ad4a1ecc78 * Increaded the scancore agent run timeout to 60 seconds. 4 years ago
digimer-bot c2b57ca3c8
Merge pull request #87 from ClusterLabs/anvil-tools-dev 4 years ago
Digimer 473c728117 * Updated scan-ipmitool to use 'jump' thresholds for a common sensor name where duplicates with the hex address appended may exist. 4 years ago
Digimer 44864ce321 * Updated Database->resync_databases() to set a default schema of 'public'. Also fixed a bug where, when the difference in record numbers between two line was > 999, it would not trigger a resync. 4 years ago
digimer-bot 4382dc8370
Merge pull request #86 from ClusterLabs/scancore-debugging 4 years ago
Digimer 309aa13684 * Updated the name of striker-purge-target in the makefile. 4 years ago
Digimer 7abbc938af * Renamed tools/striker-purge-host to tools/striker-purge-target and moved the code from test.pl over to it. No longer provides interactive selection, but now does work with Anvil! systems as well as hosts. 4 years ago
digimer-bot 95159d4492
Merge pull request #85 from ClusterLabs/scancore-debugging 4 years ago
Digimer f833c311ba * To address issues with scancore debugging, we needed a tool to purge old anvils and hosts from the database. The 'test.pl' in this commit contains the new logic that will be merged into tools/striker-purge-host shortly. 4 years ago
Digimer 3fb81c1a0a * Updated Convert->time() to silently return if the given time was '--'. 4 years ago
Digimer a74be60469 * Fixed a bug where the log message for a changed CIB wasn't useful. 4 years ago
digimer-bot 17112c419d
Merge pull request #84 from ClusterLabs/webui_anvil_page 4 years ago
Digimer 4a87ee71db * This commit started with work on webui endpoint set_power, but then switched to scancore debugging and I neglected to switch branches. 4 years ago
digimer-bot 46c9035e4b
Merge pull request #83 from ClusterLabs/webui_anvil_page 4 years ago
Digimer 416f51323a * Created tools/striker-boot-machine to, well, boot machines. It uses host_ipmi or, failing that, other fence methods when available to boot a node. 4 years ago
digimer-bot 159c4a1612
Merge pull request #82 from ClusterLabs/anvil-tools-dev 4 years ago
Digimer 35e926c52b
Merge branch 'master' into anvil-tools-dev 4 years ago
Digimer ca7052dd53 The core logic is done!!!! Still need to finish end-points for the WebUI to hook into, but the core of M3 is complete! Many, many bugs are expected, of course. :) 4 years ago
Fabio M. Di Nitto cc41424bb8
Merge pull request #81 from ClusterLabs/drbd 4 years ago
Fabio M. Di Nitto 2214866156 Update to kmod-drbd91 4 years ago
Digimer 15dab8aab7 * Started working on the node post-scan login in ScanCore. Created ScanCore->check_temperature() to get a thermal score against a node. 4 years ago
digimer-bot 51bf505d5f
Merge pull request #80 from ClusterLabs/anvil-tools-dev 4 years ago
Digimer f202187c34 * anvil-safe-stop is complete! Testing still needed, of course. 4 years ago
digimer-bot edf749ae78
Merge pull request #79 from ClusterLabs/anvil-tools-dev 4 years ago