+ export ORGANIZATION_ID ACCESS_TOKEN ARTIFACTORY_USER ARTIFACTORY_TOKEN ARTIFACTORY_SERVER + unset KUBERNETES_SERVICE_PORT_HTTPS + unset KUBERNETES_SERVICE_PORT + unset KUBERNETES_PORT_443_TCP + unset KUBERNETES_PORT_443_TCP_PROTO + unset KUBERNETES_PORT_443_TCP_ADDR + unset KUBERNETES_SERVICE_HOST + unset KUBERNETES_PORT + unset KUBERNETES_PORT_443_TCP_PORT + curl -sL https://mirror.openshift.com/pub/openshift-v4/amd64/clients/ocp/latest/openshift-client-linux.tar.gz + tar -C /tmp/bin.s2eO -xzvf - oc oc + oc whoami --show-console https://console-openshift-console.apps.ci-op-5qy2xmy1-d119b.cspilp.interop.ccitredhat.com ++ oc get subscription.operators.coreos.com -n openshift-cnv -o 'jsonpath={.items[0].metadata.name}' + HCO_SUBSCRIPTION=kubevirt-hyperconverged + oc get sc NAME PROVISIONER RECLAIMPOLICY VOLUMEBINDINGMODE ALLOWVOLUMEEXPANSION AGE gp2-csi ebs.csi.aws.com Delete WaitForFirstConsumer true 162m gp3-csi (default) ebs.csi.aws.com Delete WaitForFirstConsumer true 162m ocs-storagecluster-ceph-rbd (default) openshift-storage.rbd.csi.ceph.com Delete Immediate true 107m ocs-storagecluster-ceph-rbd-virtualization openshift-storage.rbd.csi.ceph.com Delete Immediate true 38m ocs-storagecluster-cephfs openshift-storage.cephfs.csi.ceph.com Delete Immediate true 107m openshift-storage.noobaa.io openshift-storage.noobaa.io/obc Delete Immediate false 103m + setDefaultStorageClass ocs-storagecluster-ceph-rbd-virtualization + local storageclass_name=ocs-storagecluster-ceph-rbd-virtualization + oc get storageclass -o name + xargs '-trI{}' oc patch '{}' -p '{"metadata": {"annotations": {"storageclass.kubernetes.io/is-default-class": "false"}}}' oc patch storageclass.storage.k8s.io/gp2-csi -p '{"metadata": {"annotations": {"storageclass.kubernetes.io/is-default-class": "false"}}}' storageclass.storage.k8s.io/gp2-csi patched oc patch storageclass.storage.k8s.io/gp3-csi -p '{"metadata": {"annotations": {"storageclass.kubernetes.io/is-default-class": "false"}}}' storageclass.storage.k8s.io/gp3-csi patched oc patch storageclass.storage.k8s.io/ocs-storagecluster-ceph-rbd -p '{"metadata": {"annotations": {"storageclass.kubernetes.io/is-default-class": "false"}}}' storageclass.storage.k8s.io/ocs-storagecluster-ceph-rbd patched oc patch storageclass.storage.k8s.io/ocs-storagecluster-ceph-rbd-virtualization -p '{"metadata": {"annotations": {"storageclass.kubernetes.io/is-default-class": "false"}}}' storageclass.storage.k8s.io/ocs-storagecluster-ceph-rbd-virtualization patched oc patch storageclass.storage.k8s.io/ocs-storagecluster-cephfs -p '{"metadata": {"annotations": {"storageclass.kubernetes.io/is-default-class": "false"}}}' storageclass.storage.k8s.io/ocs-storagecluster-cephfs patched oc patch storageclass.storage.k8s.io/openshift-storage.noobaa.io -p '{"metadata": {"annotations": {"storageclass.kubernetes.io/is-default-class": "false"}}}' storageclass.storage.k8s.io/openshift-storage.noobaa.io patched + oc patch storageclass ocs-storagecluster-ceph-rbd-virtualization -p '{"metadata": {"annotations": {"storageclass.kubernetes.io/is-default-class": "true"}}}' storageclass.storage.k8s.io/ocs-storagecluster-ceph-rbd-virtualization patched + oc get sc NAME PROVISIONER RECLAIMPOLICY VOLUMEBINDINGMODE ALLOWVOLUMEEXPANSION AGE gp2-csi ebs.csi.aws.com Delete WaitForFirstConsumer true 162m gp3-csi ebs.csi.aws.com Delete WaitForFirstConsumer true 162m ocs-storagecluster-ceph-rbd openshift-storage.rbd.csi.ceph.com Delete Immediate true 107m ocs-storagecluster-ceph-rbd-virtualization (default) openshift-storage.rbd.csi.ceph.com Delete Immediate true 38m ocs-storagecluster-cephfs openshift-storage.cephfs.csi.ceph.com Delete Immediate true 107m openshift-storage.noobaa.io openshift-storage.noobaa.io/obc Delete Immediate false 103m + cnv::reimport_datavolumes + local dvnamespace=openshift-virtualization-os-images + echo '[DEBUG] Disable DataImportCron' [DEBUG] Disable DataImportCron + cnv::toggle_common_boot_image_import false + local status=false + oc patch hco kubevirt-hyperconverged -n openshift-cnv --type=merge -p '{"spec":{"enableCommonBootImageImport": false}}' Error from server (Conflict): admission webhook "validate-hco.kubevirt.io" denied the request: Operation cannot be fulfilled on ssps.ssp.kubevirt.io "ssp-kubevirt-hyperconverged": the object has been modified; please apply your changes to the latest version and try again + debug_on_exit + local exit_code=1 + local end_time=7 + local execution_time=7 + local debug_threshold=1200 + local hco_namespace=openshift-cnv + [[ 7 -lt 1200 ]] + echo + echo -------------------------------------------------------- -------------------------------------------------------- + echo ' SCRIPT EXITED PREMATURELY (runtime: 7s) ' SCRIPT EXITED PREMATURELY (runtime: 7s) + echo -------------------------------------------------------- -------------------------------------------------------- + echo 'Entering 2-hour debug sleep. Press Ctrl+C to terminate.' Entering 2-hour debug sleep. Press Ctrl+C to terminate. + echo 'You can now inspect the system state.' You can now inspect the system state. + echo 'PID: $' PID: $ + echo 'Exit Code: 1' Exit Code: 1 + echo -------------------------------------------------------- -------------------------------------------------------- + oc get -n openshift-cnv hco kubevirt-hyperconverged -o yaml + oc logs --since=1h -n openshift-cnv -l name=hyperconverged-cluster-operator No resources found in openshift-cnv namespace. + runMustGather + local IMAGE + local FALLBACK_IMAGE=registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9:v4.21 + local MUST_GATHER_CNV_DIR=/logs/artifacts/must-gather-cnv ++ getMustGatherImage ++ oc get csv --namespace=openshift-cnv '--selector=!olm.copiedFrom' --output=json ++ jq -r ' .items[] | select(.metadata.name | contains("kubevirt-hyperconverged-operator")) | .spec.relatedImages[] | select(.name | contains("must-gather")) | .image' + IMAGE=registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:c5fc8d11da2a2af3f23c73c9ba5496b9c4e6dcc6360e1ff613f627538d154f9b + [[ -z registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:c5fc8d11da2a2af3f23c73c9ba5496b9c4e6dcc6360e1ff613f627538d154f9b ]] + mkdir -p /logs/artifacts/must-gather-cnv + oc adm must-gather --dest-dir=/logs/artifacts/must-gather-cnv --image=registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:c5fc8d11da2a2af3f23c73c9ba5496b9c4e6dcc6360e1ff613f627538d154f9b -- /usr/bin/gather --vms_details + tee /logs/artifacts/must-gather-cnv/must-gather-cnv.log [must-gather ] OUT 2025-12-13T18:05:49.968219245Z Using must-gather plug-in image: registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:c5fc8d11da2a2af3f23c73c9ba5496b9c4e6dcc6360e1ff613f627538d154f9b When opening a support case, bugzilla, or issue please include the following summary data along with any other requested information: ClusterID: 455b8050-618c-4271-99c9-87d08201eef7 ClientVersion: 4.20.6 ClusterVersion: Stable at "4.21.0-0.nightly-2025-12-12-050937" ClusterOperators: clusteroperator/operator-lifecycle-manager is not upgradeable because ClusterServiceVersions blocking minor version upgrades to 4.21.0 or higher: - maximum supported OCP version for openshift-storage/odf-dependencies.v4.19.9-rhodf is 4.20 - maximum supported OCP version for openshift-storage/odf-operator.v4.19.9-rhodf is 4.20 [must-gather ] OUT 2025-12-13T18:05:50.230701227Z namespace/openshift-must-gather-twz8c created [must-gather ] OUT 2025-12-13T18:05:50.288099314Z clusterrolebinding.rbac.authorization.k8s.io/must-gather-dl9nx created [must-gather ] OUT 2025-12-13T18:05:50.460914763Z pod for plug-in image registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:c5fc8d11da2a2af3f23c73c9ba5496b9c4e6dcc6360e1ff613f627538d154f9b created [must-gather-zbff8] POD 2025-12-13T18:06:00.959980141Z [disk usage checker] Started [must-gather-zbff8] POD 2025-12-13T18:06:00.966901531Z [disk usage checker] Volume usage percentage: current = 16 ; allowed = 70 [must-gather-zbff8] POD 2025-12-13T18:06:00.970705547Z running gather_apiservices [must-gather-zbff8] POD 2025-12-13T18:06:00.973429912Z +++ dirname -- /usr/bin/gather_apiservices [must-gather-zbff8] POD 2025-12-13T18:06:00.976341981Z ++ cd -- /usr/bin [must-gather-zbff8] POD 2025-12-13T18:06:00.976341981Z ++ pwd [must-gather-zbff8] POD 2025-12-13T18:06:00.976341981Z + DIR_NAME=/usr/bin [must-gather-zbff8] POD 2025-12-13T18:06:00.976341981Z + source /usr/bin/common.sh [must-gather-zbff8] POD 2025-12-13T18:06:00.976463863Z ++++ dirname -- /usr/bin/common.sh [must-gather-zbff8] POD 2025-12-13T18:06:00.978237479Z +++ cd -- /usr/bin [must-gather-zbff8] POD 2025-12-13T18:06:00.978365302Z +++ pwd [must-gather-zbff8] POD 2025-12-13T18:06:00.978612877Z ++ DIR_NAME=/usr/bin [must-gather-zbff8] POD 2025-12-13T18:06:00.978679398Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-zbff8] POD 2025-12-13T18:06:00.978703779Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-zbff8] POD 2025-12-13T18:06:00.978765760Z ++ export PROS=5 [must-gather-zbff8] POD 2025-12-13T18:06:00.979193069Z ++ PROS=5 [must-gather-zbff8] POD 2025-12-13T18:06:00.979193069Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-zbff8] POD 2025-12-13T18:06:00.979193069Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-zbff8] POD 2025-12-13T18:06:00.979193069Z + check_command [must-gather-zbff8] POD 2025-12-13T18:06:00.979193069Z + [[ -z 1 ]] [must-gather-zbff8] POD 2025-12-13T18:06:00.979795421Z ++ /usr/bin/oc get apiservices [must-gather-zbff8] POD 2025-12-13T18:06:00.979867822Z ++ grep kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:00.980079136Z ++ awk '{ print $1 }' [must-gather-zbff8] POD 2025-12-13T18:06:01.404291041Z + resources='v1.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.404291041Z v1.networkaddonsoperator.network.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.404291041Z v1.subresources.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.404291041Z v1alpha1.aaq.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.404291041Z v1alpha1.clone.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.404291041Z v1alpha1.export.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.404291041Z v1alpha1.migrations.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.404291041Z v1alpha1.networkaddonsoperator.network.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.404291041Z v1alpha1.pool.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.404291041Z v1alpha1.snapshot.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.404291041Z v1alpha3.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.404291041Z v1alpha3.subresources.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.404291041Z v1beta1.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.404291041Z v1beta1.clone.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.404291041Z v1beta1.export.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.404291041Z v1beta1.forklift.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.404291041Z v1beta1.hco.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.404291041Z v1beta1.hostpathprovisioner.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.404291041Z v1beta1.instancetype.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.404291041Z v1beta1.pool.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.404291041Z v1beta1.snapshot.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.404291041Z v1beta1.upload.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.404291041Z v1beta2.ssp.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.404291041Z v1beta3.ssp.kubevirt.io' [must-gather-zbff8] POD 2025-12-13T18:06:01.404532906Z + export apiservice_collection_path=/must-gather/apiservices/ [must-gather-zbff8] POD 2025-12-13T18:06:01.404532906Z + apiservice_collection_path=/must-gather/apiservices/ [must-gather-zbff8] POD 2025-12-13T18:06:01.404532906Z + mkdir -p /must-gather/apiservices/ [must-gather-zbff8] POD 2025-12-13T18:06:01.406855393Z + echo 'v1.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.406855393Z v1.networkaddonsoperator.network.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.406855393Z v1.subresources.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.406855393Z v1alpha1.aaq.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.406855393Z v1alpha1.clone.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.406855393Z v1alpha1.export.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.406855393Z v1alpha1.migrations.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.406855393Z v1alpha1.networkaddonsoperator.network.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.406855393Z v1alpha1.pool.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.406855393Z v1alpha1.snapshot.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.406855393Z v1alpha3.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.406855393Z v1alpha3.subresources.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.406855393Z v1beta1.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.406855393Z v1beta1.clone.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.406855393Z v1beta1.export.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.406855393Z v1beta1.forklift.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.406855393Z v1beta1.hco.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.406855393Z v1beta1.hostpathprovisioner.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.406855393Z v1beta1.instancetype.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.406855393Z v1beta1.pool.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.406855393Z v1beta1.snapshot.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.406855393Z v1beta1.upload.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.406855393Z v1beta2.ssp.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.406855393Z v1beta3.ssp.kubevirt.io' [must-gather-zbff8] POD 2025-12-13T18:06:01.406855393Z + tr ' ' '\n' [must-gather-zbff8] POD 2025-12-13T18:06:01.407067417Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- '{}' [must-gather-zbff8] POD 2025-12-13T18:06:01.409114078Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.409748381Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1.networkaddonsoperator.network.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.410227701Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1.subresources.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.410892744Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.aaq.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.415558838Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.clone.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.783733163Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.export.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.785397937Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.migrations.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.819136837Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.networkaddonsoperator.network.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.925080364Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.pool.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:01.936689618Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.snapshot.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:02.142232553Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha3.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:02.187779531Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha3.subresources.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:02.205584550Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:02.307699980Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.clone.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:02.405062013Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.export.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:02.478407522Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.forklift.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:02.550968826Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.hco.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:02.636649423Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.hostpathprovisioner.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:02.637744685Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.instancetype.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:02.897021164Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.pool.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:02.907187789Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.snapshot.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:03.016060145Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.upload.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:03.017250599Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta2.ssp.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:03.074306889Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta3.ssp.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:03.406458687Z + exit 0 [must-gather-zbff8] POD 2025-12-13T18:06:03.406689662Z running gather_cdi [must-gather-zbff8] POD 2025-12-13T18:06:03.408937468Z +++ dirname -- /usr/bin/gather_cdi [must-gather-zbff8] POD 2025-12-13T18:06:03.410766274Z ++ cd -- /usr/bin [must-gather-zbff8] POD 2025-12-13T18:06:03.410825956Z ++ pwd [must-gather-zbff8] POD 2025-12-13T18:06:03.411054730Z + DIR_NAME=/usr/bin [must-gather-zbff8] POD 2025-12-13T18:06:03.411074031Z + source /usr/bin/common.sh [must-gather-zbff8] POD 2025-12-13T18:06:03.411797135Z ++++ dirname -- /usr/bin/common.sh [must-gather-zbff8] POD 2025-12-13T18:06:03.413276945Z +++ cd -- /usr/bin [must-gather-zbff8] POD 2025-12-13T18:06:03.413429748Z +++ pwd [must-gather-zbff8] POD 2025-12-13T18:06:03.413649652Z ++ DIR_NAME=/usr/bin [must-gather-zbff8] POD 2025-12-13T18:06:03.413670453Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-zbff8] POD 2025-12-13T18:06:03.413670453Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-zbff8] POD 2025-12-13T18:06:03.413682363Z ++ export PROS=5 [must-gather-zbff8] POD 2025-12-13T18:06:03.413682363Z ++ PROS=5 [must-gather-zbff8] POD 2025-12-13T18:06:03.413696584Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-zbff8] POD 2025-12-13T18:06:03.413696584Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-zbff8] POD 2025-12-13T18:06:03.413816826Z + check_command [must-gather-zbff8] POD 2025-12-13T18:06:03.413816826Z + [[ -z 1 ]] [must-gather-zbff8] POD 2025-12-13T18:06:03.413835386Z + get_log_collection_args [must-gather-zbff8] POD 2025-12-13T18:06:03.413835386Z + log_collection_args= [must-gather-zbff8] POD 2025-12-13T18:06:03.413858157Z + '[' -n '' ']' [must-gather-zbff8] POD 2025-12-13T18:06:03.413871107Z + '[' -n '' ']' [must-gather-zbff8] POD 2025-12-13T18:06:03.413871107Z + node_log_collection_args= [must-gather-zbff8] POD 2025-12-13T18:06:03.413886147Z + '[' -n '' ']' [must-gather-zbff8] POD 2025-12-13T18:06:03.413886147Z + '[' -n '' ']' [must-gather-zbff8] POD 2025-12-13T18:06:03.413897548Z + export log_collection_args [must-gather-zbff8] POD 2025-12-13T18:06:03.413897548Z + export node_log_collection_args [must-gather-zbff8] POD 2025-12-13T18:06:03.413975049Z + export -f gather_cdi_pod [must-gather-zbff8] POD 2025-12-13T18:06:03.414452819Z ++ oc get pods -l cdi.kubevirt.io --no-headers -A [must-gather-zbff8] POD 2025-12-13T18:06:03.414665473Z ++ awk '{print $1 "_" $2}' [must-gather-zbff8] POD 2025-12-13T18:06:03.559705708Z + cdi_pods='openshift-cnv_cdi-apiserver-599c6c58d5-c6zr9 [must-gather-zbff8] POD 2025-12-13T18:06:03.559705708Z openshift-cnv_cdi-deployment-6d89cf6494-ncrxn [must-gather-zbff8] POD 2025-12-13T18:06:03.559705708Z openshift-cnv_cdi-operator-76d7658dd7-g4hvr [must-gather-zbff8] POD 2025-12-13T18:06:03.559705708Z openshift-cnv_cdi-uploadproxy-5bb4dfd9db-j8dpb [must-gather-zbff8] POD 2025-12-13T18:06:03.559705708Z openshift-virtualization-os-images_importer-prime-a0517302-ba71-45aa-bbb6-2e4e57404092 [must-gather-zbff8] POD 2025-12-13T18:06:03.559705708Z openshift-virtualization-os-images_importer-prime-a3024415-f1d3-4012-abbc-da9020bf48b9 [must-gather-zbff8] POD 2025-12-13T18:06:03.559705708Z openshift-virtualization-os-images_importer-prime-be8d4d23-909c-47c2-984b-d4bbf2714856 [must-gather-zbff8] POD 2025-12-13T18:06:03.559705708Z openshift-virtualization-os-images_importer-prime-c19693f6-e46b-4193-a6ef-9b3eae8aa560 [must-gather-zbff8] POD 2025-12-13T18:06:03.559705708Z openshift-virtualization-os-images_importer-prime-de54cb5e-2d80-4129-8248-cfe441a44873 [must-gather-zbff8] POD 2025-12-13T18:06:03.559705708Z openshift-virtualization-os-images_importer-prime-fd0766d8-a4b1-4dbb-b023-73041fc13e95' [must-gather-zbff8] POD 2025-12-13T18:06:03.560030555Z + echo 'openshift-cnv_cdi-apiserver-599c6c58d5-c6zr9 [must-gather-zbff8] POD 2025-12-13T18:06:03.560030555Z openshift-cnv_cdi-deployment-6d89cf6494-ncrxn [must-gather-zbff8] POD 2025-12-13T18:06:03.560030555Z openshift-cnv_cdi-operator-76d7658dd7-g4hvr [must-gather-zbff8] POD 2025-12-13T18:06:03.560030555Z openshift-cnv_cdi-uploadproxy-5bb4dfd9db-j8dpb [must-gather-zbff8] POD 2025-12-13T18:06:03.560030555Z openshift-virtualization-os-images_importer-prime-a0517302-ba71-45aa-bbb6-2e4e57404092 [must-gather-zbff8] POD 2025-12-13T18:06:03.560030555Z openshift-virtualization-os-images_importer-prime-a3024415-f1d3-4012-abbc-da9020bf48b9 [must-gather-zbff8] POD 2025-12-13T18:06:03.560030555Z openshift-virtualization-os-images_importer-prime-be8d4d23-909c-47c2-984b-d4bbf2714856 [must-gather-zbff8] POD 2025-12-13T18:06:03.560030555Z openshift-virtualization-os-images_importer-prime-c19693f6-e46b-4193-a6ef-9b3eae8aa560 [must-gather-zbff8] POD 2025-12-13T18:06:03.560030555Z openshift-virtualization-os-images_importer-prime-de54cb5e-2d80-4129-8248-cfe441a44873 [must-gather-zbff8] POD 2025-12-13T18:06:03.560030555Z openshift-virtualization-os-images_importer-prime-fd0766d8-a4b1-4dbb-b023-73041fc13e95' [must-gather-zbff8] POD 2025-12-13T18:06:03.560155917Z + tr ' ' '\n' [must-gather-zbff8] POD 2025-12-13T18:06:03.560399412Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'gather_cdi_pod $1' -- '{}' [must-gather-zbff8] POD 2025-12-13T18:06:03.561735519Z sh -c 'gather_cdi_pod $1' -- openshift-cnv_cdi-apiserver-599c6c58d5-c6zr9 [must-gather-zbff8] POD 2025-12-13T18:06:03.562241069Z sh -c 'gather_cdi_pod $1' -- openshift-cnv_cdi-deployment-6d89cf6494-ncrxn [must-gather-zbff8] POD 2025-12-13T18:06:03.562822341Z sh -c 'gather_cdi_pod $1' -- openshift-cnv_cdi-operator-76d7658dd7-g4hvr [must-gather-zbff8] POD 2025-12-13T18:06:03.563441363Z sh -c 'gather_cdi_pod $1' -- openshift-cnv_cdi-uploadproxy-5bb4dfd9db-j8dpb [must-gather-zbff8] POD 2025-12-13T18:06:03.564473114Z sh -c 'gather_cdi_pod $1' -- openshift-virtualization-os-images_importer-prime-a0517302-ba71-45aa-bbb6-2e4e57404092 [must-gather-zbff8] POD 2025-12-13T18:06:03.571131948Z NS: openshift-cnv, POD: cdi-apiserver-599c6c58d5-c6zr9 [must-gather-zbff8] POD 2025-12-13T18:06:03.573204170Z NS: openshift-cnv, POD: cdi-deployment-6d89cf6494-ncrxn [must-gather-zbff8] POD 2025-12-13T18:06:03.575255312Z NS: openshift-cnv, POD: cdi-operator-76d7658dd7-g4hvr [must-gather-zbff8] POD 2025-12-13T18:06:03.576759842Z NS: openshift-cnv, POD: cdi-uploadproxy-5bb4dfd9db-j8dpb [must-gather-zbff8] POD 2025-12-13T18:06:03.579461676Z NS: openshift-virtualization-os-images, POD: importer-prime-a0517302-ba71-45aa-bbb6-2e4e57404092 [must-gather-zbff8] POD 2025-12-13T18:06:03.977631106Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:04.011893567Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:04.047620717Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:04.147159585Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:04.148571753Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:04.367778984Z sh -c 'gather_cdi_pod $1' -- openshift-virtualization-os-images_importer-prime-a3024415-f1d3-4012-abbc-da9020bf48b9 [must-gather-zbff8] POD 2025-12-13T18:06:04.379342667Z NS: openshift-virtualization-os-images, POD: importer-prime-a3024415-f1d3-4012-abbc-da9020bf48b9 [must-gather-zbff8] POD 2025-12-13T18:06:04.439344657Z sh -c 'gather_cdi_pod $1' -- openshift-virtualization-os-images_importer-prime-be8d4d23-909c-47c2-984b-d4bbf2714856 [must-gather-zbff8] POD 2025-12-13T18:06:04.450114934Z Defaulted container "importer" out of: importer, server, init (init) [must-gather-zbff8] POD 2025-12-13T18:06:04.460878701Z NS: openshift-virtualization-os-images, POD: importer-prime-be8d4d23-909c-47c2-984b-d4bbf2714856 [must-gather-zbff8] POD 2025-12-13T18:06:04.470446154Z sh -c 'gather_cdi_pod $1' -- openshift-virtualization-os-images_importer-prime-c19693f6-e46b-4193-a6ef-9b3eae8aa560 [must-gather-zbff8] POD 2025-12-13T18:06:04.516798879Z NS: openshift-virtualization-os-images, POD: importer-prime-c19693f6-e46b-4193-a6ef-9b3eae8aa560 [must-gather-zbff8] POD 2025-12-13T18:06:04.588635488Z sh -c 'gather_cdi_pod $1' -- openshift-virtualization-os-images_importer-prime-de54cb5e-2d80-4129-8248-cfe441a44873 [must-gather-zbff8] POD 2025-12-13T18:06:04.603144350Z sh -c 'gather_cdi_pod $1' -- openshift-virtualization-os-images_importer-prime-fd0766d8-a4b1-4dbb-b023-73041fc13e95 [must-gather-zbff8] POD 2025-12-13T18:06:04.629298378Z NS: openshift-virtualization-os-images, POD: importer-prime-de54cb5e-2d80-4129-8248-cfe441a44873 [must-gather-zbff8] POD 2025-12-13T18:06:04.686396189Z NS: openshift-virtualization-os-images, POD: importer-prime-fd0766d8-a4b1-4dbb-b023-73041fc13e95 [must-gather-zbff8] POD 2025-12-13T18:06:04.833566667Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:04.933480822Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:04.942232689Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:05.175099345Z Defaulted container "importer" out of: importer, server, init (init) [must-gather-zbff8] POD 2025-12-13T18:06:05.195108838Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:05.204144010Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:05.288760507Z Defaulted container "importer" out of: importer, server, init (init) [must-gather-zbff8] POD 2025-12-13T18:06:05.300242618Z Error from server (BadRequest): container "importer" in pod "importer-prime-be8d4d23-909c-47c2-984b-d4bbf2714856" is waiting to start: PodInitializing [must-gather-zbff8] POD 2025-12-13T18:06:05.351520643Z Defaulted container "importer" out of: importer, server, init (init) [must-gather-zbff8] POD 2025-12-13T18:06:05.405227315Z Defaulted container "importer" out of: importer, server, init (init) [must-gather-zbff8] POD 2025-12-13T18:06:05.408378399Z Defaulted container "importer" out of: importer, server, init (init) [must-gather-zbff8] POD 2025-12-13T18:06:05.417604535Z Error from server (BadRequest): container "importer" in pod "importer-prime-de54cb5e-2d80-4129-8248-cfe441a44873" is waiting to start: PodInitializing [must-gather-zbff8] POD 2025-12-13T18:06:05.422181177Z + export -f gather_pvc [must-gather-zbff8] POD 2025-12-13T18:06:05.422783629Z ++ oc get pvc --no-headers -A [must-gather-zbff8] POD 2025-12-13T18:06:05.422944773Z ++ awk '{print $1 "_" $2}' [must-gather-zbff8] POD 2025-12-13T18:06:05.541700458Z + pvcs='openshift-monitoring_prometheus-data-prometheus-k8s-0 [must-gather-zbff8] POD 2025-12-13T18:06:05.541700458Z openshift-monitoring_prometheus-data-prometheus-k8s-1 [must-gather-zbff8] POD 2025-12-13T18:06:05.541700458Z openshift-storage_noobaa-db-pg-cluster-1 [must-gather-zbff8] POD 2025-12-13T18:06:05.541700458Z openshift-storage_noobaa-db-pg-cluster-2 [must-gather-zbff8] POD 2025-12-13T18:06:05.541700458Z openshift-storage_ocs-deviceset-0-data-0shjz8 [must-gather-zbff8] POD 2025-12-13T18:06:05.541700458Z openshift-storage_ocs-deviceset-0-data-1l9m5q [must-gather-zbff8] POD 2025-12-13T18:06:05.541700458Z openshift-storage_ocs-deviceset-1-data-09dj47 [must-gather-zbff8] POD 2025-12-13T18:06:05.541700458Z openshift-storage_ocs-deviceset-1-data-14pjh7 [must-gather-zbff8] POD 2025-12-13T18:06:05.541700458Z openshift-storage_ocs-deviceset-2-data-0rf4lz [must-gather-zbff8] POD 2025-12-13T18:06:05.541700458Z openshift-storage_ocs-deviceset-2-data-15ld8h [must-gather-zbff8] POD 2025-12-13T18:06:05.541700458Z openshift-storage_rook-ceph-mon-a [must-gather-zbff8] POD 2025-12-13T18:06:05.541700458Z openshift-storage_rook-ceph-mon-b [must-gather-zbff8] POD 2025-12-13T18:06:05.541700458Z openshift-storage_rook-ceph-mon-c [must-gather-zbff8] POD 2025-12-13T18:06:05.541700458Z openshift-virtualization-os-images_centos-stream10-1d7e2727e6e4 [must-gather-zbff8] POD 2025-12-13T18:06:05.541700458Z openshift-virtualization-os-images_centos-stream9-05a83de68e2f [must-gather-zbff8] POD 2025-12-13T18:06:05.541700458Z openshift-virtualization-os-images_fedora-68ed96832eca [must-gather-zbff8] POD 2025-12-13T18:06:05.541700458Z openshift-virtualization-os-images_prime-a0517302-ba71-45aa-bbb6-2e4e57404092 [must-gather-zbff8] POD 2025-12-13T18:06:05.541700458Z openshift-virtualization-os-images_prime-a3024415-f1d3-4012-abbc-da9020bf48b9 [must-gather-zbff8] POD 2025-12-13T18:06:05.541700458Z openshift-virtualization-os-images_prime-be8d4d23-909c-47c2-984b-d4bbf2714856 [must-gather-zbff8] POD 2025-12-13T18:06:05.541700458Z openshift-virtualization-os-images_prime-c19693f6-e46b-4193-a6ef-9b3eae8aa560 [must-gather-zbff8] POD 2025-12-13T18:06:05.541700458Z openshift-virtualization-os-images_prime-de54cb5e-2d80-4129-8248-cfe441a44873 [must-gather-zbff8] POD 2025-12-13T18:06:05.541700458Z openshift-virtualization-os-images_prime-fd0766d8-a4b1-4dbb-b023-73041fc13e95 [must-gather-zbff8] POD 2025-12-13T18:06:05.541700458Z openshift-virtualization-os-images_rhel10-c03936a065f2 [must-gather-zbff8] POD 2025-12-13T18:06:05.541700458Z openshift-virtualization-os-images_rhel8-4ccd8b6aee47 [must-gather-zbff8] POD 2025-12-13T18:06:05.541700458Z openshift-virtualization-os-images_rhel9-ab4ec16077fe' [must-gather-zbff8] POD 2025-12-13T18:06:05.541998754Z + echo 'openshift-monitoring_prometheus-data-prometheus-k8s-0 [must-gather-zbff8] POD 2025-12-13T18:06:05.541998754Z openshift-monitoring_prometheus-data-prometheus-k8s-1 [must-gather-zbff8] POD 2025-12-13T18:06:05.541998754Z openshift-storage_noobaa-db-pg-cluster-1 [must-gather-zbff8] POD 2025-12-13T18:06:05.541998754Z openshift-storage_noobaa-db-pg-cluster-2 [must-gather-zbff8] POD 2025-12-13T18:06:05.541998754Z openshift-storage_ocs-deviceset-0-data-0shjz8 [must-gather-zbff8] POD 2025-12-13T18:06:05.541998754Z openshift-storage_ocs-deviceset-0-data-1l9m5q [must-gather-zbff8] POD 2025-12-13T18:06:05.541998754Z openshift-storage_ocs-deviceset-1-data-09dj47 [must-gather-zbff8] POD 2025-12-13T18:06:05.541998754Z openshift-storage_ocs-deviceset-1-data-14pjh7 [must-gather-zbff8] POD 2025-12-13T18:06:05.541998754Z openshift-storage_ocs-deviceset-2-data-0rf4lz [must-gather-zbff8] POD 2025-12-13T18:06:05.541998754Z openshift-storage_ocs-deviceset-2-data-15ld8h [must-gather-zbff8] POD 2025-12-13T18:06:05.541998754Z openshift-storage_rook-ceph-mon-a [must-gather-zbff8] POD 2025-12-13T18:06:05.541998754Z openshift-storage_rook-ceph-mon-b [must-gather-zbff8] POD 2025-12-13T18:06:05.541998754Z openshift-storage_rook-ceph-mon-c [must-gather-zbff8] POD 2025-12-13T18:06:05.541998754Z openshift-virtualization-os-images_centos-stream10-1d7e2727e6e4 [must-gather-zbff8] POD 2025-12-13T18:06:05.541998754Z openshift-virtualization-os-images_centos-stream9-05a83de68e2f [must-gather-zbff8] POD 2025-12-13T18:06:05.541998754Z openshift-virtualization-os-images_fedora-68ed96832eca [must-gather-zbff8] POD 2025-12-13T18:06:05.541998754Z openshift-virtualization-os-images_prime-a0517302-ba71-45aa-bbb6-2e4e57404092 [must-gather-zbff8] POD 2025-12-13T18:06:05.541998754Z openshift-virtualization-os-images_prime-a3024415-f1d3-4012-abbc-da9020bf48b9 [must-gather-zbff8] POD 2025-12-13T18:06:05.541998754Z openshift-virtualization-os-images_prime-be8d4d23-909c-47c2-984b-d4bbf2714856 [must-gather-zbff8] POD 2025-12-13T18:06:05.541998754Z openshift-virtualization-os-images_prime-c19693f6-e46b-4193-a6ef-9b3eae8aa560 [must-gather-zbff8] POD 2025-12-13T18:06:05.541998754Z openshift-virtualization-os-images_prime-de54cb5e-2d80-4129-8248-cfe441a44873 [must-gather-zbff8] POD 2025-12-13T18:06:05.541998754Z openshift-virtualization-os-images_prime-fd0766d8-a4b1-4dbb-b023-73041fc13e95 [must-gather-zbff8] POD 2025-12-13T18:06:05.541998754Z openshift-virtualization-os-images_rhel10-c03936a065f2 [must-gather-zbff8] POD 2025-12-13T18:06:05.541998754Z openshift-virtualization-os-images_rhel8-4ccd8b6aee47 [must-gather-zbff8] POD 2025-12-13T18:06:05.541998754Z openshift-virtualization-os-images_rhel9-ab4ec16077fe' [must-gather-zbff8] POD 2025-12-13T18:06:05.542138516Z + tr ' ' '\n' [must-gather-zbff8] POD 2025-12-13T18:06:05.542350211Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'gather_pvc $1' -- '{}' [must-gather-zbff8] POD 2025-12-13T18:06:05.543791650Z sh -c 'gather_pvc $1' -- openshift-monitoring_prometheus-data-prometheus-k8s-0 [must-gather-zbff8] POD 2025-12-13T18:06:05.544352871Z sh -c 'gather_pvc $1' -- openshift-monitoring_prometheus-data-prometheus-k8s-1 [must-gather-zbff8] POD 2025-12-13T18:06:05.544881492Z sh -c 'gather_pvc $1' -- openshift-storage_noobaa-db-pg-cluster-1 [must-gather-zbff8] POD 2025-12-13T18:06:05.545713268Z sh -c 'gather_pvc $1' -- openshift-storage_noobaa-db-pg-cluster-2 [must-gather-zbff8] POD 2025-12-13T18:06:05.546508695Z sh -c 'gather_pvc $1' -- openshift-storage_ocs-deviceset-0-data-0shjz8 [must-gather-zbff8] POD 2025-12-13T18:06:05.553128808Z NS: openshift-monitoring, PVC: prometheus-data-prometheus-k8s-1 [must-gather-zbff8] POD 2025-12-13T18:06:05.554898334Z NS: openshift-monitoring, PVC: prometheus-data-prometheus-k8s-0 [must-gather-zbff8] POD 2025-12-13T18:06:05.555909174Z NS: openshift-storage, PVC: noobaa-db-pg-cluster-1 [must-gather-zbff8] POD 2025-12-13T18:06:05.558456776Z NS: openshift-storage, PVC: noobaa-db-pg-cluster-2 [must-gather-zbff8] POD 2025-12-13T18:06:05.559167950Z NS: openshift-storage, PVC: ocs-deviceset-0-data-0shjz8 [must-gather-zbff8] POD 2025-12-13T18:06:06.030952694Z [disk usage checker] Volume usage percentage: current = 16 ; allowed = 70 [must-gather-zbff8] POD 2025-12-13T18:06:06.076922371Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:06.151773661Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:06.164614569Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:06.220894875Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:06.295910497Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:06.465948976Z sh -c 'gather_pvc $1' -- openshift-storage_ocs-deviceset-0-data-1l9m5q [must-gather-zbff8] POD 2025-12-13T18:06:06.482567032Z NS: openshift-storage, PVC: ocs-deviceset-0-data-1l9m5q [must-gather-zbff8] POD 2025-12-13T18:06:06.541027340Z sh -c 'gather_pvc $1' -- openshift-storage_ocs-deviceset-1-data-09dj47 [must-gather-zbff8] POD 2025-12-13T18:06:06.581735521Z sh -c 'gather_pvc $1' -- openshift-storage_ocs-deviceset-1-data-14pjh7 [must-gather-zbff8] POD 2025-12-13T18:06:06.584191791Z NS: openshift-storage, PVC: ocs-deviceset-1-data-09dj47 [must-gather-zbff8] POD 2025-12-13T18:06:06.614741327Z NS: openshift-storage, PVC: ocs-deviceset-1-data-14pjh7 [must-gather-zbff8] POD 2025-12-13T18:06:06.755141248Z sh -c 'gather_pvc $1' -- openshift-storage_ocs-deviceset-2-data-0rf4lz [must-gather-zbff8] POD 2025-12-13T18:06:06.783956670Z NS: openshift-storage, PVC: ocs-deviceset-2-data-0rf4lz [must-gather-zbff8] POD 2025-12-13T18:06:06.805815410Z sh -c 'gather_pvc $1' -- openshift-storage_ocs-deviceset-2-data-15ld8h [must-gather-zbff8] POD 2025-12-13T18:06:06.840443538Z NS: openshift-storage, PVC: ocs-deviceset-2-data-15ld8h [must-gather-zbff8] POD 2025-12-13T18:06:06.855636975Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:06.930596097Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:07.028188785Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:07.235472115Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:07.264865677Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:07.424109579Z sh -c 'gather_pvc $1' -- openshift-storage_rook-ceph-mon-a [must-gather-zbff8] POD 2025-12-13T18:06:07.436629601Z NS: openshift-storage, PVC: rook-ceph-mon-a [must-gather-zbff8] POD 2025-12-13T18:06:07.561497019Z sh -c 'gather_pvc $1' -- openshift-storage_rook-ceph-mon-b [must-gather-zbff8] POD 2025-12-13T18:06:07.577929751Z NS: openshift-storage, PVC: rook-ceph-mon-b [must-gather-zbff8] POD 2025-12-13T18:06:07.594384543Z sh -c 'gather_pvc $1' -- openshift-storage_rook-ceph-mon-c [must-gather-zbff8] POD 2025-12-13T18:06:07.606226712Z sh -c 'gather_pvc $1' -- openshift-virtualization-os-images_centos-stream10-1d7e2727e6e4 [must-gather-zbff8] POD 2025-12-13T18:06:07.617548530Z NS: openshift-storage, PVC: rook-ceph-mon-c [must-gather-zbff8] POD 2025-12-13T18:06:07.620430508Z NS: openshift-virtualization-os-images, PVC: centos-stream10-1d7e2727e6e4 [must-gather-zbff8] POD 2025-12-13T18:06:07.649292230Z sh -c 'gather_pvc $1' -- openshift-virtualization-os-images_centos-stream9-05a83de68e2f [must-gather-zbff8] POD 2025-12-13T18:06:07.676039580Z NS: openshift-virtualization-os-images, PVC: centos-stream9-05a83de68e2f [must-gather-zbff8] POD 2025-12-13T18:06:07.866003030Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:07.990987101Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:08.034484488Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:08.107147863Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:08.187229938Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:08.304094745Z sh -c 'gather_pvc $1' -- openshift-virtualization-os-images_fedora-68ed96832eca [must-gather-zbff8] POD 2025-12-13T18:06:08.350906849Z NS: openshift-virtualization-os-images, PVC: fedora-68ed96832eca [must-gather-zbff8] POD 2025-12-13T18:06:08.446813233Z sh -c 'gather_pvc $1' -- openshift-virtualization-os-images_prime-a0517302-ba71-45aa-bbb6-2e4e57404092 [must-gather-zbff8] POD 2025-12-13T18:06:08.460144792Z NS: openshift-virtualization-os-images, PVC: prime-a0517302-ba71-45aa-bbb6-2e4e57404092 [must-gather-zbff8] POD 2025-12-13T18:06:08.467364207Z sh -c 'gather_pvc $1' -- openshift-virtualization-os-images_prime-a3024415-f1d3-4012-abbc-da9020bf48b9 [must-gather-zbff8] POD 2025-12-13T18:06:08.481816859Z NS: openshift-virtualization-os-images, PVC: prime-a3024415-f1d3-4012-abbc-da9020bf48b9 [must-gather-zbff8] POD 2025-12-13T18:06:08.530847628Z sh -c 'gather_pvc $1' -- openshift-virtualization-os-images_prime-be8d4d23-909c-47c2-984b-d4bbf2714856 [must-gather-zbff8] POD 2025-12-13T18:06:08.542835360Z sh -c 'gather_pvc $1' -- openshift-virtualization-os-images_prime-c19693f6-e46b-4193-a6ef-9b3eae8aa560 [must-gather-zbff8] POD 2025-12-13T18:06:08.562497626Z NS: openshift-virtualization-os-images, PVC: prime-be8d4d23-909c-47c2-984b-d4bbf2714856 [must-gather-zbff8] POD 2025-12-13T18:06:08.584946299Z NS: openshift-virtualization-os-images, PVC: prime-c19693f6-e46b-4193-a6ef-9b3eae8aa560 [must-gather-zbff8] POD 2025-12-13T18:06:08.719701386Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:08.894611183Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:08.925311413Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:08.933188172Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:09.117360806Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:09.272771100Z sh -c 'gather_pvc $1' -- openshift-virtualization-os-images_prime-de54cb5e-2d80-4129-8248-cfe441a44873 [must-gather-zbff8] POD 2025-12-13T18:06:09.340153439Z NS: openshift-virtualization-os-images, PVC: prime-de54cb5e-2d80-4129-8248-cfe441a44873 [must-gather-zbff8] POD 2025-12-13T18:06:09.428884818Z sh -c 'gather_pvc $1' -- openshift-virtualization-os-images_prime-fd0766d8-a4b1-4dbb-b023-73041fc13e95 [must-gather-zbff8] POD 2025-12-13T18:06:09.515596557Z sh -c 'gather_pvc $1' -- openshift-virtualization-os-images_rhel10-c03936a065f2 [must-gather-zbff8] POD 2025-12-13T18:06:09.595658721Z sh -c 'gather_pvc $1' -- openshift-virtualization-os-images_rhel8-4ccd8b6aee47 [must-gather-zbff8] POD 2025-12-13T18:06:09.618136484Z sh -c 'gather_pvc $1' -- openshift-virtualization-os-images_rhel9-ab4ec16077fe [must-gather-zbff8] POD 2025-12-13T18:06:09.634468894Z NS: openshift-virtualization-os-images, PVC: rhel9-ab4ec16077fe [must-gather-zbff8] POD 2025-12-13T18:06:09.684303119Z NS: openshift-virtualization-os-images, PVC: prime-fd0766d8-a4b1-4dbb-b023-73041fc13e95 [must-gather-zbff8] POD 2025-12-13T18:06:09.791072412Z NS: openshift-virtualization-os-images, PVC: rhel10-c03936a065f2 [must-gather-zbff8] POD 2025-12-13T18:06:09.794252666Z NS: openshift-virtualization-os-images, PVC: rhel8-4ccd8b6aee47 [must-gather-zbff8] POD 2025-12-13T18:06:09.901049030Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:10.120292041Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:10.189349514Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:10.270688494Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:10.294183038Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:10.536042705Z running gather_crds [must-gather-zbff8] POD 2025-12-13T18:06:10.538266290Z +++ dirname -- /usr/bin/gather_crds [must-gather-zbff8] POD 2025-12-13T18:06:10.540135558Z ++ cd -- /usr/bin [must-gather-zbff8] POD 2025-12-13T18:06:10.540219900Z ++ pwd [must-gather-zbff8] POD 2025-12-13T18:06:10.540615657Z + DIR_NAME=/usr/bin [must-gather-zbff8] POD 2025-12-13T18:06:10.540750430Z + source /usr/bin/common.sh [must-gather-zbff8] POD 2025-12-13T18:06:10.541577007Z ++++ dirname -- /usr/bin/common.sh [must-gather-zbff8] POD 2025-12-13T18:06:10.543193180Z +++ cd -- /usr/bin [must-gather-zbff8] POD 2025-12-13T18:06:10.543305042Z +++ pwd [must-gather-zbff8] POD 2025-12-13T18:06:10.543716560Z ++ DIR_NAME=/usr/bin [must-gather-zbff8] POD 2025-12-13T18:06:10.543796342Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-zbff8] POD 2025-12-13T18:06:10.543816002Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-zbff8] POD 2025-12-13T18:06:10.543869093Z ++ export PROS=5 [must-gather-zbff8] POD 2025-12-13T18:06:10.543869093Z ++ PROS=5 [must-gather-zbff8] POD 2025-12-13T18:06:10.543869093Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-zbff8] POD 2025-12-13T18:06:10.543869093Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-zbff8] POD 2025-12-13T18:06:10.544104208Z + check_command [must-gather-zbff8] POD 2025-12-13T18:06:10.544104208Z + [[ -z 1 ]] [must-gather-zbff8] POD 2025-12-13T18:06:10.544104208Z + get_log_collection_args [must-gather-zbff8] POD 2025-12-13T18:06:10.544104208Z + log_collection_args= [must-gather-zbff8] POD 2025-12-13T18:06:10.544104208Z + '[' -n '' ']' [must-gather-zbff8] POD 2025-12-13T18:06:10.544104208Z + '[' -n '' ']' [must-gather-zbff8] POD 2025-12-13T18:06:10.544126408Z + node_log_collection_args= [must-gather-zbff8] POD 2025-12-13T18:06:10.544126408Z + '[' -n '' ']' [must-gather-zbff8] POD 2025-12-13T18:06:10.544126408Z + '[' -n '' ']' [must-gather-zbff8] POD 2025-12-13T18:06:10.544198390Z + export log_collection_args [must-gather-zbff8] POD 2025-12-13T18:06:10.544198390Z + export node_log_collection_args [must-gather-zbff8] POD 2025-12-13T18:06:10.544901444Z ++ /usr/bin/oc get crd [must-gather-zbff8] POD 2025-12-13T18:06:10.545184120Z ++ awk '{print $1}' [must-gather-zbff8] POD 2025-12-13T18:06:10.546358883Z ++ grep kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706046473Z + CRDS='aaqs.aaq.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706046473Z cdiconfigs.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706046473Z cdis.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706046473Z dataimportcrons.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706046473Z datasources.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706046473Z datavolumes.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706046473Z hostpathprovisioners.hostpathprovisioner.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706046473Z hyperconvergeds.hco.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706046473Z kubevirts.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706046473Z migrationpolicies.migrations.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706046473Z networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706046473Z objecttransfers.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706046473Z openstackvolumepopulators.forklift.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706046473Z ovirtvolumepopulators.forklift.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706046473Z ssps.ssp.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706046473Z storageprofiles.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706046473Z virtualmachineclones.clone.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706046473Z virtualmachineclusterinstancetypes.instancetype.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706046473Z virtualmachineclusterpreferences.instancetype.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706046473Z virtualmachineexports.export.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706046473Z virtualmachineinstancemigrations.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706046473Z virtualmachineinstancepresets.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706046473Z virtualmachineinstancereplicasets.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706046473Z virtualmachineinstances.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706046473Z virtualmachineinstancetypes.instancetype.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706046473Z virtualmachinepools.pool.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706046473Z virtualmachinepreferences.instancetype.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706046473Z virtualmachinerestores.snapshot.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706046473Z virtualmachines.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706046473Z virtualmachinesnapshotcontents.snapshot.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706046473Z virtualmachinesnapshots.snapshot.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706046473Z volumeclonesources.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706046473Z volumeimportsources.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706046473Z volumeuploadsources.cdi.kubevirt.io' [must-gather-zbff8] POD 2025-12-13T18:06:10.706889670Z + echo 'aaqs.aaq.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706889670Z cdiconfigs.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706889670Z cdis.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706889670Z dataimportcrons.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706889670Z datasources.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706889670Z datavolumes.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706889670Z hostpathprovisioners.hostpathprovisioner.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706889670Z hyperconvergeds.hco.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706889670Z kubevirts.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706889670Z migrationpolicies.migrations.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706889670Z networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706889670Z objecttransfers.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706889670Z openstackvolumepopulators.forklift.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706889670Z ovirtvolumepopulators.forklift.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706889670Z ssps.ssp.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706889670Z storageprofiles.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706889670Z virtualmachineclones.clone.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706889670Z virtualmachineclusterinstancetypes.instancetype.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706889670Z virtualmachineclusterpreferences.instancetype.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706889670Z virtualmachineexports.export.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706889670Z virtualmachineinstancemigrations.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706889670Z virtualmachineinstancepresets.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706889670Z virtualmachineinstancereplicasets.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706889670Z virtualmachineinstances.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706889670Z virtualmachineinstancetypes.instancetype.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706889670Z virtualmachinepools.pool.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706889670Z virtualmachinepreferences.instancetype.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706889670Z virtualmachinerestores.snapshot.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706889670Z virtualmachines.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706889670Z virtualmachinesnapshotcontents.snapshot.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706889670Z virtualmachinesnapshots.snapshot.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706889670Z volumeclonesources.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706889670Z volumeimportsources.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.706889670Z volumeuploadsources.cdi.kubevirt.io' [must-gather-zbff8] POD 2025-12-13T18:06:10.706889670Z + tr ' ' '\n' [must-gather-zbff8] POD 2025-12-13T18:06:10.706983852Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- '{}' [must-gather-zbff8] POD 2025-12-13T18:06:10.709306659Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- aaqs.aaq.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.709875201Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- cdiconfigs.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.710468213Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- cdis.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.711216218Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- dataimportcrons.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:10.714516034Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- datasources.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:11.063768107Z [disk usage checker] Volume usage percentage: current = 16 ; allowed = 70 [must-gather-zbff8] POD 2025-12-13T18:06:11.165596961Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:11.182465331Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- datavolumes.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:11.219211502Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:11.225027190Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:11.235093073Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- hostpathprovisioners.hostpathprovisioner.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:11.241545243Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- hyperconvergeds.hco.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:11.300776257Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:11.326884694Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- kubevirts.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:11.377351421Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:11.383199039Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- migrationpolicies.migrations.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:11.794210258Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:11.798576036Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:11.820849165Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:11.830540130Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- objecttransfers.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:11.845075724Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:11.852700937Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- openstackvolumepopulators.forklift.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:12.076465750Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:12.101052846Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:12.105920994Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- ovirtvolumepopulators.forklift.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:12.115813074Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- ssps.ssp.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:12.408548977Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:12.415239102Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- storageprofiles.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:12.486293125Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:12.493623942Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineclones.clone.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:12.557975510Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:12.565387660Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:12.610605581Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:12.618533141Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineclusterpreferences.instancetype.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:12.765425574Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:12.771404204Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineexports.export.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:12.956798243Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:12.972225944Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineinstancemigrations.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:13.140208012Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:13.145833815Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineinstancepresets.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:13.254257462Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:13.261272543Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineinstancereplicasets.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:13.272674363Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:13.281151024Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineinstances.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:13.384014369Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:13.392227874Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineinstancetypes.instancetype.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:13.613979486Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:13.620774603Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachinepools.pool.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:13.691769565Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:13.698646823Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachinepreferences.instancetype.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:13.919095509Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:13.926157862Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:13.931550380Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachinerestores.snapshot.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:13.944595983Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachines.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:13.952144226Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:13.965364772Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachinesnapshotcontents.snapshot.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:14.139593856Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:14.157650570Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachinesnapshots.snapshot.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:14.329651528Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:14.341848794Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- volumeclonesources.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:14.446542976Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:14.449927104Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- volumeimportsources.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:14.552351690Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:14.566488075Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- volumeuploadsources.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:14.610782428Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:14.692607238Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:14.791754807Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:14.793253148Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:14.876881024Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:06:14.882373335Z + exit 0 [must-gather-zbff8] POD 2025-12-13T18:06:14.882720042Z running gather_crs [must-gather-zbff8] POD 2025-12-13T18:06:14.885109590Z +++ dirname -- /usr/bin/gather_crs [must-gather-zbff8] POD 2025-12-13T18:06:14.886720833Z ++ cd -- /usr/bin [must-gather-zbff8] POD 2025-12-13T18:06:14.886788514Z ++ pwd [must-gather-zbff8] POD 2025-12-13T18:06:14.887259393Z + DIR_NAME=/usr/bin [must-gather-zbff8] POD 2025-12-13T18:06:14.887259393Z + source /usr/bin/common.sh [must-gather-zbff8] POD 2025-12-13T18:06:14.888116011Z ++++ dirname -- /usr/bin/common.sh [must-gather-zbff8] POD 2025-12-13T18:06:14.889742423Z +++ cd -- /usr/bin [must-gather-zbff8] POD 2025-12-13T18:06:14.889798875Z +++ pwd [must-gather-zbff8] POD 2025-12-13T18:06:14.890079460Z ++ DIR_NAME=/usr/bin [must-gather-zbff8] POD 2025-12-13T18:06:14.890485689Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-zbff8] POD 2025-12-13T18:06:14.890485689Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-zbff8] POD 2025-12-13T18:06:14.890485689Z ++ export PROS=5 [must-gather-zbff8] POD 2025-12-13T18:06:14.890485689Z ++ PROS=5 [must-gather-zbff8] POD 2025-12-13T18:06:14.890485689Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-zbff8] POD 2025-12-13T18:06:14.890485689Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-zbff8] POD 2025-12-13T18:06:14.890485689Z + check_command [must-gather-zbff8] POD 2025-12-13T18:06:14.890518219Z + [[ -z 1 ]] [must-gather-zbff8] POD 2025-12-13T18:06:14.890610601Z + export -f get_cr [must-gather-zbff8] POD 2025-12-13T18:06:14.890792685Z + export -f read_crs [must-gather-zbff8] POD 2025-12-13T18:06:14.890838005Z + mapfile -t resources [must-gather-zbff8] POD 2025-12-13T18:06:14.891667362Z ++ oc get crd -o=custom-columns=NAME:.metadata.name --no-headers [must-gather-zbff8] POD 2025-12-13T18:06:14.891859646Z ++ grep -e kubevirt.io -e snapshot.storage.k8s.io [must-gather-zbff8] POD 2025-12-13T18:06:14.892197523Z ++ grep -v virtualmachines.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:16.077358883Z [disk usage checker] Volume usage percentage: current = 16 ; allowed = 70 [must-gather-zbff8] POD 2025-12-13T18:06:16.322034587Z + xargs -t '-I{}' sh -c 'read_crs $1' -- '{}' [must-gather-zbff8] POD 2025-12-13T18:06:16.324237722Z + echo aaqs.aaq.kubevirt.io cdiconfigs.cdi.kubevirt.io cdis.cdi.kubevirt.io dataimportcrons.cdi.kubevirt.io datasources.cdi.kubevirt.io datavolumes.cdi.kubevirt.io hostpathprovisioners.hostpathprovisioner.kubevirt.io hyperconvergeds.hco.kubevirt.io kubevirts.kubevirt.io migrationpolicies.migrations.kubevirt.io networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io objecttransfers.cdi.kubevirt.io openstackvolumepopulators.forklift.cdi.kubevirt.io ovirtvolumepopulators.forklift.cdi.kubevirt.io ssps.ssp.kubevirt.io storageprofiles.cdi.kubevirt.io virtualmachineclones.clone.kubevirt.io virtualmachineclusterinstancetypes.instancetype.kubevirt.io virtualmachineclusterpreferences.instancetype.kubevirt.io virtualmachineexports.export.kubevirt.io virtualmachineinstancemigrations.kubevirt.io virtualmachineinstancepresets.kubevirt.io virtualmachineinstancereplicasets.kubevirt.io virtualmachineinstances.kubevirt.io virtualmachineinstancetypes.instancetype.kubevirt.io virtualmachinepools.pool.kubevirt.io virtualmachinepreferences.instancetype.kubevirt.io virtualmachinerestores.snapshot.kubevirt.io virtualmachinesnapshotcontents.snapshot.kubevirt.io virtualmachinesnapshots.snapshot.kubevirt.io volumeclonesources.cdi.kubevirt.io volumeimportsources.cdi.kubevirt.io volumesnapshotclasses.snapshot.storage.k8s.io volumesnapshotcontents.snapshot.storage.k8s.io volumesnapshots.snapshot.storage.k8s.io volumeuploadsources.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:16.324975047Z + tr ' ' '\n' [must-gather-zbff8] POD 2025-12-13T18:06:16.326829804Z sh -c 'read_crs $1' -- aaqs.aaq.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:16.462440562Z sh -c 'read_crs $1' -- cdiconfigs.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:16.596673417Z sh -c 'get_cr $1 $2' -- cdiconfigs.cdi.kubevirt.io 'config_' [must-gather-zbff8] POD 2025-12-13T18:06:16.747530679Z sh -c 'read_crs $1' -- cdis.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:16.891377489Z sh -c 'get_cr $1 $2' -- cdis.cdi.kubevirt.io 'cdi-kubevirt-hyperconverged_' [must-gather-zbff8] POD 2025-12-13T18:06:17.046676971Z sh -c 'read_crs $1' -- dataimportcrons.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:17.188562111Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io centos-stream10-image-cron_openshift-virtualization-os-images [must-gather-zbff8] POD 2025-12-13T18:06:17.189048231Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io centos-stream9-image-cron_openshift-virtualization-os-images [must-gather-zbff8] POD 2025-12-13T18:06:17.189738735Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io fedora-image-cron_openshift-virtualization-os-images [must-gather-zbff8] POD 2025-12-13T18:06:17.190946359Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io rhel10-image-cron_openshift-virtualization-os-images [must-gather-zbff8] POD 2025-12-13T18:06:17.191864588Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io rhel8-image-cron_openshift-virtualization-os-images [must-gather-zbff8] POD 2025-12-13T18:06:17.595853810Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io rhel9-image-cron_openshift-virtualization-os-images [must-gather-zbff8] POD 2025-12-13T18:06:17.877841125Z sh -c 'read_crs $1' -- datasources.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:18.047176650Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io centos-stream10_openshift-virtualization-os-images [must-gather-zbff8] POD 2025-12-13T18:06:18.047750822Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io centos-stream9_openshift-virtualization-os-images [must-gather-zbff8] POD 2025-12-13T18:06:18.049206281Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io fedora_openshift-virtualization-os-images [must-gather-zbff8] POD 2025-12-13T18:06:18.051247862Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io rhel10_openshift-virtualization-os-images [must-gather-zbff8] POD 2025-12-13T18:06:18.053044618Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io rhel7_openshift-virtualization-os-images [must-gather-zbff8] POD 2025-12-13T18:06:18.436181479Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io rhel8_openshift-virtualization-os-images [must-gather-zbff8] POD 2025-12-13T18:06:18.503375779Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io rhel9_openshift-virtualization-os-images [must-gather-zbff8] POD 2025-12-13T18:06:18.507273547Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win10_openshift-virtualization-os-images [must-gather-zbff8] POD 2025-12-13T18:06:18.514554094Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win11_openshift-virtualization-os-images [must-gather-zbff8] POD 2025-12-13T18:06:18.519870042Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win2k16_openshift-virtualization-os-images [must-gather-zbff8] POD 2025-12-13T18:06:18.913424843Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win2k19_openshift-virtualization-os-images [must-gather-zbff8] POD 2025-12-13T18:06:18.972343435Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win2k22_openshift-virtualization-os-images [must-gather-zbff8] POD 2025-12-13T18:06:18.996827061Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win2k25_openshift-virtualization-os-images [must-gather-zbff8] POD 2025-12-13T18:06:19.324113821Z sh -c 'read_crs $1' -- datavolumes.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:19.470578894Z sh -c 'get_cr $1 $2' -- datavolumes.cdi.kubevirt.io centos-stream10-1d7e2727e6e4_openshift-virtualization-os-images [must-gather-zbff8] POD 2025-12-13T18:06:19.471157326Z sh -c 'get_cr $1 $2' -- datavolumes.cdi.kubevirt.io centos-stream9-05a83de68e2f_openshift-virtualization-os-images [must-gather-zbff8] POD 2025-12-13T18:06:19.471796499Z sh -c 'get_cr $1 $2' -- datavolumes.cdi.kubevirt.io fedora-68ed96832eca_openshift-virtualization-os-images [must-gather-zbff8] POD 2025-12-13T18:06:19.472539074Z sh -c 'get_cr $1 $2' -- datavolumes.cdi.kubevirt.io rhel10-c03936a065f2_openshift-virtualization-os-images [must-gather-zbff8] POD 2025-12-13T18:06:19.476201298Z sh -c 'get_cr $1 $2' -- datavolumes.cdi.kubevirt.io rhel8-4ccd8b6aee47_openshift-virtualization-os-images [must-gather-zbff8] POD 2025-12-13T18:06:19.870925673Z sh -c 'get_cr $1 $2' -- datavolumes.cdi.kubevirt.io rhel9-ab4ec16077fe_openshift-virtualization-os-images [must-gather-zbff8] POD 2025-12-13T18:06:20.119134294Z sh -c 'read_crs $1' -- hostpathprovisioners.hostpathprovisioner.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:20.261229718Z sh -c 'read_crs $1' -- hyperconvergeds.hco.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:20.407504577Z sh -c 'get_cr $1 $2' -- hyperconvergeds.hco.kubevirt.io kubevirt-hyperconverged_openshift-cnv [must-gather-zbff8] POD 2025-12-13T18:06:20.558577003Z sh -c 'read_crs $1' -- kubevirts.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:20.705955145Z sh -c 'get_cr $1 $2' -- kubevirts.kubevirt.io kubevirt-kubevirt-hyperconverged_openshift-cnv [must-gather-zbff8] POD 2025-12-13T18:06:20.881480615Z sh -c 'read_crs $1' -- migrationpolicies.migrations.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:21.085334949Z [disk usage checker] Volume usage percentage: current = 16 ; allowed = 70 [must-gather-zbff8] POD 2025-12-13T18:06:21.131940862Z sh -c 'read_crs $1' -- networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:21.329570380Z sh -c 'get_cr $1 $2' -- networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io 'cluster_' [must-gather-zbff8] POD 2025-12-13T18:06:21.472983641Z sh -c 'read_crs $1' -- objecttransfers.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:21.651163355Z sh -c 'read_crs $1' -- openstackvolumepopulators.forklift.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:21.872715697Z sh -c 'read_crs $1' -- ovirtvolumepopulators.forklift.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:22.042590354Z sh -c 'read_crs $1' -- ssps.ssp.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:22.195475936Z sh -c 'get_cr $1 $2' -- ssps.ssp.kubevirt.io ssp-kubevirt-hyperconverged_openshift-cnv [must-gather-zbff8] POD 2025-12-13T18:06:22.345774907Z sh -c 'read_crs $1' -- storageprofiles.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:22.505153931Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'gp2-csi_' [must-gather-zbff8] POD 2025-12-13T18:06:22.505931137Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'gp3-csi_' [must-gather-zbff8] POD 2025-12-13T18:06:22.506591310Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'ocs-storagecluster-ceph-rbd_' [must-gather-zbff8] POD 2025-12-13T18:06:22.507752564Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'ocs-storagecluster-ceph-rbd-virtualization_' [must-gather-zbff8] POD 2025-12-13T18:06:22.509236964Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'ocs-storagecluster-cephfs_' [must-gather-zbff8] POD 2025-12-13T18:06:22.957065443Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'openshift-storage.noobaa.io_' [must-gather-zbff8] POD 2025-12-13T18:06:23.149694899Z sh -c 'read_crs $1' -- virtualmachineclones.clone.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:23.291029049Z sh -c 'read_crs $1' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:23.473156563Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.2xlarge_' [must-gather-zbff8] POD 2025-12-13T18:06:23.473780535Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.2xlarge1gi_' [must-gather-zbff8] POD 2025-12-13T18:06:23.475239525Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.4xlarge_' [must-gather-zbff8] POD 2025-12-13T18:06:23.476682964Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.4xlarge1gi_' [must-gather-zbff8] POD 2025-12-13T18:06:23.478581052Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.8xlarge_' [must-gather-zbff8] POD 2025-12-13T18:06:23.887504425Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.8xlarge1gi_' [must-gather-zbff8] POD 2025-12-13T18:06:23.897996197Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.large_' [must-gather-zbff8] POD 2025-12-13T18:06:23.900997128Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.large1gi_' [must-gather-zbff8] POD 2025-12-13T18:06:23.961387459Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.medium_' [must-gather-zbff8] POD 2025-12-13T18:06:23.988696572Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.medium1gi_' [must-gather-zbff8] POD 2025-12-13T18:06:24.357364100Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.xlarge_' [must-gather-zbff8] POD 2025-12-13T18:06:24.363271869Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.xlarge1gi_' [must-gather-zbff8] POD 2025-12-13T18:06:24.388460829Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.2xlarge_' [must-gather-zbff8] POD 2025-12-13T18:06:24.481981721Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.2xlarge1gi_' [must-gather-zbff8] POD 2025-12-13T18:06:24.501061856Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.4xlarge_' [must-gather-zbff8] POD 2025-12-13T18:06:24.709572254Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.4xlarge1gi_' [must-gather-zbff8] POD 2025-12-13T18:06:24.836941911Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.8xlarge_' [must-gather-zbff8] POD 2025-12-13T18:06:24.852700790Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.8xlarge1gi_' [must-gather-zbff8] POD 2025-12-13T18:06:24.984817222Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.large_' [must-gather-zbff8] POD 2025-12-13T18:06:24.991410886Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.large1gi_' [must-gather-zbff8] POD 2025-12-13T18:06:25.180197305Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.xlarge_' [must-gather-zbff8] POD 2025-12-13T18:06:25.310760706Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.xlarge1gi_' [must-gather-zbff8] POD 2025-12-13T18:06:25.333260681Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.2xlarge_' [must-gather-zbff8] POD 2025-12-13T18:06:25.406128015Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.4xlarge_' [must-gather-zbff8] POD 2025-12-13T18:06:25.498435672Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.8xlarge_' [must-gather-zbff8] POD 2025-12-13T18:06:25.767589517Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.large_' [must-gather-zbff8] POD 2025-12-13T18:06:25.822580089Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.medium_' [must-gather-zbff8] POD 2025-12-13T18:06:25.954940707Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.xlarge_' [must-gather-zbff8] POD 2025-12-13T18:06:25.966389159Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.2xlarge_' [must-gather-zbff8] POD 2025-12-13T18:06:26.051431489Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.4xlarge_' [must-gather-zbff8] POD 2025-12-13T18:06:26.108734978Z [disk usage checker] Volume usage percentage: current = 16 ; allowed = 70 [must-gather-zbff8] POD 2025-12-13T18:06:26.305809245Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.8xlarge_' [must-gather-zbff8] POD 2025-12-13T18:06:26.356806047Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.large_' [must-gather-zbff8] POD 2025-12-13T18:06:26.395810766Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.medium_' [must-gather-zbff8] POD 2025-12-13T18:06:26.424069437Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.micro_' [must-gather-zbff8] POD 2025-12-13T18:06:26.661702764Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.nano_' [must-gather-zbff8] POD 2025-12-13T18:06:26.669619144Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.small_' [must-gather-zbff8] POD 2025-12-13T18:06:26.775760682Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'o1.xlarge_' [must-gather-zbff8] POD 2025-12-13T18:06:26.896568815Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.2xlarge_' [must-gather-zbff8] POD 2025-12-13T18:06:26.897967654Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.4xlarge_' [must-gather-zbff8] POD 2025-12-13T18:06:27.115349481Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.8xlarge_' [must-gather-zbff8] POD 2025-12-13T18:06:27.153853400Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.large_' [must-gather-zbff8] POD 2025-12-13T18:06:27.191034132Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.medium_' [must-gather-zbff8] POD 2025-12-13T18:06:27.369981452Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.micro_' [must-gather-zbff8] POD 2025-12-13T18:06:27.463877832Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.small_' [must-gather-zbff8] POD 2025-12-13T18:06:27.602982386Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'rt1.xlarge_' [must-gather-zbff8] POD 2025-12-13T18:06:27.719856660Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.2xlarge_' [must-gather-zbff8] POD 2025-12-13T18:06:27.726051565Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.2xmedium_' [must-gather-zbff8] POD 2025-12-13T18:06:27.916404736Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.4xlarge_' [must-gather-zbff8] POD 2025-12-13T18:06:27.997378984Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.8xlarge_' [must-gather-zbff8] POD 2025-12-13T18:06:28.094261454Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.large_' [must-gather-zbff8] POD 2025-12-13T18:06:28.238037762Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.medium_' [must-gather-zbff8] POD 2025-12-13T18:06:28.269970018Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.micro_' [must-gather-zbff8] POD 2025-12-13T18:06:28.404557591Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.nano_' [must-gather-zbff8] POD 2025-12-13T18:06:28.433583688Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.small_' [must-gather-zbff8] POD 2025-12-13T18:06:28.629342648Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.xlarge_' [must-gather-zbff8] POD 2025-12-13T18:06:28.940249317Z sh -c 'read_crs $1' -- virtualmachineclusterpreferences.instancetype.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:29.178106289Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'alpine_' [must-gather-zbff8] POD 2025-12-13T18:06:29.178799333Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream10_' [must-gather-zbff8] POD 2025-12-13T18:06:29.179692551Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream10.desktop_' [must-gather-zbff8] POD 2025-12-13T18:06:29.181412326Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream9_' [must-gather-zbff8] POD 2025-12-13T18:06:29.183071380Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream9.desktop_' [must-gather-zbff8] POD 2025-12-13T18:06:29.729379441Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream9.dpdk_' [must-gather-zbff8] POD 2025-12-13T18:06:29.734805541Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'cirros_' [must-gather-zbff8] POD 2025-12-13T18:06:29.738115657Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'debian_' [must-gather-zbff8] POD 2025-12-13T18:06:29.770543204Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'fedora_' [must-gather-zbff8] POD 2025-12-13T18:06:29.779652128Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'fedora.arm64_' [must-gather-zbff8] POD 2025-12-13T18:06:30.305078517Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'fedora.s390x_' [must-gather-zbff8] POD 2025-12-13T18:06:30.311253882Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'legacy_' [must-gather-zbff8] POD 2025-12-13T18:06:30.317195952Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'linux_' [must-gather-zbff8] POD 2025-12-13T18:06:30.335649225Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'linux.efi_' [must-gather-zbff8] POD 2025-12-13T18:06:30.352946105Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'linux.virtiotransitional_' [must-gather-zbff8] POD 2025-12-13T18:06:30.799292304Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'opensuse.leap_' [must-gather-zbff8] POD 2025-12-13T18:06:30.834738331Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'opensuse.tumbleweed_' [must-gather-zbff8] POD 2025-12-13T18:06:30.843446447Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'oraclelinux_' [must-gather-zbff8] POD 2025-12-13T18:06:30.950794079Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.10_' [must-gather-zbff8] POD 2025-12-13T18:06:30.962999516Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.10.arm64_' [must-gather-zbff8] POD 2025-12-13T18:06:31.141794983Z [disk usage checker] Volume usage percentage: current = 16 ; allowed = 70 [must-gather-zbff8] POD 2025-12-13T18:06:31.244431379Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.10.s390x_' [must-gather-zbff8] POD 2025-12-13T18:06:31.319180831Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.7_' [must-gather-zbff8] POD 2025-12-13T18:06:31.330224535Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.7.desktop_' [must-gather-zbff8] POD 2025-12-13T18:06:31.435778180Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.8_' [must-gather-zbff8] POD 2025-12-13T18:06:31.558812059Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.8.desktop_' [must-gather-zbff8] POD 2025-12-13T18:06:31.701826592Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.8.dpdk_' [must-gather-zbff8] POD 2025-12-13T18:06:31.705831423Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9_' [must-gather-zbff8] POD 2025-12-13T18:06:31.801798144Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9.arm64_' [must-gather-zbff8] POD 2025-12-13T18:06:32.017725802Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9.desktop_' [must-gather-zbff8] POD 2025-12-13T18:06:32.024984109Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9.dpdk_' [must-gather-zbff8] POD 2025-12-13T18:06:32.205356048Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9.realtime_' [must-gather-zbff8] POD 2025-12-13T18:06:32.207211755Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9.s390x_' [must-gather-zbff8] POD 2025-12-13T18:06:32.299800688Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'sles_' [must-gather-zbff8] POD 2025-12-13T18:06:32.421077451Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'ubuntu_' [must-gather-zbff8] POD 2025-12-13T18:06:32.533272561Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.10_' [must-gather-zbff8] POD 2025-12-13T18:06:32.689573673Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.10.virtio_' [must-gather-zbff8] POD 2025-12-13T18:06:32.771700310Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.11_' [must-gather-zbff8] POD 2025-12-13T18:06:32.818555925Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.11.virtio_' [must-gather-zbff8] POD 2025-12-13T18:06:32.898113589Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k12_' [must-gather-zbff8] POD 2025-12-13T18:06:33.029960199Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k12.virtio_' [must-gather-zbff8] POD 2025-12-13T18:06:33.098499511Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k16_' [must-gather-zbff8] POD 2025-12-13T18:06:33.290441662Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k16.virtio_' [must-gather-zbff8] POD 2025-12-13T18:06:33.416215109Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k19_' [must-gather-zbff8] POD 2025-12-13T18:06:33.439784025Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k19.virtio_' [must-gather-zbff8] POD 2025-12-13T18:06:33.455854819Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k22_' [must-gather-zbff8] POD 2025-12-13T18:06:33.538878103Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k22.virtio_' [must-gather-zbff8] POD 2025-12-13T18:06:33.700926082Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k25_' [must-gather-zbff8] POD 2025-12-13T18:06:33.863976760Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k25.virtio_' [must-gather-zbff8] POD 2025-12-13T18:06:33.870935261Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k3_' [must-gather-zbff8] POD 2025-12-13T18:06:33.928968941Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k8_' [must-gather-zbff8] POD 2025-12-13T18:06:34.047453311Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k8.virtio_' [must-gather-zbff8] POD 2025-12-13T18:06:34.238840601Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.7_' [must-gather-zbff8] POD 2025-12-13T18:06:34.275365808Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.7.virtio_' [must-gather-zbff8] POD 2025-12-13T18:06:34.412493293Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.xp_' [must-gather-zbff8] POD 2025-12-13T18:06:34.693429999Z sh -c 'read_crs $1' -- virtualmachineexports.export.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:34.832380942Z sh -c 'read_crs $1' -- virtualmachineinstancemigrations.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:34.964632649Z sh -c 'read_crs $1' -- virtualmachineinstancepresets.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:35.110658895Z sh -c 'read_crs $1' -- virtualmachineinstancereplicasets.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:35.255386254Z sh -c 'read_crs $1' -- virtualmachineinstances.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:35.402481981Z sh -c 'read_crs $1' -- virtualmachineinstancetypes.instancetype.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:35.558794104Z sh -c 'read_crs $1' -- virtualmachinepools.pool.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:35.690867147Z sh -c 'read_crs $1' -- virtualmachinepreferences.instancetype.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:35.850462346Z sh -c 'read_crs $1' -- virtualmachinerestores.snapshot.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:36.041471989Z sh -c 'read_crs $1' -- virtualmachinesnapshotcontents.snapshot.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:36.158480549Z [disk usage checker] Volume usage percentage: current = 16 ; allowed = 70 [must-gather-zbff8] POD 2025-12-13T18:06:36.189087686Z sh -c 'read_crs $1' -- virtualmachinesnapshots.snapshot.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:36.396627162Z sh -c 'read_crs $1' -- volumeclonesources.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:36.552936704Z sh -c 'read_crs $1' -- volumeimportsources.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:36.694152063Z sh -c 'get_cr $1 $2' -- volumeimportsources.cdi.kubevirt.io volume-import-source-04ea243c-6687-4e16-a960-0d844e3f8e78_openshift-virtualization-os-images [must-gather-zbff8] POD 2025-12-13T18:06:36.694739695Z sh -c 'get_cr $1 $2' -- volumeimportsources.cdi.kubevirt.io volume-import-source-289d338e-b899-4a88-a4a4-9eee0ff824b6_openshift-virtualization-os-images [must-gather-zbff8] POD 2025-12-13T18:06:36.695621802Z sh -c 'get_cr $1 $2' -- volumeimportsources.cdi.kubevirt.io volume-import-source-6966b57e-7b31-4ce0-9d65-96835049458d_openshift-virtualization-os-images [must-gather-zbff8] POD 2025-12-13T18:06:36.696853587Z sh -c 'get_cr $1 $2' -- volumeimportsources.cdi.kubevirt.io volume-import-source-da160a9a-5bc2-4124-a931-e0d30c6dde08_openshift-virtualization-os-images [must-gather-zbff8] POD 2025-12-13T18:06:36.700227945Z sh -c 'get_cr $1 $2' -- volumeimportsources.cdi.kubevirt.io volume-import-source-db02c9e8-c51f-49ca-9ac1-ec238c8b5ddf_openshift-virtualization-os-images [must-gather-zbff8] POD 2025-12-13T18:06:37.157692342Z sh -c 'read_crs $1' -- volumesnapshotclasses.snapshot.storage.k8s.io [must-gather-zbff8] POD 2025-12-13T18:06:37.322654199Z sh -c 'get_cr $1 $2' -- volumesnapshotclasses.snapshot.storage.k8s.io 'csi-aws-vsc_' [must-gather-zbff8] POD 2025-12-13T18:06:37.323423985Z sh -c 'get_cr $1 $2' -- volumesnapshotclasses.snapshot.storage.k8s.io 'ocs-storagecluster-cephfsplugin-snapclass_' [must-gather-zbff8] POD 2025-12-13T18:06:37.325517657Z sh -c 'get_cr $1 $2' -- volumesnapshotclasses.snapshot.storage.k8s.io 'ocs-storagecluster-rbdplugin-snapclass_' [must-gather-zbff8] POD 2025-12-13T18:06:37.577163633Z sh -c 'read_crs $1' -- volumesnapshotcontents.snapshot.storage.k8s.io [must-gather-zbff8] POD 2025-12-13T18:06:38.363762918Z sh -c 'get_cr $1 $2' -- volumesnapshotcontents.snapshot.storage.k8s.io 'snapcontent-82b9cfeb-00c3-4341-913d-20122bef8a5e_' [must-gather-zbff8] POD 2025-12-13T18:06:38.364701177Z sh -c 'get_cr $1 $2' -- volumesnapshotcontents.snapshot.storage.k8s.io 'snapcontent-b53a2261-cf9f-4096-8f9f-f6bc20fb7f5b_' [must-gather-zbff8] POD 2025-12-13T18:06:38.610303600Z sh -c 'read_crs $1' -- volumesnapshots.snapshot.storage.k8s.io [must-gather-zbff8] POD 2025-12-13T18:06:38.754064000Z sh -c 'get_cr $1 $2' -- volumesnapshots.snapshot.storage.k8s.io rhel10-c03936a065f2_openshift-virtualization-os-images [must-gather-zbff8] POD 2025-12-13T18:06:38.754724503Z sh -c 'get_cr $1 $2' -- volumesnapshots.snapshot.storage.k8s.io rhel9-ab4ec16077fe_openshift-virtualization-os-images [must-gather-zbff8] POD 2025-12-13T18:06:38.949854899Z sh -c 'read_crs $1' -- volumeuploadsources.cdi.kubevirt.io [must-gather-zbff8] POD 2025-12-13T18:06:39.089383493Z + exit 0 [must-gather-zbff8] POD 2025-12-13T18:06:39.089710360Z running gather_hco [must-gather-zbff8] POD 2025-12-13T18:06:39.091892133Z +++ dirname -- /usr/bin/gather_hco [must-gather-zbff8] POD 2025-12-13T18:06:39.093736471Z ++ cd -- /usr/bin [must-gather-zbff8] POD 2025-12-13T18:06:39.094352593Z ++ pwd [must-gather-zbff8] POD 2025-12-13T18:06:39.094352593Z + DIR_NAME=/usr/bin [must-gather-zbff8] POD 2025-12-13T18:06:39.094352593Z + source /usr/bin/common.sh [must-gather-zbff8] POD 2025-12-13T18:06:39.095057027Z ++++ dirname -- /usr/bin/common.sh [must-gather-zbff8] POD 2025-12-13T18:06:39.096807592Z +++ cd -- /usr/bin [must-gather-zbff8] POD 2025-12-13T18:06:39.097035437Z +++ pwd [must-gather-zbff8] POD 2025-12-13T18:06:39.097389364Z ++ DIR_NAME=/usr/bin [must-gather-zbff8] POD 2025-12-13T18:06:39.097463176Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-zbff8] POD 2025-12-13T18:06:39.097493697Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-zbff8] POD 2025-12-13T18:06:39.097545127Z ++ export PROS=5 [must-gather-zbff8] POD 2025-12-13T18:06:39.097579418Z ++ PROS=5 [must-gather-zbff8] POD 2025-12-13T18:06:39.097622329Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-zbff8] POD 2025-12-13T18:06:39.097651450Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-zbff8] POD 2025-12-13T18:06:39.097829393Z + check_command [must-gather-zbff8] POD 2025-12-13T18:06:39.097875054Z + [[ -z 1 ]] [must-gather-zbff8] POD 2025-12-13T18:06:39.097947426Z + IFS=' [must-gather-zbff8] POD 2025-12-13T18:06:39.097978196Z ' [must-gather-zbff8] POD 2025-12-13T18:06:39.098021327Z + NAMESPACE_PATH=/must-gather/namespaces [must-gather-zbff8] POD 2025-12-13T18:06:39.098077758Z + mkdir -p /must-gather/namespaces/openshift-cnv [must-gather-zbff8] POD 2025-12-13T18:06:39.100143930Z + oc get packagemanifest -n openshift-cnv -o yaml [must-gather-zbff8] POD 2025-12-13T18:06:41.165973646Z [disk usage checker] Volume usage percentage: current = 16 ; allowed = 70 [must-gather-zbff8] POD 2025-12-13T18:06:43.763380654Z ++ oc get subscriptions -n openshift-cnv -o=custom-columns=NAME:.metadata.name --no-headers [must-gather-zbff8] POD 2025-12-13T18:06:43.886174051Z + for name in $(oc get subscriptions -n "${INSTALLATION_NAMESPACE}" -o=custom-columns=NAME:.metadata.name --no-headers) [must-gather-zbff8] POD 2025-12-13T18:06:43.886348294Z + oc get subscription kubevirt-hyperconverged -n openshift-cnv -o yaml [must-gather-zbff8] POD 2025-12-13T18:06:44.002207551Z + echo --------------- [must-gather-zbff8] POD 2025-12-13T18:06:44.002779723Z ++ oc get installplan -n openshift-cnv -o=custom-columns=NAME:.metadata.name --no-headers [must-gather-zbff8] POD 2025-12-13T18:06:44.121453826Z + for name in $(oc get installplan -n "${INSTALLATION_NAMESPACE}" -o=custom-columns=NAME:.metadata.name --no-headers) [must-gather-zbff8] POD 2025-12-13T18:06:44.121519808Z + oc get installplan install-n46sn -n openshift-cnv -o yaml [must-gather-zbff8] POD 2025-12-13T18:06:44.252090391Z + echo --------------- [must-gather-zbff8] POD 2025-12-13T18:06:44.252533290Z running gather_nodes [must-gather-zbff8] POD 2025-12-13T18:06:44.255200644Z +++ dirname -- /usr/bin/gather_nodes [must-gather-zbff8] POD 2025-12-13T18:06:44.257798846Z ++ cd -- /usr/bin [must-gather-zbff8] POD 2025-12-13T18:06:44.257972270Z ++ pwd [must-gather-zbff8] POD 2025-12-13T18:06:44.258206134Z + DIR_NAME=/usr/bin [must-gather-zbff8] POD 2025-12-13T18:06:44.258306187Z + source /usr/bin/common.sh [must-gather-zbff8] POD 2025-12-13T18:06:44.259151664Z ++++ dirname -- /usr/bin/common.sh [must-gather-zbff8] POD 2025-12-13T18:06:44.261011511Z +++ cd -- /usr/bin [must-gather-zbff8] POD 2025-12-13T18:06:44.261057872Z +++ pwd [must-gather-zbff8] POD 2025-12-13T18:06:44.261393089Z ++ DIR_NAME=/usr/bin [must-gather-zbff8] POD 2025-12-13T18:06:44.261468690Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-zbff8] POD 2025-12-13T18:06:44.261485981Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-zbff8] POD 2025-12-13T18:06:44.261569012Z ++ export PROS=5 [must-gather-zbff8] POD 2025-12-13T18:06:44.261607763Z ++ PROS=5 [must-gather-zbff8] POD 2025-12-13T18:06:44.261663314Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-zbff8] POD 2025-12-13T18:06:44.261696265Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-zbff8] POD 2025-12-13T18:06:44.261857278Z + check_command [must-gather-zbff8] POD 2025-12-13T18:06:44.261902799Z + [[ -z 1 ]] [must-gather-zbff8] POD 2025-12-13T18:06:44.262007311Z + get_log_collection_args [must-gather-zbff8] POD 2025-12-13T18:06:44.262068423Z + log_collection_args= [must-gather-zbff8] POD 2025-12-13T18:06:44.262136764Z + '[' -n '' ']' [must-gather-zbff8] POD 2025-12-13T18:06:44.262183455Z + '[' -n '' ']' [must-gather-zbff8] POD 2025-12-13T18:06:44.262227316Z + node_log_collection_args= [must-gather-zbff8] POD 2025-12-13T18:06:44.262270356Z + '[' -n '' ']' [must-gather-zbff8] POD 2025-12-13T18:06:44.262420530Z + '[' -n '' ']' [must-gather-zbff8] POD 2025-12-13T18:06:44.262485211Z + export log_collection_args [must-gather-zbff8] POD 2025-12-13T18:06:44.262485211Z + export node_log_collection_args [must-gather-zbff8] POD 2025-12-13T18:06:44.262485211Z + MANIFEST_PATH=/etc [must-gather-zbff8] POD 2025-12-13T18:06:44.262556252Z + IFS=' [must-gather-zbff8] POD 2025-12-13T18:06:44.262633114Z ' [must-gather-zbff8] POD 2025-12-13T18:06:44.262633114Z + export NODES_PATH=/must-gather/nodes [must-gather-zbff8] POD 2025-12-13T18:06:44.262633114Z + NODES_PATH=/must-gather/nodes [must-gather-zbff8] POD 2025-12-13T18:06:44.262675425Z + mkdir -p /must-gather/nodes [must-gather-zbff8] POD 2025-12-13T18:06:44.264971071Z + CRD_MANIFEST=/etc/node-gather-crd.yaml [must-gather-zbff8] POD 2025-12-13T18:06:44.265030652Z + DAEMONSET_MANIFEST=/etc/node-gather-ds.yaml [must-gather-zbff8] POD 2025-12-13T18:06:44.265096484Z + [[ -z '' ]] [must-gather-zbff8] POD 2025-12-13T18:06:44.265525502Z ++ cat /var/run/secrets/kubernetes.io/serviceaccount/namespace [must-gather-zbff8] POD 2025-12-13T18:06:44.268226577Z + NAMESPACE=openshift-must-gather-twz8c [must-gather-zbff8] POD 2025-12-13T18:06:44.268957651Z ++ oc get pod -n openshift-must-gather-twz8c must-gather-zbff8 -o 'jsonpath={.spec.containers[0].image}' [must-gather-zbff8] POD 2025-12-13T18:06:44.401776890Z + MUST_GATHER_IMAGE=registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:c5fc8d11da2a2af3f23c73c9ba5496b9c4e6dcc6360e1ff613f627538d154f9b [must-gather-zbff8] POD 2025-12-13T18:06:44.402045336Z + oc apply -f /etc/node-gather-crd.yaml [must-gather-zbff8] POD 2025-12-13T18:06:44.508947372Z namespace/node-gather created [must-gather-zbff8] POD 2025-12-13T18:06:44.542370566Z serviceaccount/node-gather created [must-gather-zbff8] POD 2025-12-13T18:06:44.549740825Z + oc adm policy add-scc-to-user privileged -n node-gather -z node-gather [must-gather-zbff8] POD 2025-12-13T18:06:44.691805830Z clusterrole.rbac.authorization.k8s.io/system:openshift:scc:privileged added: "node-gather" [must-gather-zbff8] POD 2025-12-13T18:06:44.701237490Z + sed -e s#MUST_GATHER_IMAGE#registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:c5fc8d11da2a2af3f23c73c9ba5496b9c4e6dcc6360e1ff613f627538d154f9b# /etc/node-gather-ds.yaml [must-gather-zbff8] POD 2025-12-13T18:06:44.701902494Z + oc apply -f - [must-gather-zbff8] POD 2025-12-13T18:06:44.831633770Z daemonset.apps/node-gather-daemonset created [must-gather-zbff8] POD 2025-12-13T18:06:44.839977419Z + COUNTER=0 [must-gather-zbff8] POD 2025-12-13T18:06:44.841126782Z + check_node_gather_pods_ready [must-gather-zbff8] POD 2025-12-13T18:06:44.842017090Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-zbff8] POD 2025-12-13T18:06:45.078177613Z + line='6 0' [must-gather-zbff8] POD 2025-12-13T18:06:45.078999780Z Waiting for node-gather-daemonset to be ready [must-gather-zbff8] POD 2025-12-13T18:06:45.079030310Z + IFS=' ' [must-gather-zbff8] POD 2025-12-13T18:06:45.079030310Z + read -r desired ready [must-gather-zbff8] POD 2025-12-13T18:06:45.079030310Z + IFS=' [must-gather-zbff8] POD 2025-12-13T18:06:45.079030310Z ' [must-gather-zbff8] POD 2025-12-13T18:06:45.079030310Z + [[ 6 != \0 ]] [must-gather-zbff8] POD 2025-12-13T18:06:45.079030310Z + [[ 0 == \6 ]] [must-gather-zbff8] POD 2025-12-13T18:06:45.079030310Z + return 1 [must-gather-zbff8] POD 2025-12-13T18:06:45.079030310Z + '[' 0 -eq 300 ']' [must-gather-zbff8] POD 2025-12-13T18:06:45.079030310Z + [[ 0 == 0 ]] [must-gather-zbff8] POD 2025-12-13T18:06:45.079030310Z + echo 'Waiting for node-gather-daemonset to be ready' [must-gather-zbff8] POD 2025-12-13T18:06:45.079030310Z + (( COUNTER++ )) [must-gather-zbff8] POD 2025-12-13T18:06:45.079030310Z + sleep 1 [must-gather-zbff8] POD 2025-12-13T18:06:46.081740004Z + check_node_gather_pods_ready [must-gather-zbff8] POD 2025-12-13T18:06:46.082396187Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-zbff8] POD 2025-12-13T18:06:46.179585087Z [disk usage checker] Volume usage percentage: current = 16 ; allowed = 70 [must-gather-zbff8] POD 2025-12-13T18:06:46.205775916Z + line='6 0' [must-gather-zbff8] POD 2025-12-13T18:06:46.205775916Z + IFS=' ' [must-gather-zbff8] POD 2025-12-13T18:06:46.205775916Z + read -r desired ready [must-gather-zbff8] POD 2025-12-13T18:06:46.205834567Z + IFS=' [must-gather-zbff8] POD 2025-12-13T18:06:46.205834567Z ' [must-gather-zbff8] POD 2025-12-13T18:06:46.205834567Z + [[ 6 != \0 ]] [must-gather-zbff8] POD 2025-12-13T18:06:46.205851777Z + [[ 0 == \6 ]] [must-gather-zbff8] POD 2025-12-13T18:06:46.205851777Z + return 1 [must-gather-zbff8] POD 2025-12-13T18:06:46.205904709Z + '[' 1 -eq 300 ']' [must-gather-zbff8] POD 2025-12-13T18:06:46.205970240Z + [[ 1 == 0 ]] [must-gather-zbff8] POD 2025-12-13T18:06:46.205970240Z + (( COUNTER++ )) [must-gather-zbff8] POD 2025-12-13T18:06:46.205987940Z + sleep 1 [must-gather-zbff8] POD 2025-12-13T18:06:47.208644293Z + check_node_gather_pods_ready [must-gather-zbff8] POD 2025-12-13T18:06:47.209140693Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-zbff8] POD 2025-12-13T18:06:47.348993684Z + line='6 0' [must-gather-zbff8] POD 2025-12-13T18:06:47.348993684Z + IFS=' ' [must-gather-zbff8] POD 2025-12-13T18:06:47.349063895Z + read -r desired ready [must-gather-zbff8] POD 2025-12-13T18:06:47.349083555Z + IFS=' [must-gather-zbff8] POD 2025-12-13T18:06:47.349083555Z ' [must-gather-zbff8] POD 2025-12-13T18:06:47.349100176Z + [[ 6 != \0 ]] [must-gather-zbff8] POD 2025-12-13T18:06:47.349100176Z + [[ 0 == \6 ]] [must-gather-zbff8] POD 2025-12-13T18:06:47.349100176Z + return 1 [must-gather-zbff8] POD 2025-12-13T18:06:47.349155207Z + '[' 2 -eq 300 ']' [must-gather-zbff8] POD 2025-12-13T18:06:47.349155207Z + [[ 2 == 0 ]] [must-gather-zbff8] POD 2025-12-13T18:06:47.349155207Z + (( COUNTER++ )) [must-gather-zbff8] POD 2025-12-13T18:06:47.349353501Z + sleep 1 [must-gather-zbff8] POD 2025-12-13T18:06:48.351898852Z + check_node_gather_pods_ready [must-gather-zbff8] POD 2025-12-13T18:06:48.352529664Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-zbff8] POD 2025-12-13T18:06:48.477258680Z + line='6 0' [must-gather-zbff8] POD 2025-12-13T18:06:48.477258680Z + IFS=' ' [must-gather-zbff8] POD 2025-12-13T18:06:48.477258680Z + read -r desired ready [must-gather-zbff8] POD 2025-12-13T18:06:48.477394343Z + IFS=' [must-gather-zbff8] POD 2025-12-13T18:06:48.477394343Z ' [must-gather-zbff8] POD 2025-12-13T18:06:48.477394343Z + [[ 6 != \0 ]] [must-gather-zbff8] POD 2025-12-13T18:06:48.477394343Z + [[ 0 == \6 ]] [must-gather-zbff8] POD 2025-12-13T18:06:48.477394343Z + return 1 [must-gather-zbff8] POD 2025-12-13T18:06:48.477457114Z + '[' 3 -eq 300 ']' [must-gather-zbff8] POD 2025-12-13T18:06:48.477457114Z + [[ 3 == 0 ]] [must-gather-zbff8] POD 2025-12-13T18:06:48.477457114Z + (( COUNTER++ )) [must-gather-zbff8] POD 2025-12-13T18:06:48.477457114Z + sleep 1 [must-gather-zbff8] POD 2025-12-13T18:06:49.480001828Z + check_node_gather_pods_ready [must-gather-zbff8] POD 2025-12-13T18:06:49.480607550Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-zbff8] POD 2025-12-13T18:06:49.602752908Z + line='6 0' [must-gather-zbff8] POD 2025-12-13T18:06:49.602808230Z + IFS=' ' [must-gather-zbff8] POD 2025-12-13T18:06:49.602808230Z + read -r desired ready [must-gather-zbff8] POD 2025-12-13T18:06:49.602866931Z + IFS=' [must-gather-zbff8] POD 2025-12-13T18:06:49.602902661Z ' [must-gather-zbff8] POD 2025-12-13T18:06:49.602942142Z + [[ 6 != \0 ]] [must-gather-zbff8] POD 2025-12-13T18:06:49.603008603Z + [[ 0 == \6 ]] [must-gather-zbff8] POD 2025-12-13T18:06:49.603008603Z + return 1 [must-gather-zbff8] POD 2025-12-13T18:06:49.603032884Z + '[' 4 -eq 300 ']' [must-gather-zbff8] POD 2025-12-13T18:06:49.603032884Z + [[ 4 == 0 ]] [must-gather-zbff8] POD 2025-12-13T18:06:49.603032884Z + (( COUNTER++ )) [must-gather-zbff8] POD 2025-12-13T18:06:49.603048364Z + sleep 1 [must-gather-zbff8] POD 2025-12-13T18:06:50.605762897Z + check_node_gather_pods_ready [must-gather-zbff8] POD 2025-12-13T18:06:50.606428500Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-zbff8] POD 2025-12-13T18:06:50.721069107Z + line='6 0' [must-gather-zbff8] POD 2025-12-13T18:06:50.721069107Z + IFS=' ' [must-gather-zbff8] POD 2025-12-13T18:06:50.721137668Z + read -r desired ready [must-gather-zbff8] POD 2025-12-13T18:06:50.721153758Z + IFS=' [must-gather-zbff8] POD 2025-12-13T18:06:50.721153758Z ' [must-gather-zbff8] POD 2025-12-13T18:06:50.721167138Z + [[ 6 != \0 ]] [must-gather-zbff8] POD 2025-12-13T18:06:50.721167138Z + [[ 0 == \6 ]] [must-gather-zbff8] POD 2025-12-13T18:06:50.721181069Z + return 1 [must-gather-zbff8] POD 2025-12-13T18:06:50.721198019Z + '[' 5 -eq 300 ']' [must-gather-zbff8] POD 2025-12-13T18:06:50.721214099Z + [[ 5 == 0 ]] [must-gather-zbff8] POD 2025-12-13T18:06:50.721214099Z + (( COUNTER++ )) [must-gather-zbff8] POD 2025-12-13T18:06:50.721235940Z + sleep 1 [must-gather-zbff8] POD 2025-12-13T18:06:51.186272527Z [disk usage checker] Volume usage percentage: current = 16 ; allowed = 70 [must-gather-zbff8] POD 2025-12-13T18:06:51.724521514Z + check_node_gather_pods_ready [must-gather-zbff8] POD 2025-12-13T18:06:51.725004983Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-zbff8] POD 2025-12-13T18:06:51.919921372Z + line='6 0' [must-gather-zbff8] POD 2025-12-13T18:06:51.919921372Z + IFS=' ' [must-gather-zbff8] POD 2025-12-13T18:06:51.919921372Z + read -r desired ready [must-gather-zbff8] POD 2025-12-13T18:06:51.919921372Z + IFS=' [must-gather-zbff8] POD 2025-12-13T18:06:51.919921372Z ' [must-gather-zbff8] POD 2025-12-13T18:06:51.919921372Z + [[ 6 != \0 ]] [must-gather-zbff8] POD 2025-12-13T18:06:51.919921372Z + [[ 0 == \6 ]] [must-gather-zbff8] POD 2025-12-13T18:06:51.919921372Z + return 1 [must-gather-zbff8] POD 2025-12-13T18:06:51.920214398Z + '[' 6 -eq 300 ']' [must-gather-zbff8] POD 2025-12-13T18:06:51.920214398Z + [[ 6 == 0 ]] [must-gather-zbff8] POD 2025-12-13T18:06:51.920214398Z + (( COUNTER++ )) [must-gather-zbff8] POD 2025-12-13T18:06:51.920214398Z + sleep 1 [must-gather-zbff8] POD 2025-12-13T18:06:52.922568403Z + check_node_gather_pods_ready [must-gather-zbff8] POD 2025-12-13T18:06:52.923174685Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-zbff8] POD 2025-12-13T18:06:53.052099871Z + line='6 1' [must-gather-zbff8] POD 2025-12-13T18:06:53.052099871Z + IFS=' ' [must-gather-zbff8] POD 2025-12-13T18:06:53.052099871Z + read -r desired ready [must-gather-zbff8] POD 2025-12-13T18:06:53.052158862Z + IFS=' [must-gather-zbff8] POD 2025-12-13T18:06:53.052158862Z ' [must-gather-zbff8] POD 2025-12-13T18:06:53.052175152Z + [[ 6 != \0 ]] [must-gather-zbff8] POD 2025-12-13T18:06:53.052175152Z + [[ 1 == \6 ]] [must-gather-zbff8] POD 2025-12-13T18:06:53.052175152Z + return 1 [must-gather-zbff8] POD 2025-12-13T18:06:53.052212653Z + '[' 7 -eq 300 ']' [must-gather-zbff8] POD 2025-12-13T18:06:53.052273104Z + [[ 7 == 0 ]] [must-gather-zbff8] POD 2025-12-13T18:06:53.052309225Z + (( COUNTER++ )) [must-gather-zbff8] POD 2025-12-13T18:06:53.052369846Z + sleep 1 [must-gather-zbff8] POD 2025-12-13T18:06:54.054778782Z + check_node_gather_pods_ready [must-gather-zbff8] POD 2025-12-13T18:06:54.055340093Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-zbff8] POD 2025-12-13T18:06:54.176897600Z + line='6 1' [must-gather-zbff8] POD 2025-12-13T18:06:54.176897600Z + IFS=' ' [must-gather-zbff8] POD 2025-12-13T18:06:54.176897600Z + read -r desired ready [must-gather-zbff8] POD 2025-12-13T18:06:54.176979171Z + IFS=' [must-gather-zbff8] POD 2025-12-13T18:06:54.176979171Z ' [must-gather-zbff8] POD 2025-12-13T18:06:54.176979171Z + [[ 6 != \0 ]] [must-gather-zbff8] POD 2025-12-13T18:06:54.176996172Z + [[ 1 == \6 ]] [must-gather-zbff8] POD 2025-12-13T18:06:54.176996172Z + return 1 [must-gather-zbff8] POD 2025-12-13T18:06:54.177035263Z + '[' 8 -eq 300 ']' [must-gather-zbff8] POD 2025-12-13T18:06:54.177050683Z + [[ 8 == 0 ]] [must-gather-zbff8] POD 2025-12-13T18:06:54.177134814Z + (( COUNTER++ )) [must-gather-zbff8] POD 2025-12-13T18:06:54.177134814Z + sleep 1 [must-gather-zbff8] POD 2025-12-13T18:06:55.179916098Z + check_node_gather_pods_ready [must-gather-zbff8] POD 2025-12-13T18:06:55.180420978Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-zbff8] POD 2025-12-13T18:06:55.320721973Z + line='6 1' [must-gather-zbff8] POD 2025-12-13T18:06:55.320721973Z + IFS=' ' [must-gather-zbff8] POD 2025-12-13T18:06:55.320721973Z + read -r desired ready [must-gather-zbff8] POD 2025-12-13T18:06:55.321147722Z + IFS=' [must-gather-zbff8] POD 2025-12-13T18:06:55.321147722Z ' [must-gather-zbff8] POD 2025-12-13T18:06:55.321205523Z + [[ 6 != \0 ]] [must-gather-zbff8] POD 2025-12-13T18:06:55.321205523Z + [[ 1 == \6 ]] [must-gather-zbff8] POD 2025-12-13T18:06:55.321205523Z + return 1 [must-gather-zbff8] POD 2025-12-13T18:06:55.321205523Z + '[' 9 -eq 300 ']' [must-gather-zbff8] POD 2025-12-13T18:06:55.321205523Z + [[ 9 == 0 ]] [must-gather-zbff8] POD 2025-12-13T18:06:55.321282794Z + (( COUNTER++ )) [must-gather-zbff8] POD 2025-12-13T18:06:55.321282794Z + sleep 1 [must-gather-zbff8] POD 2025-12-13T18:06:56.192449269Z [disk usage checker] Volume usage percentage: current = 16 ; allowed = 70 [must-gather-zbff8] POD 2025-12-13T18:06:56.324366444Z + check_node_gather_pods_ready [must-gather-zbff8] POD 2025-12-13T18:06:56.324838004Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-zbff8] POD 2025-12-13T18:06:56.432592681Z + line='6 1' [must-gather-zbff8] POD 2025-12-13T18:06:56.432592681Z + IFS=' ' [must-gather-zbff8] POD 2025-12-13T18:06:56.432592681Z + read -r desired ready [must-gather-zbff8] POD 2025-12-13T18:06:56.432668263Z + IFS=' [must-gather-zbff8] POD 2025-12-13T18:06:56.432668263Z ' [must-gather-zbff8] POD 2025-12-13T18:06:56.432668263Z + [[ 6 != \0 ]] [must-gather-zbff8] POD 2025-12-13T18:06:56.432686503Z + [[ 1 == \6 ]] [must-gather-zbff8] POD 2025-12-13T18:06:56.432686503Z + return 1 [must-gather-zbff8] POD 2025-12-13T18:06:56.432721654Z + '[' 10 -eq 300 ']' [must-gather-zbff8] POD 2025-12-13T18:06:56.432738444Z + [[ 10 == 0 ]] [must-gather-zbff8] POD 2025-12-13T18:06:56.432738444Z + (( COUNTER++ )) [must-gather-zbff8] POD 2025-12-13T18:06:56.432738444Z + sleep 1 [must-gather-zbff8] POD 2025-12-13T18:06:57.435180051Z + check_node_gather_pods_ready [must-gather-zbff8] POD 2025-12-13T18:06:57.435693861Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-zbff8] POD 2025-12-13T18:06:57.552418820Z + line='6 1' [must-gather-zbff8] POD 2025-12-13T18:06:57.552418820Z + IFS=' ' [must-gather-zbff8] POD 2025-12-13T18:06:57.552418820Z + read -r desired ready [must-gather-zbff8] POD 2025-12-13T18:06:57.552493372Z + IFS=' [must-gather-zbff8] POD 2025-12-13T18:06:57.552521012Z ' [must-gather-zbff8] POD 2025-12-13T18:06:57.552521012Z + [[ 6 != \0 ]] [must-gather-zbff8] POD 2025-12-13T18:06:57.552521012Z + [[ 1 == \6 ]] [must-gather-zbff8] POD 2025-12-13T18:06:57.552541942Z + return 1 [must-gather-zbff8] POD 2025-12-13T18:06:57.552555463Z + '[' 11 -eq 300 ']' [must-gather-zbff8] POD 2025-12-13T18:06:57.552567693Z + [[ 11 == 0 ]] [must-gather-zbff8] POD 2025-12-13T18:06:57.552583423Z + (( COUNTER++ )) [must-gather-zbff8] POD 2025-12-13T18:06:57.552583423Z + sleep 1 [must-gather-zbff8] POD 2025-12-13T18:06:58.555117812Z + check_node_gather_pods_ready [must-gather-zbff8] POD 2025-12-13T18:06:58.556101402Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-zbff8] POD 2025-12-13T18:06:58.679886673Z + line='6 1' [must-gather-zbff8] POD 2025-12-13T18:06:58.679886673Z + IFS=' ' [must-gather-zbff8] POD 2025-12-13T18:06:58.679886673Z + read -r desired ready [must-gather-zbff8] POD 2025-12-13T18:06:58.679949274Z + IFS=' [must-gather-zbff8] POD 2025-12-13T18:06:58.679949274Z ' [must-gather-zbff8] POD 2025-12-13T18:06:58.679985525Z + [[ 6 != \0 ]] [must-gather-zbff8] POD 2025-12-13T18:06:58.679985525Z + [[ 1 == \6 ]] [must-gather-zbff8] POD 2025-12-13T18:06:58.679985525Z + return 1 [must-gather-zbff8] POD 2025-12-13T18:06:58.679999905Z + '[' 12 -eq 300 ']' [must-gather-zbff8] POD 2025-12-13T18:06:58.680011626Z + [[ 12 == 0 ]] [must-gather-zbff8] POD 2025-12-13T18:06:58.680037276Z + (( COUNTER++ )) [must-gather-zbff8] POD 2025-12-13T18:06:58.680073137Z + sleep 1 [must-gather-zbff8] POD 2025-12-13T18:06:59.682680817Z + check_node_gather_pods_ready [must-gather-zbff8] POD 2025-12-13T18:06:59.683253609Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-zbff8] POD 2025-12-13T18:07:00.193722814Z + line='6 4' [must-gather-zbff8] POD 2025-12-13T18:07:00.194377907Z + IFS=' ' [must-gather-zbff8] POD 2025-12-13T18:07:00.194465259Z + read -r desired ready [must-gather-zbff8] POD 2025-12-13T18:07:00.194769485Z + IFS=' [must-gather-zbff8] POD 2025-12-13T18:07:00.194820886Z ' [must-gather-zbff8] POD 2025-12-13T18:07:00.194887857Z + [[ 6 != \0 ]] [must-gather-zbff8] POD 2025-12-13T18:07:00.194940668Z + [[ 4 == \6 ]] [must-gather-zbff8] POD 2025-12-13T18:07:00.194976529Z + return 1 [must-gather-zbff8] POD 2025-12-13T18:07:00.195836336Z + '[' 13 -eq 300 ']' [must-gather-zbff8] POD 2025-12-13T18:07:00.195918178Z + [[ 13 == 0 ]] [must-gather-zbff8] POD 2025-12-13T18:07:00.195956019Z + (( COUNTER++ )) [must-gather-zbff8] POD 2025-12-13T18:07:00.195992760Z + sleep 1 [must-gather-zbff8] POD 2025-12-13T18:07:01.199079059Z + check_node_gather_pods_ready [must-gather-zbff8] POD 2025-12-13T18:07:01.199559909Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-zbff8] POD 2025-12-13T18:07:01.199922277Z [disk usage checker] Volume usage percentage: current = 16 ; allowed = 70 [must-gather-zbff8] POD 2025-12-13T18:07:01.316173486Z + line='6 5' [must-gather-zbff8] POD 2025-12-13T18:07:01.316264157Z + IFS=' ' [must-gather-zbff8] POD 2025-12-13T18:07:01.316264157Z + read -r desired ready [must-gather-zbff8] POD 2025-12-13T18:07:01.316454371Z + IFS=' [must-gather-zbff8] POD 2025-12-13T18:07:01.316497692Z ' [must-gather-zbff8] POD 2025-12-13T18:07:01.316543673Z + [[ 6 != \0 ]] [must-gather-zbff8] POD 2025-12-13T18:07:01.316593694Z + [[ 5 == \6 ]] [must-gather-zbff8] POD 2025-12-13T18:07:01.316627335Z + return 1 [must-gather-zbff8] POD 2025-12-13T18:07:01.316682006Z + '[' 14 -eq 300 ']' [must-gather-zbff8] POD 2025-12-13T18:07:01.316744527Z + [[ 14 == 0 ]] [must-gather-zbff8] POD 2025-12-13T18:07:01.316778328Z + (( COUNTER++ )) [must-gather-zbff8] POD 2025-12-13T18:07:01.316871910Z + sleep 1 [must-gather-zbff8] POD 2025-12-13T18:07:02.319443609Z + check_node_gather_pods_ready [must-gather-zbff8] POD 2025-12-13T18:07:02.320603922Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-zbff8] POD 2025-12-13T18:07:02.460948218Z + line='6 5' [must-gather-zbff8] POD 2025-12-13T18:07:02.460948218Z + IFS=' ' [must-gather-zbff8] POD 2025-12-13T18:07:02.460948218Z + read -r desired ready [must-gather-zbff8] POD 2025-12-13T18:07:02.461027470Z + IFS=' [must-gather-zbff8] POD 2025-12-13T18:07:02.461027470Z ' [must-gather-zbff8] POD 2025-12-13T18:07:02.461042200Z + [[ 6 != \0 ]] [must-gather-zbff8] POD 2025-12-13T18:07:02.461042200Z + [[ 5 == \6 ]] [must-gather-zbff8] POD 2025-12-13T18:07:02.461042200Z + return 1 [must-gather-zbff8] POD 2025-12-13T18:07:02.461129312Z + '[' 15 -eq 300 ']' [must-gather-zbff8] POD 2025-12-13T18:07:02.461242144Z + [[ 15 == 0 ]] [must-gather-zbff8] POD 2025-12-13T18:07:02.461242144Z + (( COUNTER++ )) [must-gather-zbff8] POD 2025-12-13T18:07:02.461242144Z + sleep 1 [must-gather-zbff8] POD 2025-12-13T18:07:03.464242772Z + check_node_gather_pods_ready [must-gather-zbff8] POD 2025-12-13T18:07:03.464928956Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-zbff8] POD 2025-12-13T18:07:03.593043835Z + line='6 6' [must-gather-zbff8] POD 2025-12-13T18:07:03.593043835Z + IFS=' ' [must-gather-zbff8] POD 2025-12-13T18:07:03.593103936Z + read -r desired ready [must-gather-zbff8] POD 2025-12-13T18:07:03.593155197Z + IFS=' [must-gather-zbff8] POD 2025-12-13T18:07:03.593468633Z ' [must-gather-zbff8] POD 2025-12-13T18:07:03.593468633Z + [[ 6 != \0 ]] [must-gather-zbff8] POD 2025-12-13T18:07:03.593468633Z + [[ 6 == \6 ]] [must-gather-zbff8] POD 2025-12-13T18:07:03.593468633Z + return 0 [must-gather-zbff8] POD 2025-12-13T18:07:03.593892362Z ++ oc get pod -o=custom-columns=NODE:.spec.nodeName --no-headers '--field-selector=status.phase!=Running' -n node-gather [must-gather-zbff8] POD 2025-12-13T18:07:03.728110234Z + export -f gather_single_pod [must-gather-zbff8] POD 2025-12-13T18:07:03.729187916Z ++ oc get pod -o=custom-columns=NODE:.spec.nodeName,NAME:.metadata.name --no-headers --field-selector=status.phase=Running -n node-gather [must-gather-zbff8] POD 2025-12-13T18:07:03.729459372Z ++ awk '{print $1 "_" $2}' [must-gather-zbff8] POD 2025-12-13T18:07:03.948477417Z + pods='ip-10-0-35-86.us-west-2.compute.internal_node-gather-daemonset-5hwm9 [must-gather-zbff8] POD 2025-12-13T18:07:03.948477417Z ip-10-0-83-205.us-west-2.compute.internal_node-gather-daemonset-dkdjb [must-gather-zbff8] POD 2025-12-13T18:07:03.948477417Z ip-10-0-97-11.us-west-2.compute.internal_node-gather-daemonset-fv28s [must-gather-zbff8] POD 2025-12-13T18:07:03.948477417Z ip-10-0-28-37.us-west-2.compute.internal_node-gather-daemonset-g8jlr [must-gather-zbff8] POD 2025-12-13T18:07:03.948477417Z ip-10-0-16-230.us-west-2.compute.internal_node-gather-daemonset-srjvs [must-gather-zbff8] POD 2025-12-13T18:07:03.948477417Z ip-10-0-19-177.us-west-2.compute.internal_node-gather-daemonset-wkgd9' [must-gather-zbff8] POD 2025-12-13T18:07:03.949033959Z + echo 'ip-10-0-35-86.us-west-2.compute.internal_node-gather-daemonset-5hwm9 [must-gather-zbff8] POD 2025-12-13T18:07:03.949033959Z ip-10-0-83-205.us-west-2.compute.internal_node-gather-daemonset-dkdjb [must-gather-zbff8] POD 2025-12-13T18:07:03.949033959Z ip-10-0-97-11.us-west-2.compute.internal_node-gather-daemonset-fv28s [must-gather-zbff8] POD 2025-12-13T18:07:03.949033959Z ip-10-0-28-37.us-west-2.compute.internal_node-gather-daemonset-g8jlr [must-gather-zbff8] POD 2025-12-13T18:07:03.949033959Z ip-10-0-16-230.us-west-2.compute.internal_node-gather-daemonset-srjvs [must-gather-zbff8] POD 2025-12-13T18:07:03.949091460Z ip-10-0-19-177.us-west-2.compute.internal_node-gather-daemonset-wkgd9' [must-gather-zbff8] POD 2025-12-13T18:07:03.949246693Z + tr ' ' '\n' [must-gather-zbff8] POD 2025-12-13T18:07:03.949308824Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'gather_single_pod $1' -- '{}' [must-gather-zbff8] POD 2025-12-13T18:07:03.951701103Z sh -c 'gather_single_pod $1' -- ip-10-0-35-86.us-west-2.compute.internal_node-gather-daemonset-5hwm9 [must-gather-zbff8] POD 2025-12-13T18:07:03.954991659Z sh -c 'gather_single_pod $1' -- ip-10-0-83-205.us-west-2.compute.internal_node-gather-daemonset-dkdjb [must-gather-zbff8] POD 2025-12-13T18:07:03.957019680Z sh -c 'gather_single_pod $1' -- ip-10-0-97-11.us-west-2.compute.internal_node-gather-daemonset-fv28s [must-gather-zbff8] POD 2025-12-13T18:07:03.958378837Z sh -c 'gather_single_pod $1' -- ip-10-0-28-37.us-west-2.compute.internal_node-gather-daemonset-g8jlr [must-gather-zbff8] POD 2025-12-13T18:07:03.963021451Z sh -c 'gather_single_pod $1' -- ip-10-0-16-230.us-west-2.compute.internal_node-gather-daemonset-srjvs [must-gather-zbff8] POD 2025-12-13T18:07:03.983942774Z node-gather-daemonset-5hwm9 - Gathering node data for ip-10-0-35-86.us-west-2.compute.internal [must-gather-zbff8] POD 2025-12-13T18:07:03.988469785Z node-gather-daemonset-dkdjb - Gathering node data for ip-10-0-83-205.us-west-2.compute.internal [must-gather-zbff8] POD 2025-12-13T18:07:03.993926146Z node-gather-daemonset-fv28s - Gathering node data for ip-10-0-97-11.us-west-2.compute.internal [must-gather-zbff8] POD 2025-12-13T18:07:04.012379169Z node-gather-daemonset-g8jlr - Gathering node data for ip-10-0-28-37.us-west-2.compute.internal [must-gather-zbff8] POD 2025-12-13T18:07:04.012379169Z node-gather-daemonset-srjvs - Gathering node data for ip-10-0-16-230.us-west-2.compute.internal [must-gather-zbff8] POD 2025-12-13T18:07:06.256056143Z [disk usage checker] Volume usage percentage: current = 16 ; allowed = 70 [must-gather-zbff8] POD 2025-12-13T18:07:11.289891857Z [disk usage checker] Volume usage percentage: current = 16 ; allowed = 70 [must-gather-zbff8] POD 2025-12-13T18:07:11.435126210Z tar: Removing leading `/' from member names [must-gather-zbff8] POD 2025-12-13T18:07:11.444452760Z tar: Removing leading `/' from member names [must-gather-zbff8] POD 2025-12-13T18:07:11.444499591Z sh -c 'gather_single_pod $1' -- ip-10-0-19-177.us-west-2.compute.internal_node-gather-daemonset-wkgd9 [must-gather-zbff8] POD 2025-12-13T18:07:11.480531324Z node-gather-daemonset-wkgd9 - Gathering node data for ip-10-0-19-177.us-west-2.compute.internal [must-gather-zbff8] POD 2025-12-13T18:07:11.699106528Z tar: Removing leading `/' from member names [must-gather-zbff8] POD 2025-12-13T18:07:11.904526134Z tar: Removing leading `/' from member names [must-gather-zbff8] POD 2025-12-13T18:07:12.123094628Z tar: Removing leading `/' from member names [must-gather-zbff8] POD 2025-12-13T18:07:15.987451195Z tar: Removing leading `/' from member names [must-gather-zbff8] POD 2025-12-13T18:07:15.995925008Z ++ oc get nodes --no-headers -o custom-columns=:metadata.name [must-gather-zbff8] POD 2025-12-13T18:07:16.145312375Z + nodes='ip-10-0-16-230.us-west-2.compute.internal [must-gather-zbff8] POD 2025-12-13T18:07:16.145312375Z ip-10-0-19-177.us-west-2.compute.internal [must-gather-zbff8] POD 2025-12-13T18:07:16.145312375Z ip-10-0-28-37.us-west-2.compute.internal [must-gather-zbff8] POD 2025-12-13T18:07:16.145312375Z ip-10-0-35-86.us-west-2.compute.internal [must-gather-zbff8] POD 2025-12-13T18:07:16.145312375Z ip-10-0-83-205.us-west-2.compute.internal [must-gather-zbff8] POD 2025-12-13T18:07:16.145312375Z ip-10-0-97-11.us-west-2.compute.internal' [must-gather-zbff8] POD 2025-12-13T18:07:16.145856886Z + echo 'ip-10-0-16-230.us-west-2.compute.internal [must-gather-zbff8] POD 2025-12-13T18:07:16.145856886Z ip-10-0-19-177.us-west-2.compute.internal [must-gather-zbff8] POD 2025-12-13T18:07:16.145856886Z ip-10-0-28-37.us-west-2.compute.internal [must-gather-zbff8] POD 2025-12-13T18:07:16.145856886Z ip-10-0-35-86.us-west-2.compute.internal [must-gather-zbff8] POD 2025-12-13T18:07:16.145856886Z ip-10-0-83-205.us-west-2.compute.internal [must-gather-zbff8] POD 2025-12-13T18:07:16.145945298Z + tr ' ' '\n' [must-gather-zbff8] POD 2025-12-13T18:07:16.145945298Z ip-10-0-97-11.us-west-2.compute.internal' [must-gather-zbff8] POD 2025-12-13T18:07:16.146233973Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- '{}' '/must-gather/nodes/{}' [must-gather-zbff8] POD 2025-12-13T18:07:16.147793795Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-16-230.us-west-2.compute.internal /must-gather/nodes/ip-10-0-16-230.us-west-2.compute.internal [must-gather-zbff8] POD 2025-12-13T18:07:16.148424778Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-19-177.us-west-2.compute.internal /must-gather/nodes/ip-10-0-19-177.us-west-2.compute.internal [must-gather-zbff8] POD 2025-12-13T18:07:16.148987219Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-28-37.us-west-2.compute.internal /must-gather/nodes/ip-10-0-28-37.us-west-2.compute.internal [must-gather-zbff8] POD 2025-12-13T18:07:16.149587921Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-35-86.us-west-2.compute.internal /must-gather/nodes/ip-10-0-35-86.us-west-2.compute.internal [must-gather-zbff8] POD 2025-12-13T18:07:16.150654393Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-83-205.us-west-2.compute.internal /must-gather/nodes/ip-10-0-83-205.us-west-2.compute.internal [must-gather-zbff8] POD 2025-12-13T18:07:16.355479818Z [disk usage checker] Volume usage percentage: current = 16 ; allowed = 70 [must-gather-zbff8] POD 2025-12-13T18:07:16.495416803Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-97-11.us-west-2.compute.internal /must-gather/nodes/ip-10-0-97-11.us-west-2.compute.internal [must-gather-zbff8] POD 2025-12-13T18:07:16.650473535Z + oc delete -f /etc/node-gather-ds.yaml [must-gather-zbff8] POD 2025-12-13T18:07:16.746784573Z daemonset.apps "node-gather-daemonset" deleted [must-gather-zbff8] POD 2025-12-13T18:07:16.756684665Z + oc delete -f /etc/node-gather-crd.yaml [must-gather-zbff8] POD 2025-12-13T18:07:16.921567507Z namespace "node-gather" deleted [must-gather-zbff8] POD 2025-12-13T18:07:16.927869895Z serviceaccount "node-gather" deleted [must-gather-zbff8] POD 2025-12-13T18:07:21.363218442Z [disk usage checker] Volume usage percentage: current = 16 ; allowed = 70 [must-gather-zbff8] POD 2025-12-13T18:07:23.804186483Z running gather_ns [must-gather-zbff8] POD 2025-12-13T18:07:23.806425738Z +++ dirname -- /usr/bin/gather_ns [must-gather-zbff8] POD 2025-12-13T18:07:23.808432469Z ++ cd -- /usr/bin [must-gather-zbff8] POD 2025-12-13T18:07:23.808502280Z ++ pwd [must-gather-zbff8] POD 2025-12-13T18:07:23.808711264Z + DIR_NAME=/usr/bin [must-gather-zbff8] POD 2025-12-13T18:07:23.808798956Z + source /usr/bin/common.sh [must-gather-zbff8] POD 2025-12-13T18:07:23.809608502Z ++++ dirname -- /usr/bin/common.sh [must-gather-zbff8] POD 2025-12-13T18:07:23.811261646Z +++ cd -- /usr/bin [must-gather-zbff8] POD 2025-12-13T18:07:23.811355138Z +++ pwd [must-gather-zbff8] POD 2025-12-13T18:07:23.811628183Z ++ DIR_NAME=/usr/bin [must-gather-zbff8] POD 2025-12-13T18:07:23.811698365Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-zbff8] POD 2025-12-13T18:07:23.811734036Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-zbff8] POD 2025-12-13T18:07:23.811782357Z ++ export PROS=5 [must-gather-zbff8] POD 2025-12-13T18:07:23.811822797Z ++ PROS=5 [must-gather-zbff8] POD 2025-12-13T18:07:23.811870028Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-zbff8] POD 2025-12-13T18:07:23.811904569Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-zbff8] POD 2025-12-13T18:07:23.812106053Z + check_command [must-gather-zbff8] POD 2025-12-13T18:07:23.812148634Z + [[ -z 1 ]] [must-gather-zbff8] POD 2025-12-13T18:07:23.812197615Z + get_log_collection_args [must-gather-zbff8] POD 2025-12-13T18:07:23.812241326Z + log_collection_args= [must-gather-zbff8] POD 2025-12-13T18:07:23.812300777Z + '[' -n '' ']' [must-gather-zbff8] POD 2025-12-13T18:07:23.812367868Z + '[' -n '' ']' [must-gather-zbff8] POD 2025-12-13T18:07:23.812416089Z + node_log_collection_args= [must-gather-zbff8] POD 2025-12-13T18:07:23.812455100Z + '[' -n '' ']' [must-gather-zbff8] POD 2025-12-13T18:07:23.812495631Z + '[' -n '' ']' [must-gather-zbff8] POD 2025-12-13T18:07:23.812529952Z + export log_collection_args [must-gather-zbff8] POD 2025-12-13T18:07:23.812594963Z + export node_log_collection_args [must-gather-zbff8] POD 2025-12-13T18:07:23.812594963Z + OS_IMAGE_NS=openshift-virtualization-os-images [must-gather-zbff8] POD 2025-12-13T18:07:23.812594963Z + namespaces=() [must-gather-zbff8] POD 2025-12-13T18:07:23.812634364Z + namespaces+=("${INSTALLATION_NAMESPACE}" openshift-operator-lifecycle-manager openshift-marketplace) [must-gather-zbff8] POD 2025-12-13T18:07:23.813351298Z ++ oc get network.config.openshift.io '-o=jsonpath={.items[0].spec.networkType}' [must-gather-zbff8] POD 2025-12-13T18:07:23.813572583Z ++ tr '[:upper:]' '[:lower:]' [must-gather-zbff8] POD 2025-12-13T18:07:23.960925139Z + NETWORK_TYPE=ovnkubernetes [must-gather-zbff8] POD 2025-12-13T18:07:23.960977920Z + [[ ovnkubernetes == \o\v\n\k\u\b\e\r\n\e\t\e\s ]] [must-gather-zbff8] POD 2025-12-13T18:07:23.960977920Z + namespaces+=(openshift-ovn-kubernetes) [must-gather-zbff8] POD 2025-12-13T18:07:23.961046221Z + namespaces+=("${OS_IMAGE_NS}") [must-gather-zbff8] POD 2025-12-13T18:07:23.961062802Z + resources+=(cdi) [must-gather-zbff8] POD 2025-12-13T18:07:23.961592993Z + echo openshift-cnv openshift-operator-lifecycle-manager openshift-marketplace openshift-ovn-kubernetes openshift-virtualization-os-images [must-gather-zbff8] POD 2025-12-13T18:07:23.961857408Z + tr ' ' '\n' [must-gather-zbff8] POD 2025-12-13T18:07:23.962227135Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'echo inspecting namespace $1 && oc adm inspect ${log_collection_args} --dest-dir "${BASE_COLLECTION_PATH}" namespace $1' -- '{}' [must-gather-zbff8] POD 2025-12-13T18:07:23.964138934Z sh -c 'echo inspecting namespace $1 && oc adm inspect ${log_collection_args} --dest-dir "${BASE_COLLECTION_PATH}" namespace $1' -- openshift-cnv [must-gather-zbff8] POD 2025-12-13T18:07:23.964908390Z sh -c 'echo inspecting namespace $1 && oc adm inspect ${log_collection_args} --dest-dir "${BASE_COLLECTION_PATH}" namespace $1' -- openshift-operator-lifecycle-manager [must-gather-zbff8] POD 2025-12-13T18:07:23.965874359Z sh -c 'echo inspecting namespace $1 && oc adm inspect ${log_collection_args} --dest-dir "${BASE_COLLECTION_PATH}" namespace $1' -- openshift-marketplace [must-gather-zbff8] POD 2025-12-13T18:07:23.966846249Z inspecting namespace openshift-cnv [must-gather-zbff8] POD 2025-12-13T18:07:23.967636195Z sh -c 'echo inspecting namespace $1 && oc adm inspect ${log_collection_args} --dest-dir "${BASE_COLLECTION_PATH}" namespace $1' -- openshift-ovn-kubernetes [must-gather-zbff8] POD 2025-12-13T18:07:23.969086794Z inspecting namespace openshift-marketplace [must-gather-zbff8] POD 2025-12-13T18:07:23.969484812Z sh -c 'echo inspecting namespace $1 && oc adm inspect ${log_collection_args} --dest-dir "${BASE_COLLECTION_PATH}" namespace $1' -- openshift-virtualization-os-images [must-gather-zbff8] POD 2025-12-13T18:07:23.971463813Z inspecting namespace openshift-ovn-kubernetes [must-gather-zbff8] POD 2025-12-13T18:07:23.975758649Z inspecting namespace openshift-operator-lifecycle-manager [must-gather-zbff8] POD 2025-12-13T18:07:23.985719711Z inspecting namespace openshift-virtualization-os-images [must-gather-zbff8] POD 2025-12-13T18:07:24.436983746Z Gathering data for ns/openshift-virtualization-os-images... [must-gather-zbff8] POD 2025-12-13T18:07:24.446811225Z Gathering data for ns/openshift-marketplace... [must-gather-zbff8] POD 2025-12-13T18:07:24.451975840Z Gathering data for ns/openshift-operator-lifecycle-manager... [must-gather-zbff8] POD 2025-12-13T18:07:24.541002204Z Gathering data for ns/openshift-cnv... [must-gather-zbff8] POD 2025-12-13T18:07:24.544451594Z Gathering data for ns/openshift-ovn-kubernetes... [must-gather-zbff8] POD 2025-12-13T18:07:26.405066398Z [disk usage checker] Volume usage percentage: current = 16 ; allowed = 70 [must-gather-zbff8] POD 2025-12-13T18:07:26.473220509Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-zbff8] POD 2025-12-13T18:07:26.588855942Z Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2. [must-gather-zbff8] POD 2025-12-13T18:07:28.000291344Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-zbff8] POD 2025-12-13T18:07:28.662371640Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-zbff8] POD 2025-12-13T18:07:28.758856736Z Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2. [must-gather-zbff8] POD 2025-12-13T18:07:29.216189383Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:07:29.574839221Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-zbff8] POD 2025-12-13T18:07:29.674263096Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-zbff8] POD 2025-12-13T18:07:29.719200096Z Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2. [must-gather-zbff8] POD 2025-12-13T18:07:30.693949109Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:07:30.798312444Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-zbff8] POD 2025-12-13T18:07:30.875217742Z Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2. [must-gather-zbff8] POD 2025-12-13T18:07:31.090753950Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-zbff8] POD 2025-12-13T18:07:31.430058056Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-zbff8] POD 2025-12-13T18:07:31.434173179Z [disk usage checker] Volume usage percentage: current = 16 ; allowed = 70 [must-gather-zbff8] POD 2025-12-13T18:07:31.977885707Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:07:32.088365306Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-zbff8] POD 2025-12-13T18:07:32.122085439Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:07:32.144135916Z Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2. [must-gather-zbff8] POD 2025-12-13T18:07:32.827661147Z Warning: v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice [must-gather-zbff8] POD 2025-12-13T18:07:33.412039019Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:07:33.419780466Z running gather_resources [must-gather-zbff8] POD 2025-12-13T18:07:33.422136713Z +++ dirname -- /usr/bin/gather_resources [must-gather-zbff8] POD 2025-12-13T18:07:33.424132284Z ++ cd -- /usr/bin [must-gather-zbff8] POD 2025-12-13T18:07:33.424371399Z ++ pwd [must-gather-zbff8] POD 2025-12-13T18:07:33.424670565Z + DIR_NAME=/usr/bin [must-gather-zbff8] POD 2025-12-13T18:07:33.424745697Z + source /usr/bin/common.sh [must-gather-zbff8] POD 2025-12-13T18:07:33.425651685Z ++++ dirname -- /usr/bin/common.sh [must-gather-zbff8] POD 2025-12-13T18:07:33.427610175Z +++ cd -- /usr/bin [must-gather-zbff8] POD 2025-12-13T18:07:33.427686776Z +++ pwd [must-gather-zbff8] POD 2025-12-13T18:07:33.428427001Z ++ DIR_NAME=/usr/bin [must-gather-zbff8] POD 2025-12-13T18:07:33.428613555Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-zbff8] POD 2025-12-13T18:07:33.428717327Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-zbff8] POD 2025-12-13T18:07:33.428799448Z ++ export PROS=5 [must-gather-zbff8] POD 2025-12-13T18:07:33.428845500Z ++ PROS=5 [must-gather-zbff8] POD 2025-12-13T18:07:33.428995623Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-zbff8] POD 2025-12-13T18:07:33.428995623Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-zbff8] POD 2025-12-13T18:07:33.429215447Z + check_command [must-gather-zbff8] POD 2025-12-13T18:07:33.429295109Z + [[ -z 1 ]] [must-gather-zbff8] POD 2025-12-13T18:07:33.429295109Z + get_log_collection_args [must-gather-zbff8] POD 2025-12-13T18:07:33.429311499Z + log_collection_args= [must-gather-zbff8] POD 2025-12-13T18:07:33.429380980Z + '[' -n '' ']' [must-gather-zbff8] POD 2025-12-13T18:07:33.429380980Z + '[' -n '' ']' [must-gather-zbff8] POD 2025-12-13T18:07:33.429380980Z + node_log_collection_args= [must-gather-zbff8] POD 2025-12-13T18:07:33.429380980Z + '[' -n '' ']' [must-gather-zbff8] POD 2025-12-13T18:07:33.429380980Z + '[' -n '' ']' [must-gather-zbff8] POD 2025-12-13T18:07:33.429380980Z + export log_collection_args [must-gather-zbff8] POD 2025-12-13T18:07:33.429404981Z + export node_log_collection_args [must-gather-zbff8] POD 2025-12-13T18:07:33.429404981Z + resources=() [must-gather-zbff8] POD 2025-12-13T18:07:33.429450322Z + resources+=(catalogsource) [must-gather-zbff8] POD 2025-12-13T18:07:33.429562724Z + resources+=(Network-attachment-definitions) [must-gather-zbff8] POD 2025-12-13T18:07:33.429674786Z + resources+=(nodenetworkstates nodenetworkconfigurationenactments nodenetworkconfigurationpolicies) [must-gather-zbff8] POD 2025-12-13T18:07:33.429698677Z + resources+=(istag) [must-gather-zbff8] POD 2025-12-13T18:07:33.429698677Z + resources+=(nodes) [must-gather-zbff8] POD 2025-12-13T18:07:33.429698677Z + resources+=(machines) [must-gather-zbff8] POD 2025-12-13T18:07:33.429714447Z + resources+=(storageclasses csidrivers csinodes csistoragecapacities volumeattachments persistentvolumes) [must-gather-zbff8] POD 2025-12-13T18:07:33.429728037Z + /usr/bin/version [must-gather-zbff8] POD 2025-12-13T18:07:33.552352342Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-zbff8] POD 2025-12-13T18:07:33.563581040Z + echo catalogsource Network-attachment-definitions nodenetworkstates nodenetworkconfigurationenactments nodenetworkconfigurationpolicies istag nodes machines storageclasses csidrivers csinodes csistoragecapacities volumeattachments persistentvolumes [must-gather-zbff8] POD 2025-12-13T18:07:33.563753374Z + tr ' ' '\n' [must-gather-zbff8] POD 2025-12-13T18:07:33.564055700Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- '{}' [must-gather-zbff8] POD 2025-12-13T18:07:33.566037560Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- catalogsource [must-gather-zbff8] POD 2025-12-13T18:07:33.566602161Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- Network-attachment-definitions [must-gather-zbff8] POD 2025-12-13T18:07:33.567490469Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- nodenetworkstates [must-gather-zbff8] POD 2025-12-13T18:07:33.567978919Z inspecting catalogsource [must-gather-zbff8] POD 2025-12-13T18:07:33.568639962Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- nodenetworkconfigurationenactments [must-gather-zbff8] POD 2025-12-13T18:07:33.569872707Z inspecting Network-attachment-definitions [must-gather-zbff8] POD 2025-12-13T18:07:33.570541201Z inspecting nodenetworkstates [must-gather-zbff8] POD 2025-12-13T18:07:33.573811237Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- nodenetworkconfigurationpolicies [must-gather-zbff8] POD 2025-12-13T18:07:33.576506152Z inspecting nodenetworkconfigurationenactments [must-gather-zbff8] POD 2025-12-13T18:07:33.577484181Z inspecting nodenetworkconfigurationpolicies [must-gather-zbff8] POD 2025-12-13T18:07:33.952563812Z error: the server doesn't have a resource type "nodenetworkconfigurationpolicies" [must-gather-zbff8] POD 2025-12-13T18:07:33.972444265Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- istag [must-gather-zbff8] POD 2025-12-13T18:07:33.981364656Z inspecting istag [must-gather-zbff8] POD 2025-12-13T18:07:33.982510459Z error: the server doesn't have a resource type "nodenetworkconfigurationenactments" [must-gather-zbff8] POD 2025-12-13T18:07:33.986784876Z error: the server doesn't have a resource type "nodenetworkstates" [must-gather-zbff8] POD 2025-12-13T18:07:33.990519051Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- nodes [must-gather-zbff8] POD 2025-12-13T18:07:33.993144925Z inspecting nodes [must-gather-zbff8] POD 2025-12-13T18:07:33.998757198Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- machines [must-gather-zbff8] POD 2025-12-13T18:07:34.015302034Z inspecting machines [must-gather-zbff8] POD 2025-12-13T18:07:35.027750530Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:07:35.036966567Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- storageclasses [must-gather-zbff8] POD 2025-12-13T18:07:35.061643207Z inspecting storageclasses [must-gather-zbff8] POD 2025-12-13T18:07:35.122989170Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:07:35.138670098Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- csidrivers [must-gather-zbff8] POD 2025-12-13T18:07:35.159634063Z inspecting csidrivers [must-gather-zbff8] POD 2025-12-13T18:07:35.603901516Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:07:35.611867677Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- csinodes [must-gather-zbff8] POD 2025-12-13T18:07:35.623647336Z inspecting csinodes [must-gather-zbff8] POD 2025-12-13T18:07:35.866609559Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:07:35.883485691Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- csistoragecapacities [must-gather-zbff8] POD 2025-12-13T18:07:35.889898741Z inspecting csistoragecapacities [must-gather-zbff8] POD 2025-12-13T18:07:36.367360247Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:07:36.374580963Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- volumeattachments [must-gather-zbff8] POD 2025-12-13T18:07:36.393994096Z inspecting volumeattachments [must-gather-zbff8] POD 2025-12-13T18:07:36.540297921Z [disk usage checker] Volume usage percentage: current = 16 ; allowed = 70 [must-gather-zbff8] POD 2025-12-13T18:07:36.715576903Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:07:36.723114645Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- persistentvolumes [must-gather-zbff8] POD 2025-12-13T18:07:36.732776131Z inspecting persistentvolumes [must-gather-zbff8] POD 2025-12-13T18:07:36.785404538Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:07:37.140626636Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:07:37.306196851Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:07:37.725266444Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:07:37.789480994Z Wrote inspect data to /must-gather. [must-gather-zbff8] POD 2025-12-13T18:07:37.795713000Z running gather_ssp [must-gather-zbff8] POD 2025-12-13T18:07:37.798152219Z +++ dirname -- /usr/bin/gather_ssp [must-gather-zbff8] POD 2025-12-13T18:07:37.800365174Z ++ cd -- /usr/bin [must-gather-zbff8] POD 2025-12-13T18:07:37.800440866Z ++ pwd [must-gather-zbff8] POD 2025-12-13T18:07:37.800789433Z + DIR_NAME=/usr/bin [must-gather-zbff8] POD 2025-12-13T18:07:37.800927656Z + source /usr/bin/common.sh [must-gather-zbff8] POD 2025-12-13T18:07:37.801781803Z ++++ dirname -- /usr/bin/common.sh [must-gather-zbff8] POD 2025-12-13T18:07:37.803369685Z +++ cd -- /usr/bin [must-gather-zbff8] POD 2025-12-13T18:07:37.803402766Z +++ pwd [must-gather-zbff8] POD 2025-12-13T18:07:37.803733472Z ++ DIR_NAME=/usr/bin [must-gather-zbff8] POD 2025-12-13T18:07:37.803843584Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-zbff8] POD 2025-12-13T18:07:37.804080899Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-zbff8] POD 2025-12-13T18:07:37.804168921Z ++ export PROS=5 [must-gather-zbff8] POD 2025-12-13T18:07:37.804222732Z ++ PROS=5 [must-gather-zbff8] POD 2025-12-13T18:07:37.804288504Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-zbff8] POD 2025-12-13T18:07:37.804865835Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-zbff8] POD 2025-12-13T18:07:37.804865835Z + check_command [must-gather-zbff8] POD 2025-12-13T18:07:37.804865835Z + [[ -z 1 ]] [must-gather-zbff8] POD 2025-12-13T18:07:37.805443947Z ++ /usr/bin/oc get templates --all-namespaces -l template.kubevirt.io/type=base -o 'jsonpath={range .items[*]}{.metadata.namespace}{"\n"}{end}' [must-gather-zbff8] POD 2025-12-13T18:07:37.805674741Z ++ uniq [must-gather-zbff8] POD 2025-12-13T18:07:38.010753851Z + namespaces=openshift [must-gather-zbff8] POD 2025-12-13T18:07:38.011296982Z + echo openshift [must-gather-zbff8] POD 2025-12-13T18:07:38.011357303Z + tr ' ' '\n' [must-gather-zbff8] POD 2025-12-13T18:07:38.011583508Z + xargs -t '-I{}' -P 5 --max-args=1 command sh -c 'mkdir -p $2; /usr/bin/oc get templates -n $1 -o yaml > $2/$1.yaml' -- '{}' '/must-gather/namespaces/{}/templates' [must-gather-zbff8] POD 2025-12-13T18:07:38.013201760Z command sh -c 'mkdir -p $2; /usr/bin/oc get templates -n $1 -o yaml > $2/$1.yaml' -- openshift /must-gather/namespaces/openshift/templates [must-gather-zbff8] POD 2025-12-13T18:07:38.442919445Z + exit 0 [must-gather-zbff8] POD 2025-12-13T18:07:38.443175450Z running gather_virtualmachines [must-gather-zbff8] POD 2025-12-13T18:07:38.445572229Z +++ dirname -- /usr/bin/gather_virtualmachines [must-gather-zbff8] POD 2025-12-13T18:07:38.447226042Z ++ cd -- /usr/bin [must-gather-zbff8] POD 2025-12-13T18:07:38.447338844Z ++ pwd [must-gather-zbff8] POD 2025-12-13T18:07:38.447572849Z + DIR_NAME=/usr/bin [must-gather-zbff8] POD 2025-12-13T18:07:38.447674871Z + source /usr/bin/common.sh [must-gather-zbff8] POD 2025-12-13T18:07:38.448525688Z ++++ dirname -- /usr/bin/common.sh [must-gather-zbff8] POD 2025-12-13T18:07:38.450071220Z +++ cd -- /usr/bin [must-gather-zbff8] POD 2025-12-13T18:07:38.450166842Z +++ pwd [must-gather-zbff8] POD 2025-12-13T18:07:38.450652171Z ++ DIR_NAME=/usr/bin [must-gather-zbff8] POD 2025-12-13T18:07:38.450652171Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-zbff8] POD 2025-12-13T18:07:38.450652171Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-zbff8] POD 2025-12-13T18:07:38.450652171Z ++ export PROS=5 [must-gather-zbff8] POD 2025-12-13T18:07:38.450652171Z ++ PROS=5 [must-gather-zbff8] POD 2025-12-13T18:07:38.450652171Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-zbff8] POD 2025-12-13T18:07:38.450652171Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-zbff8] POD 2025-12-13T18:07:38.450652171Z + check_command [must-gather-zbff8] POD 2025-12-13T18:07:38.450652171Z + [[ -z 1 ]] [must-gather-zbff8] POD 2025-12-13T18:07:38.450652171Z + vmConvertor [must-gather-zbff8] POD 2025-12-13T18:07:38.462005521Z No VM found [must-gather-zbff8] POD 2025-12-13T18:07:38.463469421Z + exit 0 [must-gather-zbff8] POD 2025-12-13T18:07:38.463960421Z running gather_webhooks [must-gather-zbff8] POD 2025-12-13T18:07:38.466259937Z +++ dirname -- /usr/bin/gather_webhooks [must-gather-zbff8] POD 2025-12-13T18:07:38.467852790Z ++ cd -- /usr/bin [must-gather-zbff8] POD 2025-12-13T18:07:38.468090484Z ++ pwd [must-gather-zbff8] POD 2025-12-13T18:07:38.468340939Z + DIR_NAME=/usr/bin [must-gather-zbff8] POD 2025-12-13T18:07:38.468340939Z + source /usr/bin/common.sh [must-gather-zbff8] POD 2025-12-13T18:07:38.469116585Z ++++ dirname -- /usr/bin/common.sh [must-gather-zbff8] POD 2025-12-13T18:07:38.470564834Z +++ cd -- /usr/bin [must-gather-zbff8] POD 2025-12-13T18:07:38.470653566Z +++ pwd [must-gather-zbff8] POD 2025-12-13T18:07:38.470910101Z ++ DIR_NAME=/usr/bin [must-gather-zbff8] POD 2025-12-13T18:07:38.470910101Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-zbff8] POD 2025-12-13T18:07:38.470910101Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-zbff8] POD 2025-12-13T18:07:38.470910101Z ++ export PROS=5 [must-gather-zbff8] POD 2025-12-13T18:07:38.471018543Z ++ PROS=5 [must-gather-zbff8] POD 2025-12-13T18:07:38.471018543Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-zbff8] POD 2025-12-13T18:07:38.471018543Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-zbff8] POD 2025-12-13T18:07:38.471166226Z + check_command [must-gather-zbff8] POD 2025-12-13T18:07:38.471166226Z + [[ -z 1 ]] [must-gather-zbff8] POD 2025-12-13T18:07:38.471259568Z + export -f gather_validating_wh [must-gather-zbff8] POD 2025-12-13T18:07:38.471259568Z + export -f gather_mutating_wh [must-gather-zbff8] POD 2025-12-13T18:07:38.471725468Z ++ /usr/bin/oc get validatingwebhookconfiguration -o custom-columns=NAME:.metadata.name --no-headers [must-gather-zbff8] POD 2025-12-13T18:07:38.613174720Z + validating_wh='admissionwebhook.noobaa.io-6x9k8 [must-gather-zbff8] POD 2025-12-13T18:07:38.613174720Z alertmanagerconfigs.openshift.io [must-gather-zbff8] POD 2025-12-13T18:07:38.613174720Z autoscaling.openshift.io [must-gather-zbff8] POD 2025-12-13T18:07:38.613174720Z cdi-api-dataimportcron-validate [must-gather-zbff8] POD 2025-12-13T18:07:38.613174720Z cdi-api-datavolume-validate [must-gather-zbff8] POD 2025-12-13T18:07:38.613174720Z cdi-api-populator-validate [must-gather-zbff8] POD 2025-12-13T18:07:38.613174720Z cdi-api-validate [must-gather-zbff8] POD 2025-12-13T18:07:38.613174720Z cluster-baremetal-validating-webhook-configuration [must-gather-zbff8] POD 2025-12-13T18:07:38.613174720Z controlplanemachineset.machine.openshift.io [must-gather-zbff8] POD 2025-12-13T18:07:38.613174720Z machine-api [must-gather-zbff8] POD 2025-12-13T18:07:38.613174720Z monitoringconfigmaps.openshift.io [must-gather-zbff8] POD 2025-12-13T18:07:38.613174720Z multus.openshift.io [must-gather-zbff8] POD 2025-12-13T18:07:38.613174720Z network-node-identity.openshift.io [must-gather-zbff8] POD 2025-12-13T18:07:38.613174720Z objecttransfer-api-validate [must-gather-zbff8] POD 2025-12-13T18:07:38.613174720Z performance-addon-operator [must-gather-zbff8] POD 2025-12-13T18:07:38.613174720Z prometheusrules.openshift.io [must-gather-zbff8] POD 2025-12-13T18:07:38.613174720Z validate-hco.kubevirt.io-jc6lk [must-gather-zbff8] POD 2025-12-13T18:07:38.613174720Z validate-hostpath-provisioner.kubevirt.io-sstlt [must-gather-zbff8] POD 2025-12-13T18:07:38.613174720Z validation.v1beta2.ssp.kubevirt.io-q488t [must-gather-zbff8] POD 2025-12-13T18:07:38.613174720Z validation.v1beta3.ssp.kubevirt.io-v7bvf [must-gather-zbff8] POD 2025-12-13T18:07:38.613174720Z vbackup.cnpg.io-l86t6 [must-gather-zbff8] POD 2025-12-13T18:07:38.613174720Z vcluster.cnpg.io-4ftxb [must-gather-zbff8] POD 2025-12-13T18:07:38.613174720Z vdatabase.cnpg.io-kd9vh [must-gather-zbff8] POD 2025-12-13T18:07:38.613174720Z virt-api-validator [must-gather-zbff8] POD 2025-12-13T18:07:38.613174720Z virt-operator-validator [must-gather-zbff8] POD 2025-12-13T18:07:38.613174720Z virt-template-validator [must-gather-zbff8] POD 2025-12-13T18:07:38.613174720Z vpooler.cnpg.io-g9tjl [must-gather-zbff8] POD 2025-12-13T18:07:38.613174720Z vscheduledbackup.cnpg.io-n8drq' [must-gather-zbff8] POD 2025-12-13T18:07:38.613712730Z + echo 'admissionwebhook.noobaa.io-6x9k8 [must-gather-zbff8] POD 2025-12-13T18:07:38.613712730Z alertmanagerconfigs.openshift.io [must-gather-zbff8] POD 2025-12-13T18:07:38.613712730Z autoscaling.openshift.io [must-gather-zbff8] POD 2025-12-13T18:07:38.613712730Z cdi-api-dataimportcron-validate [must-gather-zbff8] POD 2025-12-13T18:07:38.613712730Z cdi-api-datavolume-validate [must-gather-zbff8] POD 2025-12-13T18:07:38.613712730Z cdi-api-populator-validate [must-gather-zbff8] POD 2025-12-13T18:07:38.613712730Z cdi-api-validate [must-gather-zbff8] POD 2025-12-13T18:07:38.613712730Z cluster-baremetal-validating-webhook-configuration [must-gather-zbff8] POD 2025-12-13T18:07:38.613712730Z controlplanemachineset.machine.openshift.io [must-gather-zbff8] POD 2025-12-13T18:07:38.613712730Z machine-api [must-gather-zbff8] POD 2025-12-13T18:07:38.613712730Z monitoringconfigmaps.openshift.io [must-gather-zbff8] POD 2025-12-13T18:07:38.613712730Z multus.openshift.io [must-gather-zbff8] POD 2025-12-13T18:07:38.613712730Z network-node-identity.openshift.io [must-gather-zbff8] POD 2025-12-13T18:07:38.613712730Z objecttransfer-api-validate [must-gather-zbff8] POD 2025-12-13T18:07:38.613712730Z performance-addon-operator [must-gather-zbff8] POD 2025-12-13T18:07:38.613712730Z prometheusrules.openshift.io [must-gather-zbff8] POD 2025-12-13T18:07:38.613712730Z validate-hco.kubevirt.io-jc6lk [must-gather-zbff8] POD 2025-12-13T18:07:38.613712730Z validate-hostpath-provisioner.kubevirt.io-sstlt [must-gather-zbff8] POD 2025-12-13T18:07:38.613712730Z validation.v1beta2.ssp.kubevirt.io-q488t [must-gather-zbff8] POD 2025-12-13T18:07:38.613712730Z validation.v1beta3.ssp.kubevirt.io-v7bvf [must-gather-zbff8] POD 2025-12-13T18:07:38.613712730Z vbackup.cnpg.io-l86t6 [must-gather-zbff8] POD 2025-12-13T18:07:38.613712730Z vcluster.cnpg.io-4ftxb [must-gather-zbff8] POD 2025-12-13T18:07:38.613712730Z vdatabase.cnpg.io-kd9vh [must-gather-zbff8] POD 2025-12-13T18:07:38.613712730Z virt-api-validator [must-gather-zbff8] POD 2025-12-13T18:07:38.613712730Z virt-operator-validator [must-gather-zbff8] POD 2025-12-13T18:07:38.613712730Z virt-template-validator [must-gather-zbff8] POD 2025-12-13T18:07:38.613712730Z vpooler.cnpg.io-g9tjl [must-gather-zbff8] POD 2025-12-13T18:07:38.613712730Z vscheduledbackup.cnpg.io-n8drq' [must-gather-zbff8] POD 2025-12-13T18:07:38.613942165Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'gather_validating_wh $1' -- '{}' [must-gather-zbff8] POD 2025-12-13T18:07:38.613942165Z + tr ' ' '\n' [must-gather-zbff8] POD 2025-12-13T18:07:38.615619289Z sh -c 'gather_validating_wh $1' -- admissionwebhook.noobaa.io-6x9k8 [must-gather-zbff8] POD 2025-12-13T18:07:38.616366324Z sh -c 'gather_validating_wh $1' -- alertmanagerconfigs.openshift.io [must-gather-zbff8] POD 2025-12-13T18:07:38.617224752Z sh -c 'gather_validating_wh $1' -- autoscaling.openshift.io [must-gather-zbff8] POD 2025-12-13T18:07:38.618552079Z sh -c 'gather_validating_wh $1' -- cdi-api-dataimportcron-validate [must-gather-zbff8] POD 2025-12-13T18:07:38.622338725Z sh -c 'gather_validating_wh $1' -- cdi-api-datavolume-validate [must-gather-zbff8] POD 2025-12-13T18:07:39.626818399Z sh -c 'gather_validating_wh $1' -- cdi-api-populator-validate [must-gather-zbff8] POD 2025-12-13T18:07:39.649359525Z sh -c 'gather_validating_wh $1' -- cdi-api-validate [must-gather-zbff8] POD 2025-12-13T18:07:39.670671966Z sh -c 'gather_validating_wh $1' -- cluster-baremetal-validating-webhook-configuration [must-gather-zbff8] POD 2025-12-13T18:07:39.684223190Z sh -c 'gather_validating_wh $1' -- controlplanemachineset.machine.openshift.io [must-gather-zbff8] POD 2025-12-13T18:07:39.729190160Z sh -c 'gather_validating_wh $1' -- machine-api [must-gather-zbff8] POD 2025-12-13T18:07:40.649478490Z sh -c 'gather_validating_wh $1' -- monitoringconfigmaps.openshift.io [must-gather-zbff8] POD 2025-12-13T18:07:40.691497120Z sh -c 'gather_validating_wh $1' -- multus.openshift.io [must-gather-zbff8] POD 2025-12-13T18:07:40.733794176Z sh -c 'gather_validating_wh $1' -- network-node-identity.openshift.io [must-gather-zbff8] POD 2025-12-13T18:07:40.804176590Z sh -c 'gather_validating_wh $1' -- objecttransfer-api-validate [must-gather-zbff8] POD 2025-12-13T18:07:40.854306444Z sh -c 'gather_validating_wh $1' -- performance-addon-operator [must-gather-zbff8] POD 2025-12-13T18:07:41.524724549Z sh -c 'gather_validating_wh $1' -- prometheusrules.openshift.io [must-gather-zbff8] POD 2025-12-13T18:07:41.658402533Z [disk usage checker] Volume usage percentage: current = 16 ; allowed = 70 [must-gather-zbff8] POD 2025-12-13T18:07:41.777952092Z Error from server (NotFound): namespaces "