We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8a4bfb commit e7f9f82Copy full SHA for e7f9f82
collection-scripts/gather_run
@@ -3,6 +3,10 @@
3
DIR_NAME=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
4
source "${DIR_NAME}/common.sh"
5
6
+# get SOS Reports first, as they are the slowest to run and will benefit most
7
+# of the parallel execution
8
+source "${DIR_NAME}/gather_sos"
9
+
10
# get nodes information
11
source "${DIR_NAME}/gather_nodes"
12
@@ -50,8 +54,5 @@ source "${DIR_NAME}/gather_network"
50
54
# get SVC status (inspect ctlplane)
51
55
source "${DIR_NAME}/gather_services_status"
52
56
53
-# get SOS Reports
-source "${DIR_NAME}/gather_sos"
-
57
# Wait for background tasks to complete
58
wait_bg
0 commit comments