"[sig-storage] PersistentVolumes-local [Volume type: blockfswithoutformat] 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: blockfswithoutformat] 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:46:41.097199 669863 test_context.go:423] Tolerating taints "node-role.kubernetes.io/master" when considering if nodes are ready Jun 15 17:46:41.123: INFO: Waiting up to 30m0s for all (but 100) nodes to be schedulable Jun 15 17:46:42.328: INFO: Waiting up to 10m0s for all pods (need at least 0) in namespace 'kube-system' to be running and ready Jun 15 17:46:42.881: INFO: 0 / 0 pods in namespace 'kube-system' are running and ready (0 seconds elapsed) Jun 15 17:46:42.881: INFO: expected 0 pod replicas in namespace 'kube-system', 0 are Running and Ready. Jun 15 17:46:42.881: INFO: Waiting up to 5m0s for all daemonsets in namespace 'kube-system' to start Jun 15 17:46:43.054: INFO: e2e test version: v1.18.3 Jun 15 17:46:43.223: INFO: kube-apiserver version: v1.18.3+a637491 Jun 15 17:46:43.401: 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:46:44.022: INFO: About to run a Kube e2e test, ensuring namespace is privileged Jun 15 17:46:48.179: 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: blockfswithoutformat] /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-ed9fafaf-fa3b-4940-a420-4e519ce278f5" Jun 15 17:46:51.831: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir -p /tmp/local-volume-test-ed9fafaf-fa3b-4940-a420-4e519ce278f5 && dd if=/dev/zero of=/tmp/local-volume-test-ed9fafaf-fa3b-4940-a420-4e519ce278f5/file bs=4096 count=5120 && losetup -f /tmp/local-volume-test-ed9fafaf-fa3b-4940-a420-4e519ce278f5/file] Namespace:e2e-persistent-local-volumes-test-9318 PodName:hostexec-master-0-0-pp2zh ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} Jun 15 17:46:53.122: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c E2E_LOOP_DEV=$(losetup | grep /tmp/local-volume-test-ed9fafaf-fa3b-4940-a420-4e519ce278f5/file | awk '{ print $1 }') 2>&1 > /dev/null && echo ${E2E_LOOP_DEV}] Namespace:e2e-persistent-local-volumes-test-9318 PodName:hostexec-master-0-0-pp2zh ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} STEP: Creating local PVCs and PVs Jun 15 17:46:54.235: INFO: Creating a PV followed by a PVC Jun 15 17:46:54.697: INFO: Waiting for PV local-pvjpjhk to bind to PVC pvc-7qgbc Jun 15 17:46:54.697: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-7qgbc] to have phase Bound Jun 15 17:46:54.907: INFO: PersistentVolumeClaim pvc-7qgbc found and phase=Bound (209.657559ms) Jun 15 17:46:54.907: INFO: Waiting up to 3m0s for PersistentVolume local-pvjpjhk to have phase Bound Jun 15 17:46:55.112: INFO: PersistentVolume local-pvjpjhk found and phase=Bound (204.764428ms) [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:47:08.522: INFO: pod "security-context-2cd02414-70dd-44a9-8c35-97fe46385e75" created on Node "master-0-0" STEP: Writing in pod1 Jun 15 17:47:08.522: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo test-file-content > /mnt/volume1/test-file] Namespace:e2e-persistent-local-volumes-test-9318 PodName:security-context-2cd02414-70dd-44a9-8c35-97fe46385e75 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jun 15 17:47:09.666: INFO: podRWCmdExec out: "" err: Jun 15 17:47:09.666: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:e2e-persistent-local-volumes-test-9318 PodName:security-context-2cd02414-70dd-44a9-8c35-97fe46385e75 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jun 15 17:47:11.490: INFO: podRWCmdExec out: "test-file-content" err: STEP: Creating pod2 to read from the PV STEP: Creating a pod Jun 15 17:47:24.600: INFO: pod "security-context-bc4632ed-b7eb-453d-88ec-a56e7e150742" created on Node "master-0-0" Jun 15 17:47:24.600: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:e2e-persistent-local-volumes-test-9318 PodName:security-context-bc4632ed-b7eb-453d-88ec-a56e7e150742 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jun 15 17:47:25.878: INFO: podRWCmdExec out: "test-file-content" err: STEP: Writing in pod2 Jun 15 17:47:25.878: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo /dev/loop2 > /mnt/volume1/test-file] Namespace:e2e-persistent-local-volumes-test-9318 PodName:security-context-bc4632ed-b7eb-453d-88ec-a56e7e150742 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jun 15 17:47:27.082: INFO: podRWCmdExec out: "" err: STEP: Reading in pod1 Jun 15 17:47:27.082: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:e2e-persistent-local-volumes-test-9318 PodName:security-context-2cd02414-70dd-44a9-8c35-97fe46385e75 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jun 15 17:47:28.290: INFO: podRWCmdExec out: "test-file-content" err: [AfterEach] [Volume type: blockfswithoutformat] /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:47:28.292: INFO: Deleting PersistentVolumeClaim "pvc-7qgbc" Jun 15 17:47:28.490: INFO: Deleting PersistentVolume "local-pvjpjhk" Jun 15 17:47:28.663: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c E2E_LOOP_DEV=$(losetup | grep /tmp/local-volume-test-ed9fafaf-fa3b-4940-a420-4e519ce278f5/file | awk '{ print $1 }') 2>&1 > /dev/null && echo ${E2E_LOOP_DEV}] Namespace:e2e-persistent-local-volumes-test-9318 PodName:hostexec-master-0-0-pp2zh 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-ed9fafaf-fa3b-4940-a420-4e519ce278f5/file Jun 15 17:47:29.868: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c losetup -d /dev/loop2] Namespace:e2e-persistent-local-volumes-test-9318 PodName:hostexec-master-0-0-pp2zh ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} STEP: Removing the test directory /tmp/local-volume-test-ed9fafaf-fa3b-4940-a420-4e519ce278f5 Jun 15 17:47:31.572: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c rm -r /tmp/local-volume-test-ed9fafaf-fa3b-4940-a420-4e519ce278f5] Namespace:e2e-persistent-local-volumes-test-9318 PodName:hostexec-master-0-0-pp2zh 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-9318". STEP: Found 14 events. Jun 15 17:47:33.308: INFO: At 0001-01-01 00:00:00 +0000 UTC - event for hostexec-master-0-0-pp2zh: {default-scheduler } Scheduled: Successfully assigned e2e-persistent-local-volumes-test-9318/hostexec-master-0-0-pp2zh to master-0-0 Jun 15 17:47:33.308: INFO: At 0001-01-01 00:00:00 +0000 UTC - event for security-context-2cd02414-70dd-44a9-8c35-97fe46385e75: {default-scheduler } Scheduled: Successfully assigned e2e-persistent-local-volumes-test-9318/security-context-2cd02414-70dd-44a9-8c35-97fe46385e75 to master-0-0 Jun 15 17:47:33.308: INFO: At 0001-01-01 00:00:00 +0000 UTC - event for security-context-bc4632ed-b7eb-453d-88ec-a56e7e150742: {default-scheduler } Scheduled: Successfully assigned e2e-persistent-local-volumes-test-9318/security-context-bc4632ed-b7eb-453d-88ec-a56e7e150742 to master-0-0 Jun 15 17:47:33.308: INFO: At 2020-06-15 17:46:49 +0200 CEST - event for hostexec-master-0-0-pp2zh: {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:47:33.308: INFO: At 2020-06-15 17:46:50 +0200 CEST - event for hostexec-master-0-0-pp2zh: {kubelet master-0-0} Created: Created container agnhost Jun 15 17:47:33.308: INFO: At 2020-06-15 17:46:50 +0200 CEST - event for hostexec-master-0-0-pp2zh: {kubelet master-0-0} Started: Started container agnhost Jun 15 17:47:33.308: INFO: At 2020-06-15 17:46:58 +0200 CEST - event for security-context-2cd02414-70dd-44a9-8c35-97fe46385e75: {multus } AddedInterface: Add eth0 [10.129.0.28/23] Jun 15 17:47:33.308: INFO: At 2020-06-15 17:47:05 +0200 CEST - event for security-context-2cd02414-70dd-44a9-8c35-97fe46385e75: {kubelet master-0-0} Pulled: Container image "docker.io/library/busybox:1.29" already present on machine Jun 15 17:47:33.308: INFO: At 2020-06-15 17:47:06 +0200 CEST - event for security-context-2cd02414-70dd-44a9-8c35-97fe46385e75: {kubelet master-0-0} Created: Created container write-pod Jun 15 17:47:33.308: INFO: At 2020-06-15 17:47:06 +0200 CEST - event for security-context-2cd02414-70dd-44a9-8c35-97fe46385e75: {kubelet master-0-0} Started: Started container write-pod Jun 15 17:47:33.308: INFO: At 2020-06-15 17:47:13 +0200 CEST - event for security-context-bc4632ed-b7eb-453d-88ec-a56e7e150742: {multus } AddedInterface: Add eth0 [10.129.0.29/23] Jun 15 17:47:33.308: INFO: At 2020-06-15 17:47:21 +0200 CEST - event for security-context-bc4632ed-b7eb-453d-88ec-a56e7e150742: {kubelet master-0-0} Pulled: Container image "docker.io/library/busybox:1.29" already present on machine Jun 15 17:47:33.308: INFO: At 2020-06-15 17:47:21 +0200 CEST - event for security-context-bc4632ed-b7eb-453d-88ec-a56e7e150742: {kubelet master-0-0} Created: Created container write-pod Jun 15 17:47:33.308: INFO: At 2020-06-15 17:47:21 +0200 CEST - event for security-context-bc4632ed-b7eb-453d-88ec-a56e7e150742: {kubelet master-0-0} Started: Started container write-pod Jun 15 17:47:33.481: INFO: POD NODE PHASE GRACE CONDITIONS Jun 15 17:47:33.481: INFO: hostexec-master-0-0-pp2zh master-0-0 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:46:49 +0200 CEST } {Ready True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:46:50 +0200 CEST } {ContainersReady True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:46:50 +0200 CEST } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:46:49 +0200 CEST }] Jun 15 17:47:33.481: INFO: security-context-2cd02414-70dd-44a9-8c35-97fe46385e75 master-0-0 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:46:55 +0200 CEST } {Ready True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:47:07 +0200 CEST } {ContainersReady True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:47:07 +0200 CEST } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:46:55 +0200 CEST }] Jun 15 17:47:33.481: INFO: security-context-bc4632ed-b7eb-453d-88ec-a56e7e150742 master-0-0 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:47:11 +0200 CEST } {Ready True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:47:22 +0200 CEST } {ContainersReady True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:47:22 +0200 CEST } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:47:11 +0200 CEST }] Jun 15 17:47:33.481: INFO: Jun 15 17:47:33.712: INFO: hostexec-master-0-0-pp2zh[e2e-persistent-local-volumes-test-9318].container[agnhost].log Paused Jun 15 17:47:33.920: INFO: security-context-2cd02414-70dd-44a9-8c35-97fe46385e75[e2e-persistent-local-volumes-test-9318].container[write-pod].log Jun 15 17:47:34.091: INFO: security-context-bc4632ed-b7eb-453d-88ec-a56e7e150742[e2e-persistent-local-volumes-test-9318].container[write-pod].log Jun 15 17:47:34.616: INFO: skipping dumping cluster info - cluster too large Jun 15 17:47:34.616: INFO: Waiting up to 7m0s for all (but 100) nodes to be ready STEP: Destroying namespace "e2e-persistent-local-volumes-test-9318" for this suite. Jun 15 17:47:35.466: INFO: Running AfterSuite actions on all nodes Jun 15 17:47:35.466: 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 : /dev/loop2 failed: (54.5s) 2020-06-15T15:47:35 "[sig-storage] PersistentVolumes-local [Volume type: blockfswithoutformat] 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:46:40.971 - 54s I test="[sig-storage] PersistentVolumes-local [Volume type: blockfswithoutformat] 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:46:49.384 I ns/e2e-persistent-local-volumes-test-9318 pod/hostexec-master-0-0-pp2zh node/master-0-0 reason/Scheduled Jun 15 15:46:49.395 I ns/e2e-persistent-local-volumes-test-9318 pod/hostexec-master-0-0-pp2zh node/ reason/Created Jun 15 15:46:50.052 I ns/e2e-persistent-local-volumes-test-9318 pod/hostexec-master-0-0-pp2zh node/master-0-0 container/agnhost reason/Pulled image/us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.12 Jun 15 15:46:50.222 I ns/e2e-persistent-local-volumes-test-9318 pod/hostexec-master-0-0-pp2zh node/master-0-0 container/agnhost reason/Created Jun 15 15:46:50.253 I ns/e2e-persistent-local-volumes-test-9318 pod/hostexec-master-0-0-pp2zh node/master-0-0 container/agnhost reason/Started Jun 15 15:46:51.036 I ns/e2e-persistent-local-volumes-test-9318 pod/hostexec-master-0-0-pp2zh node/master-0-0 container/agnhost reason/Ready Jun 15 15:46:55.723 I ns/e2e-persistent-local-volumes-test-9318 pod/security-context-2cd02414-70dd-44a9-8c35-97fe46385e75 node/ reason/Created Jun 15 15:46:55.726 I ns/e2e-persistent-local-volumes-test-9318 pod/security-context-2cd02414-70dd-44a9-8c35-97fe46385e75 node/master-0-0 reason/Scheduled Jun 15 15:46:55.971 - 30s W ns/default pod/recycler-for-nfs-pv10 node/worker-0-0 pod has been pending longer than a minute Jun 15 15:46:58.385 I ns/e2e-persistent-local-volumes-test-9318 pod/security-context-2cd02414-70dd-44a9-8c35-97fe46385e75 reason/AddedInterface Add eth0 [10.129.0.28/23] Jun 15 15:46:59.414 I ns/openshift-config-operator deployment/openshift-config-operator reason/KubeCloudConfigController openshift-config-managed/kube-cloud-config ConfigMap was deleted as no longer required (3910 times) Jun 15 15:47:05.931 I ns/e2e-persistent-local-volumes-test-9318 pod/security-context-2cd02414-70dd-44a9-8c35-97fe46385e75 node/master-0-0 container/write-pod reason/Pulled image/docker.io/library/busybox:1.29 Jun 15 15:47:06.271 I ns/e2e-persistent-local-volumes-test-9318 pod/security-context-2cd02414-70dd-44a9-8c35-97fe46385e75 node/master-0-0 container/write-pod reason/Created Jun 15 15:47:06.392 I ns/e2e-persistent-local-volumes-test-9318 pod/security-context-2cd02414-70dd-44a9-8c35-97fe46385e75 node/master-0-0 container/write-pod reason/Started Jun 15 15:47:07.216 I ns/e2e-persistent-local-volumes-test-9318 pod/security-context-2cd02414-70dd-44a9-8c35-97fe46385e75 node/master-0-0 container/write-pod reason/Ready Jun 15 15:47:08.706 W ns/openshift-cluster-storage-operator pod/csi-snapshot-controller-654675b99d-kds5h node/worker-0-0 reason/BackOff Back-off restarting failed container (1845 times) Jun 15 15:47:08.716 E ns/openshift-cluster-storage-operator pod/csi-snapshot-controller-654675b99d-kds5h node/worker-0-0 container/snapshot-controller container exited with code 255 (Error): Jun 15 15:47:08.872 I ns/openshift-cluster-storage-operator deployment/csi-snapshot-controller-operator reason/OperatorStatusChanged Status for clusteroperator/csi-snapshot-controller changed: Progressing changed from False to True ("Progressing: Waiting for Deployment to deploy csi-snapshot-controller pods"),Available changed from True to False ("Available: Waiting for Deployment to deploy csi-snapshot-controller pods") (374 times) Jun 15 15:47:08.873 W clusteroperator/csi-snapshot-controller changed Available to False: _AsExpected: Available: Waiting for Deployment to deploy csi-snapshot-controller pods Jun 15 15:47:08.873 W clusteroperator/csi-snapshot-controller changed Progressing to True: _AsExpected: Progressing: Waiting for Deployment to deploy csi-snapshot-controller pods Jun 15 15:47:11.691 I ns/e2e-persistent-local-volumes-test-9318 pod/security-context-bc4632ed-b7eb-453d-88ec-a56e7e150742 node/ reason/Created Jun 15 15:47:11.703 I ns/e2e-persistent-local-volumes-test-9318 pod/security-context-bc4632ed-b7eb-453d-88ec-a56e7e150742 node/master-0-0 reason/Scheduled Jun 15 15:47:13.745 I ns/e2e-persistent-local-volumes-test-9318 pod/security-context-bc4632ed-b7eb-453d-88ec-a56e7e150742 reason/AddedInterface Add eth0 [10.129.0.29/23] Jun 15 15:47:17.847 W ns/default pod/recycler-for-nfs-pv10 node/worker-0-0 reason/FailedMount Unable to attach or mount volumes: unmounted volumes=[vol], unattached volumes=[default-token-w29vn vol]: timed out waiting for the condition Jun 15 15:47:19.682 I ns/openshift-cluster-storage-operator lease/snapshot-controller-leader reason/LeaderElection csi-snapshot-controller-654675b99d-kds5h became leader Jun 15 15:47:19.739 I ns/openshift-cluster-storage-operator pod/csi-snapshot-controller-654675b99d-kds5h node/worker-0-0 container/snapshot-controller reason/Ready Jun 15 15:47:19.739 W ns/openshift-cluster-storage-operator pod/csi-snapshot-controller-654675b99d-kds5h node/worker-0-0 container/snapshot-controller reason/Restarted Jun 15 15:47:19.779 W clusteroperator/csi-snapshot-controller changed Available to True Jun 15 15:47:19.779 W clusteroperator/csi-snapshot-controller changed Progressing to False Jun 15 15:47:19.785 I ns/openshift-cluster-storage-operator deployment/csi-snapshot-controller-operator reason/OperatorStatusChanged Status for clusteroperator/csi-snapshot-controller changed: Progressing changed from True to False (""),Available changed from False to True ("") (374 times) Jun 15 15:47:21.223 I ns/e2e-persistent-local-volumes-test-9318 pod/security-context-bc4632ed-b7eb-453d-88ec-a56e7e150742 node/master-0-0 container/write-pod reason/Pulled image/docker.io/library/busybox:1.29 Jun 15 15:47:21.523 I ns/e2e-persistent-local-volumes-test-9318 pod/security-context-bc4632ed-b7eb-453d-88ec-a56e7e150742 node/master-0-0 container/write-pod reason/Created Jun 15 15:47:21.531 I ns/e2e-persistent-local-volumes-test-9318 pod/security-context-bc4632ed-b7eb-453d-88ec-a56e7e150742 node/master-0-0 container/write-pod reason/Started Jun 15 15:47:22.185 I ns/e2e-persistent-local-volumes-test-9318 pod/security-context-bc4632ed-b7eb-453d-88ec-a56e7e150742 node/master-0-0 container/write-pod reason/Ready Jun 15 15:47:23.909 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/8d593f02-8229-45c1-a909-07fc72bd7666/volumes/kubernetes.io~nfs/vol --scope -- mount -t nfs registry.kata-fidencio-0.qe.lab.redhat.com:/mnt/pv10 /var/lib/kubelet/pods/8d593f02-8229-45c1-a909-07fc72bd7666/volumes/kubernetes.io~nfs/vol\nOutput: Running scope as unit: run-r0aa6261529484cc89248f95f2068a79d.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 Jun 15 17:47:35.488 I test="[sig-storage] PersistentVolumes-local [Volume type: blockfswithoutformat] 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: blockfswithoutformat] 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 (54.5s)