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
296556328b
* Fixed a bug in Convert->bytes_to_human_readable() to handle being passed in bytes (with the size units of 'b' ot 'bytes').
...
* Fixed a bug in Database->_find_behind_databases() _find_behind_databases() where the logic to figure out which column was the host_uuid reference was too liberal, causing the wrong column to be selected in some cases. Also added a check to not look for host_uuid columns on specific tables where a match would be made, but the column is allowed to be null (like server_host_uuid that indicates the host of the server).
* Started work on the scan-filesystems scan agent, which is needed to record the data that the file system UI endpoints will need.
* Removed the 'not null' constraint from 'servers' -> 'server_host_uuid'.
* Fixed a bug in 'anvil-provision-server' where the driver ISO being 'none' caused the provision script to use the driver ISO switch.
Signed-off-by: Digimer <digimer@alteeve.ca>
4 years ago
..
Makefile.am
* Removing (again) test.pl from Makefile.
4 years ago
anvil-change-password
* Cleaned up a lot of logging in anvil-daemon and tools it calls.
4 years ago
anvil-check-memory
* Cleaned up a lot of logging in anvil-daemon and tools it calls.
4 years ago
anvil-configure-host
* Updated Cluster->assemble_storage_groups() and Cluster->anvil_name_from_uuid() and ->available_resources() to try to detect the anvil_uuid if not passed in.
4 years ago
anvil-cycle-vm-nics
* Updated System->check_firewall to use firewall-cmd and the contents of iptables-save is not available/reliable under RHEL8.
6 years ago
anvil-daemon
* Updated anvil-daemon (and Database->insert_or_update_jobs) to now recognize jobs with the job_status of 'scancore_startup' to run only when ScanCore starts.
4 years ago
anvil-delete-server
* Updated DRBD->delete_resource() to return a success if asked to delete a non-existent resource (as can happen when partial anvil-delete-server runs are re-run).
4 years ago
anvil-download-file
* Cleaned up a lot of logging in anvil-daemon and tools it calls.
4 years ago
anvil-file-details
* Cleaned up a lot of logging in anvil-daemon and tools it calls.
4 years ago
anvil-join-anvil
* Removed debug logging from tools.
4 years ago
anvil-maintenance-mode
* Improved infinite loop handling in Log->entry, but broke the Striker UI in the process. To be fixed next...
6 years ago
anvil-manage-files
* Cleaned up a lot of logging in anvil-daemon and tools it calls.
4 years ago
anvil-manage-firewall
* Cleaned up a lot of logging in anvil-daemon and tools it calls.
4 years ago
anvil-manage-keys
* Cleaned up a lot of logging in anvil-daemon and tools it calls.
4 years ago
anvil-manage-power
* Cleaned up a lot of logging in anvil-daemon and tools it calls.
4 years ago
anvil-migrate-server
* Updated Tools->_anvil_version() and Get->anvil_version() to now pick up a SchemaVersion from anvil.sql. This will change only when the schema changes and is used when Database->connect() is checking compatibility with other anvil database hosts. This will make it only break connection when there is a reason to do so. The anvil_version still remains as an informational version that will help when supporting users later.
4 years ago
anvil-parse-fence-agents
* Cleaned up a lot of logging in anvil-daemon and tools it calls.
4 years ago
anvil-provision-server
* Fixed a bug in Convert->bytes_to_human_readable() to handle being passed in bytes (with the size units of 'b' ot 'bytes').
4 years ago
anvil-scan-network
* Cleaned up a lot of logging in anvil-daemon and tools it calls.
4 years ago
anvil-sync-shared
* Cleaned up a lot of logging in anvil-daemon and tools it calls.
4 years ago
anvil-update-issue
* Updated kickstart to write the basic tools/anvil-update-issue to a freshly installed machine and run it from cron.
5 years ago
anvil-update-states
Merge branch 'master' into anvil-daemon-debugging
4 years ago
anvil-update-system
* Cleaned up a lot of logging in anvil-daemon and tools it calls.
4 years ago
fence_delay
* Added 'fence_delay' fence agent to handle the corner cases where an IPMI BMC had crashed until a power cycle, and PDU fencing was effected, but failed to report as such.
4 years ago
fence_pacemaker
* Created Cluster->delete_server(), which deletes a server resource from pacemaker (stopping it first, if needed).
4 years ago
scancore
* Cleaned up a lot of logging in anvil-daemon and tools it calls.
4 years ago
striker-auto-initialize-all
* Removed debug logging from tools.
4 years ago
striker-auto-initialize-all.example
* Added a check to Database->get_ip_addresses() to check is a hash is set before using it, to help avoid unitialized variable messages.
4 years ago
striker-get-peer-data
* Cleaned up a lot of logging in anvil-daemon and tools it calls.
4 years ago
striker-initialize-host
* Updated Cluster->assemble_storage_groups() and Cluster->anvil_name_from_uuid() and ->available_resources() to try to detect the anvil_uuid if not passed in.
4 years ago
striker-manage-install-target
* 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
striker-manage-peers
* Cleaned up a lot of logging in anvil-daemon and tools it calls.
4 years ago
striker-parse-os-list
* Cleaned up a lot of logging in anvil-daemon and tools it calls.
4 years ago
striker-parse-oui
* Cleaned up a lot of logging in anvil-daemon and tools it calls.
4 years ago
striker-prep-database
* Cleaned up a lot of logging in anvil-daemon and tools it calls.
4 years ago
striker-purge-host
* Cleaned up a lot of logging in anvil-daemon and tools it calls.
4 years ago
striker-scan-network
* Cleaned up a lot of logging in anvil-daemon and tools it calls.
4 years ago
watch_drbd
* Added a really simple DRBD monitoring tool to the repo, will likely remove later.
4 years ago