[openshift-must-gather-kcjcm/10.128.0.140/must-gather-pr8mv] { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "k8s.ovn.org/pod-networks": "{\"default\":{\"ip_addresses\":[\"10.128.0.140/23\"],\"mac_address\":\"0a:58:0a:80:00:8c\",\"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.140/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.140\"\n ],\n \"mac\": \"0a:58:0a:80:00:8c\",\n \"default\": true,\n \"dns\": {}\n}]" }, "creationTimestamp": "2026-03-09T17:03:27Z", "generateName": "must-gather-", "labels": { "app": "must-gather" }, "name": "must-gather-pr8mv", "namespace": "openshift-must-gather-kcjcm", "resourceVersion": "26236", "uid": "cf6b60e1-c5b5-4fb1-a596-b5012b161c6d" }, "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:c3622019e2189f61f57ca8f7ea4f67aa8f74c37b573f45b2975200c058895439", "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-k6fr2", "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:c3622019e2189f61f57ca8f7ea4f67aa8f74c37b573f45b2975200c058895439", "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-k6fr2", "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-k6fr2", "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-03-09T17:03:33Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2026-03-09T17:03:27Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2026-03-09T17:03:33Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2026-03-09T17:03:33Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2026-03-09T17:03:27Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://d4bdb6c60ead66649cd731a7476cab9951519e17d2570f937d42cb54ceff30e3", "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:c3622019e2189f61f57ca8f7ea4f67aa8f74c37b573f45b2975200c058895439", "imageID": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:c3622019e2189f61f57ca8f7ea4f67aa8f74c37b573f45b2975200c058895439", "lastState": {}, "name": "copy", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2026-03-09T17:03:32Z" } }, "volumeMounts": [ { "mountPath": "/must-gather", "name": "must-gather-output" }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-k6fr2", "readOnly": true, "recursiveReadOnly": "Disabled" } ] }, { "containerID": "cri-o://d8914cd9fe612abddf53d09d50cc129f2b9768be6aa81d2d074589660d5c4478", "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:c3622019e2189f61f57ca8f7ea4f67aa8f74c37b573f45b2975200c058895439", "imageID": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:c3622019e2189f61f57ca8f7ea4f67aa8f74c37b573f45b2975200c058895439", "lastState": {}, "name": "gather", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2026-03-09T17:03:30Z" } }, "volumeMounts": [ { "mountPath": "/must-gather", "name": "must-gather-output" }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-k6fr2", "readOnly": true, "recursiveReadOnly": "Disabled" } ] } ], "hostIP": "192.168.32.10", "hostIPs": [ { "ip": "192.168.32.10" } ], "phase": "Running", "podIP": "10.128.0.140", "podIPs": [ { "ip": "10.128.0.140" } ], "qosClass": "BestEffort", "startTime": "2026-03-09T17:03:27Z" } }