Skip to content

Commit e5d86d2

Browse files
averdaguevallesp
authored andcommitted
[os_must_gather] Increase volume-percentage default
Increase from 70 to 80. Some jobs were failing to gather the logs due to volume-percentage being too low. Increasing this value to 80. Signed-off-by: Arnau Verdaguer <[email protected]>
1 parent a4714ba commit e5d86d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

roles/os_must_gather/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ testing the new changes.
1515
* `cifmw_os_must_gather_host_network`: (Bool) Flag to gather host network data
1616
* `cifmw_os_must_gather_namespaces`: (List) List of namespaces required by the gather task in case of failure
1717
* `cifmw_os_must_gather_additional_namespaces`: (String) List of comma separated additional namespaces. Defaults to `kuttl,openshift-storage,sushy-emulator`
18-
* `cifmw_os_must_gather_volume_percentage`: (int) Specify maximum percentage of must-gather pod's allocated volume that can be used. If this limit is exceeded, must-gather will stop gathering, but still copy gathered data. Defaults to `70`
18+
* `cifmw_os_must_gather_volume_percentage`: (int) Specify maximum percentage of must-gather pod's allocated volume that can be used. If this limit is exceeded, must-gather will stop gathering, but still copy gathered data. Defaults to `80`
1919

2020
## Examples
2121
```

roles/os_must_gather/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cifmw_os_must_gather_output_dir: "{{ cifmw_basedir | default(ansible_user_dir ~
2424
cifmw_os_must_gather_output_log_dir: "{{ cifmw_os_must_gather_output_dir }}/logs/openstack-must-gather"
2525
cifmw_os_must_gather_repo_path: "{{ ansible_user_dir }}/src/github.com/openstack-k8s-operators/openstack-must-gather"
2626
cifmw_os_must_gather_timeout: "30m"
27-
cifmw_os_must_gather_volume_percentage: 70
27+
cifmw_os_must_gather_volume_percentage: 80
2828
cifmw_os_must_gather_additional_namespaces: "kuttl,openshift-storage,openshift-marketplace,openshift-operators,sushy-emulator,tobiko"
2929
cifmw_os_must_gather_namespaces:
3030
- "{{ operator_namespace }}"

0 commit comments

Comments
 (0)