mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-06-14 22:28:43 +02:00
add some logging
This commit is contained in:
@@ -1763,6 +1763,9 @@ main() {
|
|||||||
|
|
||||||
enable_highstate
|
enable_highstate
|
||||||
|
|
||||||
|
echo "salt-call state.show_top"
|
||||||
|
salt-call state.show_top
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo "Running a highstate. This could take several minutes."
|
echo "Running a highstate. This could take several minutes."
|
||||||
set +e
|
set +e
|
||||||
@@ -1770,6 +1773,9 @@ main() {
|
|||||||
highstate
|
highstate
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
echo "salt-call saltutil.running"
|
||||||
|
salt-call saltutil.running
|
||||||
|
|
||||||
stop_salt_master
|
stop_salt_master
|
||||||
|
|
||||||
masterunlock
|
masterunlock
|
||||||
@@ -1792,6 +1798,9 @@ main() {
|
|||||||
# ensure the mine is updated and populated before highstates run, following the salt-master restart
|
# ensure the mine is updated and populated before highstates run, following the salt-master restart
|
||||||
update_salt_mine
|
update_salt_mine
|
||||||
|
|
||||||
|
echo "salt-call state.show_top"
|
||||||
|
salt-call state.show_top
|
||||||
|
|
||||||
highstate
|
highstate
|
||||||
check_saltmaster_status
|
check_saltmaster_status
|
||||||
postupgrade_changes
|
postupgrade_changes
|
||||||
|
|||||||
Reference in New Issue
Block a user