-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
4.21.0
-
Quality / Stability / Reliability
-
False
-
-
None
-
Moderate
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
SubPath is Used (Not Empty)It looks like it will overwrite the old stuff, which I don't think is perfect the same SubPath is used more than once, it will be overwritten. causing confusion in the collection results
Version-Release number of selected component (if applicable):
How reproducible:
the same SubPath is used more than once, it will be overwritten.
Steps to Reproduce:
1.
2.
3.
Actual results:
jitli@RedHat:~/work/src/test/must-gather$ oc exec data-reader-pod -c reader-container -- ls -l /data/must-gather-bundles/case-04230315 total 828 -rw-r--r-- 1 root root 9644 Oct 28 16:48 aggregated-discovery-api.yaml -rw-r--r-- 1 root root 142625 Oct 28 16:48 aggregated-discovery-apis.yaml drwxr-xr-x 21 root root 4096 Oct 28 16:38 cluster-scoped-resources drwxr-xr-x 2 root root 4096 Oct 28 16:36 etcd_info -rw-r--r-- 1 root root 581826 Oct 28 16:49 event-filter.html drwxr-xr-x 3 root root 4096 Oct 28 16:36 host_service_logs drwxr-xr-x 3 root root 4096 Oct 28 16:36 ingress_controllers drwxr-xr-x 2 root root 4096 Oct 28 16:36 insights-data drwxr-xr-x 3 root root 4096 Oct 28 16:36 istio drwxr-xr-x 2 root root 4096 Oct 28 16:36 machine_config_ondisk drwxr-xr-x 2 root root 4096 Oct 28 16:36 machine_config_termination_logs drwxr-xr-x 4 root root 4096 Oct 28 16:37 monitoring -rw-r--r-- 1 root root 32524 Oct 28 16:53 must-gather.log drwxr-xr-x 80 root root 4096 Oct 28 16:36 namespaces drwxr-xr-x 2 root root 4096 Oct 28 16:48 network_logs drwxr-xr-x 2 root root 4096 Oct 28 16:37 nodes drwxr-xr-x 2 root root 4096 Oct 28 16:36 pod_network_connectivity_check drwxr-xr-x 3 root root 4096 Oct 28 16:36 static-pods -rw-r--r-- 1 root root 5495 Oct 28 16:49 timestamp -rw-r--r-- 1 root root 36 Oct 28 16:47 version jitli@RedHat:~/work/src/test/must-gather$ oc exec data-reader-pod -c reader-container -- date Tue Oct 28 16:53:42 UTC 2025
Expected results:
warning or err messages
Additional info: