[openshift-must-gather-q4tzp/10.128.0.141/must-gather-qkhqw] { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "k8s.ovn.org/pod-networks": "{\"default\":{\"ip_addresses\":[\"10.128.0.141/23\"],\"mac_address\":\"0a:58:0a:80:00:8d\",\"gateway_ips\":[\"10.128.0.1\"],\"routes\":[{\"dest\":\"10.128.0.0/16\",\"nextHop\":\"10.128.0.1\"},{\"dest\":\"172.30.0.0/16\",\"nextHop\":\"10.128.0.1\"},{\"dest\":\"169.254.0.5/32\",\"nextHop\":\"10.128.0.1\"},{\"dest\":\"100.64.0.0/16\",\"nextHop\":\"10.128.0.1\"}],\"ip_address\":\"10.128.0.141/23\",\"gateway_ip\":\"10.128.0.1\",\"role\":\"primary\"}}", "k8s.v1.cni.cncf.io/network-status": "[{\n \"name\": \"ovn-kubernetes\",\n \"interface\": \"eth0\",\n \"ips\": [\n \"10.128.0.141\"\n ],\n \"mac\": \"0a:58:0a:80:00:8d\",\n \"default\": true,\n \"dns\": {}\n}]" }, "creationTimestamp": "2026-02-23T13:32:08Z", "generateName": "must-gather-", "labels": { "app": "must-gather" }, "name": "must-gather-qkhqw", "namespace": "openshift-must-gather-q4tzp", "resourceVersion": "23515", "uid": "e54cb2b4-c8b9-4ba8-badd-defa4054180a" }, "spec": { "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { "nodeSelectorTerms": [ { "matchExpressions": [ { "key": "kubernetes.io/hostname", "operator": "In", "values": [ "master-0" ] } ] } ] } } }, "containers": [ { "command": [ "/bin/bash", "-c", "\necho \"volume percentage checker started.....\"\nwhile true; do\ndisk_usage=$(du -s \"/must-gather\" | awk '{print $1}')\ndisk_space=$(df -P \"/must-gather\" | awk 'NR==2 {print $2}')\nusage_percentage=$(( (disk_usage * 100) / disk_space ))\necho \"volume usage percentage $usage_percentage\"\nif [ \"$usage_percentage\" -gt \"30\" ]; then\n\techo \"Disk usage exceeds the volume percentage of 30 for mounted directory. Exiting...\"\n\t# kill gathering process in gather container to prevent disk to use more.\n\tpkill --signal SIGKILL -f ADDITIONAL_NAMESPACES=sushy-emulator OPENSTACK_DATABASES=ALL SOS_EDPM=all SOS_DECOMPRESS=0 gather\n\texit 1\nfi\nsleep 5\ndone \u0026 ADDITIONAL_NAMESPACES=sushy-emulator OPENSTACK_DATABASES=ALL SOS_EDPM=all SOS_DECOMPRESS=0 gather; sync" ], "env": [ { "name": "NODE_NAME", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "spec.nodeName" } } }, { "name": "POD_NAME", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.name" } } } ], "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:64f40c6a6f120ca98c5e57d970a3030246c944ba68435f81896c11087994009b", "imagePullPolicy": "IfNotPresent", "name": "gather", "resources": {}, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "FallbackToLogsOnError", "volumeMounts": [ { "mountPath": "/must-gather", "name": "must-gather-output" }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-48wsl", "readOnly": true } ] }, { "command": [ "/bin/bash", "-c", "trap : TERM INT; sleep infinity \u0026 wait" ], "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:64f40c6a6f120ca98c5e57d970a3030246c944ba68435f81896c11087994009b", "imagePullPolicy": "IfNotPresent", "name": "copy", "resources": {}, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "FallbackToLogsOnError", "volumeMounts": [ { "mountPath": "/must-gather", "name": "must-gather-output" }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-48wsl", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "nodeName": "master-0", "nodeSelector": { "kubernetes.io/os": "linux", "node-role.kubernetes.io/master": "" }, "preemptionPolicy": "PreemptLowerPriority", "priority": 2000000000, "priorityClassName": "system-cluster-critical", "restartPolicy": "Never", "schedulerName": "default-scheduler", "securityContext": {}, "serviceAccount": "default", "serviceAccountName": "default", "terminationGracePeriodSeconds": 0, "tolerations": [ { "operator": "Exists" } ], "volumes": [ { "emptyDir": {}, "name": "must-gather-output" }, { "name": "kube-api-access-48wsl", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2026-02-23T13:32:13Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2026-02-23T13:32:08Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2026-02-23T13:32:13Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2026-02-23T13:32:13Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2026-02-23T13:32:08Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://0f1b2728588adf6087cdabb46f4b3635999cb6c64ddd7cb2bc86a1d9a2e4db8e", "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:64f40c6a6f120ca98c5e57d970a3030246c944ba68435f81896c11087994009b", "imageID": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:64f40c6a6f120ca98c5e57d970a3030246c944ba68435f81896c11087994009b", "lastState": {}, "name": "copy", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2026-02-23T13:32:12Z" } }, "volumeMounts": [ { "mountPath": "/must-gather", "name": "must-gather-output" }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-48wsl", "readOnly": true, "recursiveReadOnly": "Disabled" } ] }, { "containerID": "cri-o://ba38ce1ad0b8756b3e12c3fcb684fdaaf1dd953e26cd2f00ac23c6f130e14b7e", "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:64f40c6a6f120ca98c5e57d970a3030246c944ba68435f81896c11087994009b", "imageID": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:64f40c6a6f120ca98c5e57d970a3030246c944ba68435f81896c11087994009b", "lastState": {}, "name": "gather", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2026-02-23T13:32:12Z" } }, "volumeMounts": [ { "mountPath": "/must-gather", "name": "must-gather-output" }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-48wsl", "readOnly": true, "recursiveReadOnly": "Disabled" } ] } ], "hostIP": "192.168.32.10", "hostIPs": [ { "ip": "192.168.32.10" } ], "phase": "Running", "podIP": "10.128.0.141", "podIPs": [ { "ip": "10.128.0.141" } ], "qosClass": "BestEffort", "startTime": "2026-02-23T13:32:08Z" } }