Skip to content

Commit

Permalink
[presets] drop --verify from RHOCP preset
Browse files Browse the repository at this point in the history
There is no need to have that option enabled by default for RHOCP.

Relevant: sosreport#3147

Signed-off-by: Pavel Moravec <pmoravec@redhat.com>
  • Loading branch information
pmoravec authored and TurboTurtle committed Feb 27, 2023
1 parent da3d5f7 commit 903de8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sos/presets/redhat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
RHOCP = "ocp"
RHOCP_DESC = "OpenShift Container Platform by Red Hat"
RHOCP_OPTS = SoSOptions(
verify=True, skip_plugins=['cgroups'], container_runtime='crio',
no_report=True, log_size=100,
skip_plugins=['cgroups'], container_runtime='crio', no_report=True,
log_size=100,
plugopts=[
'crio.timeout=600',
'networking.timeout=600',
Expand Down

0 comments on commit 903de8b

Please sign in to comment.