Open MarSik opened 4 months ago
@MarSik: This pull request references Jira Issue OCPBUGS-34360, which is invalid:
Comment /jira refresh
to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.
The bug has been updated to refer to the pull request using the external bug tracker.
/jira help
/jira cherrypick OCPBUGS-34360
@MarSik: Jira Issue OCPBUGS-34360 has been cloned as Jira Issue OCPBUGS-36371. Will retitle bug to link to clone. /retitle OCPBUGS-36371: OCPBUGS-34360: Run ppc node collection in parallel
@MarSik: This pull request references Jira Issue OCPBUGS-36371, which is invalid:
Comment /jira refresh
to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.
The bug has been updated to refer to the pull request using the external bug tracker.
/jira refresh
@MarSik: This pull request references Jira Issue OCPBUGS-36371, which is invalid:
Comment /jira refresh
to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.
The bug has been updated to refer to the pull request using the external bug tracker.
@MarSik: all tests passed!
Full PR test history. Your PR dashboard.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: MarSik, sferich888
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/jira refresh
@yanirq: This pull request references Jira Issue OCPBUGS-36371, which is valid. The bug has been moved to the POST state.
Requesting review from QA contact: /cc @zhouying7780
The PPC node data collection was running in serial and that increased the time needed to collect the whole cluster. This change executes each per-node sequence in parallel and waits for all the sub tasks.
The only disadvantage is having a per-node process (potentially hundreds in huge clusters), however this case has always been in the code as well. The load on the controlling must-gather pod should be low as it only executes remote commands and waits for results.
This can be tested (at least while the PR is open) by executing:
oc adm must-gather --image quay.io/msivak/must-gather:test416c