"[sig-storage] PersistentVolumes-local [Volume type: blockfswithformat] Two pods mounting a local volume at the same time should be able to write from pod1 and read from pod2 [Suite:openshift/conformance/parallel] [Suite:k8s]" started: (0/1/1) "[sig-storage] PersistentVolumes-local [Volume type: blockfswithformat] Two pods mounting a local volume at the same time should be able to write from pod1 and read from pod2 [Suite:openshift/conformance/parallel] [Suite:k8s]" I0615 17:38:12.049842 669259 test_context.go:423] Tolerating taints "node-role.kubernetes.io/master" when considering if nodes are ready Jun 15 17:38:12.085: INFO: Waiting up to 30m0s for all (but 100) nodes to be schedulable Jun 15 17:38:13.964: INFO: Waiting up to 10m0s for all pods (need at least 0) in namespace 'kube-system' to be running and ready Jun 15 17:38:14.619: INFO: 0 / 0 pods in namespace 'kube-system' are running and ready (0 seconds elapsed) Jun 15 17:38:14.619: INFO: expected 0 pod replicas in namespace 'kube-system', 0 are Running and Ready. Jun 15 17:38:14.619: INFO: Waiting up to 5m0s for all daemonsets in namespace 'kube-system' to start Jun 15 17:38:14.824: INFO: e2e test version: v1.18.3 Jun 15 17:38:14.994: INFO: kube-apiserver version: v1.18.3+a637491 Jun 15 17:38:15.172: INFO: Cluster IP family: ipv4 [BeforeEach] [Top Level] /home/fidencio/src/upstream/origin/_output/local/go/src/github.com/openshift/origin/test/extended/util/framework.go:1413 [BeforeEach] [Top Level] /home/fidencio/src/upstream/origin/_output/local/go/src/github.com/openshift/origin/test/extended/util/framework.go:1413 [BeforeEach] [Top Level] /home/fidencio/src/upstream/origin/_output/local/go/src/github.com/openshift/origin/test/extended/util/test.go:58 [BeforeEach] [sig-storage] PersistentVolumes-local /home/fidencio/src/upstream/origin/_output/local/go/src/github.com/openshift/origin/vendor/k8s.io/kubernetes/test/e2e/framework/framework.go:178 STEP: Creating a kubernetes client STEP: Building a namespace api object, basename persistent-local-volumes-test Jun 15 17:38:15.809: INFO: About to run a Kube e2e test, ensuring namespace is privileged Jun 15 17:38:19.421: INFO: No PodSecurityPolicies found; assuming PodSecurityPolicy is disabled. STEP: Waiting for a default service account to be provisioned in namespace [BeforeEach] [sig-storage] PersistentVolumes-local /home/fidencio/src/upstream/origin/_output/local/go/src/github.com/openshift/origin/vendor/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:155 [BeforeEach] [Volume type: blockfswithformat] /home/fidencio/src/upstream/origin/_output/local/go/src/github.com/openshift/origin/vendor/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:191 STEP: Initializing test volumes STEP: Creating block device on node "master-0-0" using path "/tmp/local-volume-test-9762bf51-66e4-4b1d-bee4-b2b5fdd19c23" Jun 15 17:38:22.794: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p /tmp/local-volume-test-9762bf51-66e4-4b1d-bee4-b2b5fdd19c23 && dd if=/dev/zero of=/tmp/local-volume-test-9762bf51-66e4-4b1d-bee4-b2b5fdd19c23/file bs=4096 count=5120 && losetup -f /tmp/local-volume-test-9762bf51-66e4-4b1d-bee4-b2b5fdd19c23/file] Namespace:e2e-persistent-local-volumes-test-1433 PodName:hostexec-master-0-0-b69pj ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Jun 15 17:38:24.053: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c E2E_LOOP_DEV=$(losetup | grep /tmp/local-volume-test-9762bf51-66e4-4b1d-bee4-b2b5fdd19c23/file | awk '{ print $1 }') 2>&1 > /dev/null && echo ${E2E_LOOP_DEV}] Namespace:e2e-persistent-local-volumes-test-1433 PodName:hostexec-master-0-0-b69pj ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Jun 15 17:38:25.284: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkfs -t ext4 /dev/loop2 && mount -t ext4 /dev/loop2 /tmp/local-volume-test-9762bf51-66e4-4b1d-bee4-b2b5fdd19c23 && chmod o+rwx /tmp/local-volume-test-9762bf51-66e4-4b1d-bee4-b2b5fdd19c23] Namespace:e2e-persistent-local-volumes-test-1433 PodName:hostexec-master-0-0-b69pj ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} STEP: Creating local PVCs and PVs Jun 15 17:38:26.502: INFO: Creating a PV followed by a PVC Jun 15 17:38:26.889: INFO: Waiting for PV local-pvms45t to bind to PVC pvc-f8bnb Jun 15 17:38:26.889: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-f8bnb] to have phase Bound Jun 15 17:38:27.094: INFO: PersistentVolumeClaim pvc-f8bnb found and phase=Bound (205.192997ms) Jun 15 17:38:27.095: INFO: Waiting up to 3m0s for PersistentVolume local-pvms45t to have phase Bound Jun 15 17:38:27.289: INFO: PersistentVolume local-pvms45t found and phase=Bound (194.117027ms) [It] should be able to write from pod1 and read from pod2 [Suite:openshift/conformance/parallel] [Suite:k8s] /home/fidencio/src/upstream/origin/_output/local/go/src/github.com/openshift/origin/vendor/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:245 STEP: Creating pod1 to write to the PV STEP: Creating a pod Jun 15 17:38:40.112: INFO: pod "security-context-c648429f-06a3-4f83-962c-f6548cf4a7e1" created on Node "master-0-0" STEP: Writing in pod1 Jun 15 17:38:40.112: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo test-file-content > /mnt/volume1/test-file] Namespace:e2e-persistent-local-volumes-test-1433 PodName:security-context-c648429f-06a3-4f83-962c-f6548cf4a7e1 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jun 15 17:38:41.461: INFO: podRWCmdExec out: "" err: Jun 15 17:38:41.461: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:e2e-persistent-local-volumes-test-1433 PodName:security-context-c648429f-06a3-4f83-962c-f6548cf4a7e1 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jun 15 17:38:42.845: INFO: podRWCmdExec out: "test-file-content" err: STEP: Creating pod2 to read from the PV STEP: Creating a pod Jun 15 17:38:53.816: INFO: pod "security-context-ad6ed0e5-f20f-4baf-b24d-643218443ee8" created on Node "master-0-0" Jun 15 17:38:53.816: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:e2e-persistent-local-volumes-test-1433 PodName:security-context-ad6ed0e5-f20f-4baf-b24d-643218443ee8 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jun 15 17:38:54.928: INFO: podRWCmdExec out: "test-file-content" err: STEP: Writing in pod2 Jun 15 17:38:54.928: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo /tmp/local-volume-test-9762bf51-66e4-4b1d-bee4-b2b5fdd19c23 > /mnt/volume1/test-file] Namespace:e2e-persistent-local-volumes-test-1433 PodName:security-context-ad6ed0e5-f20f-4baf-b24d-643218443ee8 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jun 15 17:38:56.031: INFO: podRWCmdExec out: "" err: STEP: Reading in pod1 Jun 15 17:38:56.031: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:e2e-persistent-local-volumes-test-1433 PodName:security-context-c648429f-06a3-4f83-962c-f6548cf4a7e1 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jun 15 17:38:57.189: INFO: podRWCmdExec out: "test-file-content" err: [AfterEach] [Volume type: blockfswithformat] /home/fidencio/src/upstream/origin/_output/local/go/src/github.com/openshift/origin/vendor/k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:200 STEP: Cleaning up PVC and PV Jun 15 17:38:57.191: INFO: Deleting PersistentVolumeClaim "pvc-f8bnb" Jun 15 17:38:57.405: INFO: Deleting PersistentVolume "local-pvms45t" Jun 15 17:38:57.578: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c umount /tmp/local-volume-test-9762bf51-66e4-4b1d-bee4-b2b5fdd19c23] Namespace:e2e-persistent-local-volumes-test-1433 PodName:hostexec-master-0-0-b69pj ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Jun 15 17:38:58.750: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c E2E_LOOP_DEV=$(losetup | grep /tmp/local-volume-test-9762bf51-66e4-4b1d-bee4-b2b5fdd19c23/file | awk '{ print $1 }') 2>&1 > /dev/null && echo ${E2E_LOOP_DEV}] Namespace:e2e-persistent-local-volumes-test-1433 PodName:hostexec-master-0-0-b69pj ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} STEP: Tear down block device "/dev/loop2" on node "master-0-0" at path /tmp/local-volume-test-9762bf51-66e4-4b1d-bee4-b2b5fdd19c23/file Jun 15 17:38:59.873: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c losetup -d /dev/loop2] Namespace:e2e-persistent-local-volumes-test-1433 PodName:hostexec-master-0-0-b69pj ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} STEP: Removing the test directory /tmp/local-volume-test-9762bf51-66e4-4b1d-bee4-b2b5fdd19c23 Jun 15 17:39:00.938: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-9762bf51-66e4-4b1d-bee4-b2b5fdd19c23] Namespace:e2e-persistent-local-volumes-test-1433 PodName:hostexec-master-0-0-b69pj ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} [AfterEach] [sig-storage] PersistentVolumes-local /home/fidencio/src/upstream/origin/_output/local/go/src/github.com/openshift/origin/vendor/k8s.io/kubernetes/test/e2e/framework/framework.go:179 STEP: Collecting events from namespace "e2e-persistent-local-volumes-test-1433". STEP: Found 14 events. Jun 15 17:39:02.706: INFO: At 0001-01-01 00:00:00 +0000 UTC - event for hostexec-master-0-0-b69pj: {default-scheduler } Scheduled: Successfully assigned e2e-persistent-local-volumes-test-1433/hostexec-master-0-0-b69pj to master-0-0 Jun 15 17:39:02.706: INFO: At 0001-01-01 00:00:00 +0000 UTC - event for security-context-ad6ed0e5-f20f-4baf-b24d-643218443ee8: {default-scheduler } Scheduled: Successfully assigned e2e-persistent-local-volumes-test-1433/security-context-ad6ed0e5-f20f-4baf-b24d-643218443ee8 to master-0-0 Jun 15 17:39:02.706: INFO: At 0001-01-01 00:00:00 +0000 UTC - event for security-context-c648429f-06a3-4f83-962c-f6548cf4a7e1: {default-scheduler } Scheduled: Successfully assigned e2e-persistent-local-volumes-test-1433/security-context-c648429f-06a3-4f83-962c-f6548cf4a7e1 to master-0-0 Jun 15 17:39:02.706: INFO: At 2020-06-15 17:38:20 +0200 CEST - event for hostexec-master-0-0-b69pj: {kubelet master-0-0} Pulled: Container image "us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.12" already present on machine Jun 15 17:39:02.706: INFO: At 2020-06-15 17:38:21 +0200 CEST - event for hostexec-master-0-0-b69pj: {kubelet master-0-0} Created: Created container agnhost Jun 15 17:39:02.706: INFO: At 2020-06-15 17:38:21 +0200 CEST - event for hostexec-master-0-0-b69pj: {kubelet master-0-0} Started: Started container agnhost Jun 15 17:39:02.706: INFO: At 2020-06-15 17:38:29 +0200 CEST - event for security-context-c648429f-06a3-4f83-962c-f6548cf4a7e1: {multus } AddedInterface: Add eth0 [10.129.0.28/23] Jun 15 17:39:02.706: INFO: At 2020-06-15 17:38:36 +0200 CEST - event for security-context-c648429f-06a3-4f83-962c-f6548cf4a7e1: {kubelet master-0-0} Started: Started container write-pod Jun 15 17:39:02.706: INFO: At 2020-06-15 17:38:36 +0200 CEST - event for security-context-c648429f-06a3-4f83-962c-f6548cf4a7e1: {kubelet master-0-0} Pulled: Container image "docker.io/library/busybox:1.29" already present on machine Jun 15 17:39:02.706: INFO: At 2020-06-15 17:38:36 +0200 CEST - event for security-context-c648429f-06a3-4f83-962c-f6548cf4a7e1: {kubelet master-0-0} Created: Created container write-pod Jun 15 17:39:02.706: INFO: At 2020-06-15 17:38:44 +0200 CEST - event for security-context-ad6ed0e5-f20f-4baf-b24d-643218443ee8: {multus } AddedInterface: Add eth0 [10.129.0.29/23] Jun 15 17:39:02.706: INFO: At 2020-06-15 17:38:51 +0200 CEST - event for security-context-ad6ed0e5-f20f-4baf-b24d-643218443ee8: {kubelet master-0-0} Pulled: Container image "docker.io/library/busybox:1.29" already present on machine Jun 15 17:39:02.706: INFO: At 2020-06-15 17:38:52 +0200 CEST - event for security-context-ad6ed0e5-f20f-4baf-b24d-643218443ee8: {kubelet master-0-0} Started: Started container write-pod Jun 15 17:39:02.706: INFO: At 2020-06-15 17:38:52 +0200 CEST - event for security-context-ad6ed0e5-f20f-4baf-b24d-643218443ee8: {kubelet master-0-0} Created: Created container write-pod Jun 15 17:39:02.915: INFO: POD NODE PHASE GRACE CONDITIONS Jun 15 17:39:02.916: INFO: hostexec-master-0-0-b69pj master-0-0 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:38:20 +0200 CEST } {Ready True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:38:21 +0200 CEST } {ContainersReady True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:38:21 +0200 CEST } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:38:20 +0200 CEST }] Jun 15 17:39:02.916: INFO: security-context-ad6ed0e5-f20f-4baf-b24d-643218443ee8 master-0-0 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:38:42 +0200 CEST } {Ready True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:38:52 +0200 CEST } {ContainersReady True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:38:52 +0200 CEST } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:38:42 +0200 CEST }] Jun 15 17:39:02.916: INFO: security-context-c648429f-06a3-4f83-962c-f6548cf4a7e1 master-0-0 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:38:27 +0200 CEST } {Ready True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:38:37 +0200 CEST } {ContainersReady True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:38:37 +0200 CEST } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:38:27 +0200 CEST }] Jun 15 17:39:02.916: INFO: Jun 15 17:39:03.093: INFO: hostexec-master-0-0-b69pj[e2e-persistent-local-volumes-test-1433].container[agnhost].log Paused Jun 15 17:39:03.346: INFO: security-context-ad6ed0e5-f20f-4baf-b24d-643218443ee8[e2e-persistent-local-volumes-test-1433].container[write-pod].log Jun 15 17:39:03.552: INFO: security-context-c648429f-06a3-4f83-962c-f6548cf4a7e1[e2e-persistent-local-volumes-test-1433].container[write-pod].log Jun 15 17:39:04.095: INFO: skipping dumping cluster info - cluster too large Jun 15 17:39:04.095: INFO: Waiting up to 7m0s for all (but 100) nodes to be ready STEP: Destroying namespace "e2e-persistent-local-volumes-test-1433" for this suite. Jun 15 17:39:04.630: INFO: Running AfterSuite actions on all nodes Jun 15 17:39:04.630: INFO: Running AfterSuite actions on node 1 fail [k8s.io/kubernetes/test/e2e/storage/persistent_volumes-local.go:1035]: Expected : test-file-content to contain substring : /tmp/local-volume-test-9762bf51-66e4-4b1d-bee4-b2b5fdd19c23 failed: (52.8s) 2020-06-15T15:39:04 "[sig-storage] PersistentVolumes-local [Volume type: blockfswithformat] Two pods mounting a local volume at the same time should be able to write from pod1 and read from pod2 [Suite:openshift/conformance/parallel] [Suite:k8s]" Timeline: Jun 15 17:38:11.900 - 52s I test="[sig-storage] PersistentVolumes-local [Volume type: blockfswithformat] Two pods mounting a local volume at the same time should be able to write from pod1 and read from pod2 [Suite:openshift/conformance/parallel] [Suite:k8s]" running Jun 15 15:38:20.348 I ns/e2e-persistent-local-volumes-test-1433 pod/hostexec-master-0-0-b69pj node/master-0-0 reason/Scheduled Jun 15 15:38:20.354 I ns/e2e-persistent-local-volumes-test-1433 pod/hostexec-master-0-0-b69pj node/ reason/Created Jun 15 15:38:21.011 I ns/e2e-persistent-local-volumes-test-1433 pod/hostexec-master-0-0-b69pj node/master-0-0 container/agnhost reason/Pulled image/us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.12 Jun 15 15:38:21.192 I ns/e2e-persistent-local-volumes-test-1433 pod/hostexec-master-0-0-b69pj node/master-0-0 container/agnhost reason/Created Jun 15 15:38:21.224 I ns/e2e-persistent-local-volumes-test-1433 pod/hostexec-master-0-0-b69pj node/master-0-0 container/agnhost reason/Started Jun 15 15:38:21.772 I ns/e2e-persistent-local-volumes-test-1433 pod/hostexec-master-0-0-b69pj node/master-0-0 container/agnhost reason/Ready Jun 15 15:38:26.900 - 30s W ns/default pod/recycler-for-nfs-pv10 node/worker-0-0 pod has been pending longer than a minute Jun 15 15:38:27.839 I ns/e2e-persistent-local-volumes-test-1433 pod/security-context-c648429f-06a3-4f83-962c-f6548cf4a7e1 node/ reason/Created Jun 15 15:38:27.847 I ns/e2e-persistent-local-volumes-test-1433 pod/security-context-c648429f-06a3-4f83-962c-f6548cf4a7e1 node/master-0-0 reason/Scheduled Jun 15 15:38:29.589 I ns/e2e-persistent-local-volumes-test-1433 pod/security-context-c648429f-06a3-4f83-962c-f6548cf4a7e1 reason/AddedInterface Add eth0 [10.129.0.28/23] Jun 15 15:38:36.721 I ns/e2e-persistent-local-volumes-test-1433 pod/security-context-c648429f-06a3-4f83-962c-f6548cf4a7e1 node/master-0-0 container/write-pod reason/Pulled image/docker.io/library/busybox:1.29 Jun 15 15:38:36.925 I ns/e2e-persistent-local-volumes-test-1433 pod/security-context-c648429f-06a3-4f83-962c-f6548cf4a7e1 node/master-0-0 container/write-pod reason/Created Jun 15 15:38:36.929 I ns/e2e-persistent-local-volumes-test-1433 pod/security-context-c648429f-06a3-4f83-962c-f6548cf4a7e1 node/master-0-0 container/write-pod reason/Started Jun 15 15:38:37.779 I ns/e2e-persistent-local-volumes-test-1433 pod/security-context-c648429f-06a3-4f83-962c-f6548cf4a7e1 node/master-0-0 container/write-pod reason/Ready Jun 15 15:38:39.277 W ns/openshift-operator-lifecycle-manager pod/packageserver-84cd46d9b4-2slc2 node/master-0-1 reason/Unhealthy Liveness probe failed: Get https://10.130.0.11:5443/healthz: net/http: request canceled (Client.Timeout exceeded while awaiting headers) (708 times) Jun 15 15:38:43.030 I ns/e2e-persistent-local-volumes-test-1433 pod/security-context-ad6ed0e5-f20f-4baf-b24d-643218443ee8 node/ reason/Created Jun 15 15:38:43.037 I ns/e2e-persistent-local-volumes-test-1433 pod/security-context-ad6ed0e5-f20f-4baf-b24d-643218443ee8 node/master-0-0 reason/Scheduled Jun 15 15:38:44.709 I ns/e2e-persistent-local-volumes-test-1433 pod/security-context-ad6ed0e5-f20f-4baf-b24d-643218443ee8 reason/AddedInterface Add eth0 [10.129.0.29/23] Jun 15 15:38:51.569 W ns/default pod/recycler-for-nfs-pv10 node/worker-0-0 reason/FailedMount (combined from similar events): Unable to attach or mount volumes: unmounted volumes=[vol], unattached volumes=[vol default-token-w29vn]: timed out waiting for the condition (2 times) Jun 15 15:38:51.781 I ns/e2e-persistent-local-volumes-test-1433 pod/security-context-ad6ed0e5-f20f-4baf-b24d-643218443ee8 node/master-0-0 container/write-pod reason/Pulled image/docker.io/library/busybox:1.29 Jun 15 15:38:52.089 I ns/e2e-persistent-local-volumes-test-1433 pod/security-context-ad6ed0e5-f20f-4baf-b24d-643218443ee8 node/master-0-0 container/write-pod reason/Created Jun 15 15:38:52.095 I ns/e2e-persistent-local-volumes-test-1433 pod/security-context-ad6ed0e5-f20f-4baf-b24d-643218443ee8 node/master-0-0 container/write-pod reason/Started Jun 15 15:38:52.880 I ns/e2e-persistent-local-volumes-test-1433 pod/security-context-ad6ed0e5-f20f-4baf-b24d-643218443ee8 node/master-0-0 container/write-pod reason/Ready Jun 15 15:38:56.112 W ns/default pod/recycler-for-nfs-pv10 node/worker-0-0 reason/FailedMount (combined from similar events): MountVolume.SetUp failed for volume "vol" : mount failed: exit status 32\nMounting command: systemd-run\nMounting arguments: --description=Kubernetes transient mount for /var/lib/kubelet/pods/53722ebb-2360-40d2-a56f-ef339da8860d/volumes/kubernetes.io~nfs/vol --scope -- mount -t nfs registry.kata-fidencio-0.qe.lab.redhat.com:/mnt/pv10 /var/lib/kubelet/pods/53722ebb-2360-40d2-a56f-ef339da8860d/volumes/kubernetes.io~nfs/vol\nOutput: Running scope as unit: run-rbb06fd945ce646cabba94714ce0af7d1.scope\nmount.nfs: mounting registry.kata-fidencio-0.qe.lab.redhat.com:/mnt/pv10 failed, reason given by server: No such file or directory\n (3 times) Jun 15 15:38:59.453 I ns/openshift-config-operator deployment/openshift-config-operator reason/KubeCloudConfigController openshift-config-managed/kube-cloud-config ConfigMap was deleted as no longer required (3896 times) Jun 15 17:39:04.651 I test="[sig-storage] PersistentVolumes-local [Volume type: blockfswithformat] Two pods mounting a local volume at the same time should be able to write from pod1 and read from pod2 [Suite:openshift/conformance/parallel] [Suite:k8s]" failed Failing tests: [sig-storage] PersistentVolumes-local [Volume type: blockfswithformat] Two pods mounting a local volume at the same time should be able to write from pod1 and read from pod2 [Suite:openshift/conformance/parallel] [Suite:k8s] error: 1 fail, 0 pass, 0 skip (52.8s)