|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
|
|
|
|
dist_man1_MANS = \
|
|
|
|
anvil-manage-keys.1
|
|
|
|
|
|
|
|
dist_man5_MANS = \
|
|
|
|
anvil.conf.5
|
|
|
|
|
|
|
|
dist_man8_MANS = \
|
|
|
|
alteeve-repo-setup.8 \
|
|
|
|
anvil-boot-server.8 \
|
|
|
|
anvil-change-password.8 \
|
|
|
|
anvil-check-memory.8 \
|
|
|
|
anvil-configure-host.8 \
|
|
|
|
anvil-daemon.8 \
|
|
|
|
anvil-delete-server.8 \
|
|
|
|
anvil-manage-alerts.8 \
|
|
|
|
anvil-manage-dr.8 \
|
|
|
|
anvil-manage-files.8 \
|
|
|
|
anvil-manage-power.8 \
|
|
|
|
anvil-manage-server.8 \
|
|
|
|
anvil-manage-server-storage.8 \
|
|
|
|
anvil-manage-storage-groups.8 \
|
|
|
|
anvil-report-usage.8 \
|
Major thing in this commit is reworking striker-update-cluster to work without expecting anvil-daemon to be running on target machines. Similarly, they had to be able to work when the Striker DBs were not available. This is to account for cases where the Striker dashboards have updated, and the schema has changed, preventing the not-yet-updated DR hosts and subnodes from being able to use the DB. To do this, anvil-safe-stop, anvil-update-system, and anvil-shutdown-server had to be updated to use the new --no-db switch, which tells then to run without the database being available.
* Updated Server->shutdown_virsh() to work without a database connection.
* Updated System->reboot_needed() to store/read from a cache file when the database is not available.
* Updated anvil-safe-start to remove the old --enable/disable/status switches, now that we use anvil-safe-start.service systemd unit.
* Reworked anvil-safe-stop to work without a database connection, and to work on DR hosts.
* Updated anvil-special-operations to add new tasks, but it's likely these new tasks aren't needed and will be removed very shortly.
* Added/updated multiple man pages.
Signed-off-by: digimer <mkelly@alteeve.ca>
1 year ago
|
|
|
anvil-safe-start.8 \
|
|
|
|
anvil-safe-stop.8 \
|
|
|
|
anvil-shutdown-server.8 \
|
|
|
|
anvil-special-operations.8 \
|
Major thing in this commit is reworking striker-update-cluster to work without expecting anvil-daemon to be running on target machines. Similarly, they had to be able to work when the Striker DBs were not available. This is to account for cases where the Striker dashboards have updated, and the schema has changed, preventing the not-yet-updated DR hosts and subnodes from being able to use the DB. To do this, anvil-safe-stop, anvil-update-system, and anvil-shutdown-server had to be updated to use the new --no-db switch, which tells then to run without the database being available.
* Updated Server->shutdown_virsh() to work without a database connection.
* Updated System->reboot_needed() to store/read from a cache file when the database is not available.
* Updated anvil-safe-start to remove the old --enable/disable/status switches, now that we use anvil-safe-start.service systemd unit.
* Reworked anvil-safe-stop to work without a database connection, and to work on DR hosts.
* Updated anvil-special-operations to add new tasks, but it's likely these new tasks aren't needed and will be removed very shortly.
* Added/updated multiple man pages.
Signed-off-by: digimer <mkelly@alteeve.ca>
1 year ago
|
|
|
anvil-update-system.8 \
|
|
|
|
anvil-watch-drbd.8 \
|
|
|
|
scancore.8 \
|
|
|
|
striker-check-machines.8 \
|
|
|
|
striker-collect-debug.8 \
|
|
|
|
striker-initialize-host.8 \
|
|
|
|
striker-update-cluster.8
|
Major thing in this commit is reworking striker-update-cluster to work without expecting anvil-daemon to be running on target machines. Similarly, they had to be able to work when the Striker DBs were not available. This is to account for cases where the Striker dashboards have updated, and the schema has changed, preventing the not-yet-updated DR hosts and subnodes from being able to use the DB. To do this, anvil-safe-stop, anvil-update-system, and anvil-shutdown-server had to be updated to use the new --no-db switch, which tells then to run without the database being available.
* Updated Server->shutdown_virsh() to work without a database connection.
* Updated System->reboot_needed() to store/read from a cache file when the database is not available.
* Updated anvil-safe-start to remove the old --enable/disable/status switches, now that we use anvil-safe-start.service systemd unit.
* Reworked anvil-safe-stop to work without a database connection, and to work on DR hosts.
* Updated anvil-special-operations to add new tasks, but it's likely these new tasks aren't needed and will be removed very shortly.
* Added/updated multiple man pages.
Signed-off-by: digimer <mkelly@alteeve.ca>
1 year ago
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|