"[sig-storage] PersistentVolumes-local [Volume type: dir-bindmounted] 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: dir-bindmounted] 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:50:39.983423 670162 test_context.go:423] Tolerating taints "node-role.kubernetes.io/master" when considering if nodes are ready Jun 15 17:50:40.011: INFO: Waiting up to 30m0s for all (but 100) nodes to be schedulable Jun 15 17:50:42.658: INFO: Waiting up to 10m0s for all pods (need at least 0) in namespace 'kube-system' to be running and ready Jun 15 17:50:43.237: INFO: 0 / 0 pods in namespace 'kube-system' are running and ready (0 seconds elapsed) Jun 15 17:50:43.237: INFO: expected 0 pod replicas in namespace 'kube-system', 0 are Running and Ready. Jun 15 17:50:43.237: INFO: Waiting up to 5m0s for all daemonsets in namespace 'kube-system' to start Jun 15 17:50:43.414: INFO: e2e test version: v1.18.3 Jun 15 17:50:43.671: INFO: kube-apiserver version: v1.18.3+a637491 Jun 15 17:50:43.852: 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:50:44.492: INFO: About to run a Kube e2e test, ensuring namespace is privileged Jun 15 17:50:47.457: 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: dir-bindmounted] /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 Jun 15 17:50:50.857: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c mkdir /tmp/local-volume-test-209cfdce-0539-468b-a392-f5a6ab5b4ce3 && mount --bind /tmp/local-volume-test-209cfdce-0539-468b-a392-f5a6ab5b4ce3 /tmp/local-volume-test-209cfdce-0539-468b-a392-f5a6ab5b4ce3] Namespace:e2e-persistent-local-volumes-test-3091 PodName:hostexec-master-0-0-lsm8h ContainerName:agnhost Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:true} STEP: Creating local PVCs and PVs Jun 15 17:50:52.108: INFO: Creating a PV followed by a PVC Jun 15 17:50:53.112: INFO: Waiting for PV local-pvznsxb to bind to PVC pvc-glfvp Jun 15 17:50:53.112: INFO: Waiting up to 3m0s for PersistentVolumeClaims [pvc-glfvp] to have phase Bound Jun 15 17:50:53.295: INFO: PersistentVolumeClaim pvc-glfvp found and phase=Bound (183.226648ms) Jun 15 17:50:53.295: INFO: Waiting up to 3m0s for PersistentVolume local-pvznsxb to have phase Bound Jun 15 17:50:53.460: INFO: PersistentVolume local-pvznsxb found and phase=Bound (165.010597ms) [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:51:06.931: INFO: pod "security-context-05c15f29-d3ee-4f9a-af53-85433e8c5f6f" created on Node "master-0-0" STEP: Writing in pod1 Jun 15 17:51:06.931: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo test-file-content > /mnt/volume1/test-file] Namespace:e2e-persistent-local-volumes-test-3091 PodName:security-context-05c15f29-d3ee-4f9a-af53-85433e8c5f6f ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jun 15 17:51:08.373: INFO: podRWCmdExec out: "" err: Jun 15 17:51:08.373: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:e2e-persistent-local-volumes-test-3091 PodName:security-context-05c15f29-d3ee-4f9a-af53-85433e8c5f6f ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jun 15 17:51:09.874: INFO: podRWCmdExec out: "test-file-content" err: STEP: Creating pod2 to read from the PV STEP: Creating a pod Jun 15 17:51:22.853: INFO: pod "security-context-6460e29d-6173-40f0-ba87-1245aed4f4a6" created on Node "master-0-0" Jun 15 17:51:22.853: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:e2e-persistent-local-volumes-test-3091 PodName:security-context-6460e29d-6173-40f0-ba87-1245aed4f4a6 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jun 15 17:51:24.242: INFO: podRWCmdExec out: "test-file-content" err: STEP: Writing in pod2 Jun 15 17:51:24.242: INFO: ExecWithOptions {Command:[/bin/sh -c mkdir -p /mnt/volume1; echo /tmp/local-volume-test-209cfdce-0539-468b-a392-f5a6ab5b4ce3 > /mnt/volume1/test-file] Namespace:e2e-persistent-local-volumes-test-3091 PodName:security-context-6460e29d-6173-40f0-ba87-1245aed4f4a6 ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jun 15 17:51:25.542: INFO: podRWCmdExec out: "" err: STEP: Reading in pod1 Jun 15 17:51:25.542: INFO: ExecWithOptions {Command:[/bin/sh -c cat /mnt/volume1/test-file] Namespace:e2e-persistent-local-volumes-test-3091 PodName:security-context-05c15f29-d3ee-4f9a-af53-85433e8c5f6f ContainerName:write-pod Stdin: CaptureStdout:true CaptureStderr:true PreserveWhitespace:false} Jun 15 17:51:26.814: INFO: podRWCmdExec out: "test-file-content" err: [AfterEach] [Volume type: dir-bindmounted] /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:51:26.816: INFO: Deleting PersistentVolumeClaim "pvc-glfvp" Jun 15 17:51:27.000: INFO: Deleting PersistentVolume "local-pvznsxb" STEP: Removing the test directory Jun 15 17:51:27.163: INFO: ExecWithOptions {Command:[nsenter --mount=/rootfs/proc/1/ns/mnt -- sh -c umount /tmp/local-volume-test-209cfdce-0539-468b-a392-f5a6ab5b4ce3 && rm -r /tmp/local-volume-test-209cfdce-0539-468b-a392-f5a6ab5b4ce3] Namespace:e2e-persistent-local-volumes-test-3091 PodName:hostexec-master-0-0-lsm8h 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-3091". STEP: Found 14 events. Jun 15 17:51:29.050: INFO: At 0001-01-01 00:00:00 +0000 UTC - event for hostexec-master-0-0-lsm8h: {default-scheduler } Scheduled: Successfully assigned e2e-persistent-local-volumes-test-3091/hostexec-master-0-0-lsm8h to master-0-0 Jun 15 17:51:29.050: INFO: At 0001-01-01 00:00:00 +0000 UTC - event for security-context-05c15f29-d3ee-4f9a-af53-85433e8c5f6f: {default-scheduler } Scheduled: Successfully assigned e2e-persistent-local-volumes-test-3091/security-context-05c15f29-d3ee-4f9a-af53-85433e8c5f6f to master-0-0 Jun 15 17:51:29.050: INFO: At 0001-01-01 00:00:00 +0000 UTC - event for security-context-6460e29d-6173-40f0-ba87-1245aed4f4a6: {default-scheduler } Scheduled: Successfully assigned e2e-persistent-local-volumes-test-3091/security-context-6460e29d-6173-40f0-ba87-1245aed4f4a6 to master-0-0 Jun 15 17:51:29.050: INFO: At 2020-06-15 17:50:49 +0200 CEST - event for hostexec-master-0-0-lsm8h: {kubelet master-0-0} Created: Created container agnhost Jun 15 17:51:29.050: INFO: At 2020-06-15 17:50:49 +0200 CEST - event for hostexec-master-0-0-lsm8h: {kubelet master-0-0} Started: Started container agnhost Jun 15 17:51:29.050: INFO: At 2020-06-15 17:50:49 +0200 CEST - event for hostexec-master-0-0-lsm8h: {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:51:29.050: INFO: At 2020-06-15 17:50:55 +0200 CEST - event for security-context-05c15f29-d3ee-4f9a-af53-85433e8c5f6f: {multus } AddedInterface: Add eth0 [10.129.0.28/23] Jun 15 17:51:29.050: INFO: At 2020-06-15 17:51:04 +0200 CEST - event for security-context-05c15f29-d3ee-4f9a-af53-85433e8c5f6f: {kubelet master-0-0} Pulled: Container image "docker.io/library/busybox:1.29" already present on machine Jun 15 17:51:29.050: INFO: At 2020-06-15 17:51:05 +0200 CEST - event for security-context-05c15f29-d3ee-4f9a-af53-85433e8c5f6f: {kubelet master-0-0} Created: Created container write-pod Jun 15 17:51:29.050: INFO: At 2020-06-15 17:51:05 +0200 CEST - event for security-context-05c15f29-d3ee-4f9a-af53-85433e8c5f6f: {kubelet master-0-0} Started: Started container write-pod Jun 15 17:51:29.050: INFO: At 2020-06-15 17:51:11 +0200 CEST - event for security-context-6460e29d-6173-40f0-ba87-1245aed4f4a6: {multus } AddedInterface: Add eth0 [10.129.0.29/23] Jun 15 17:51:29.050: INFO: At 2020-06-15 17:51:20 +0200 CEST - event for security-context-6460e29d-6173-40f0-ba87-1245aed4f4a6: {kubelet master-0-0} Pulled: Container image "docker.io/library/busybox:1.29" already present on machine Jun 15 17:51:29.050: INFO: At 2020-06-15 17:51:20 +0200 CEST - event for security-context-6460e29d-6173-40f0-ba87-1245aed4f4a6: {kubelet master-0-0} Created: Created container write-pod Jun 15 17:51:29.050: INFO: At 2020-06-15 17:51:20 +0200 CEST - event for security-context-6460e29d-6173-40f0-ba87-1245aed4f4a6: {kubelet master-0-0} Started: Started container write-pod Jun 15 17:51:29.240: INFO: POD NODE PHASE GRACE CONDITIONS Jun 15 17:51:29.240: INFO: hostexec-master-0-0-lsm8h master-0-0 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:50:48 +0200 CEST } {Ready True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:50:50 +0200 CEST } {ContainersReady True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:50:50 +0200 CEST } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:50:48 +0200 CEST }] Jun 15 17:51:29.240: INFO: security-context-05c15f29-d3ee-4f9a-af53-85433e8c5f6f master-0-0 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:50:53 +0200 CEST } {Ready True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:51:06 +0200 CEST } {ContainersReady True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:51:06 +0200 CEST } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:50:53 +0200 CEST }] Jun 15 17:51:29.240: INFO: security-context-6460e29d-6173-40f0-ba87-1245aed4f4a6 master-0-0 Running [{Initialized True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:51:09 +0200 CEST } {Ready True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:51:21 +0200 CEST } {ContainersReady True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:51:21 +0200 CEST } {PodScheduled True 0001-01-01 00:00:00 +0000 UTC 2020-06-15 17:51:09 +0200 CEST }] Jun 15 17:51:29.240: INFO: Jun 15 17:51:29.439: INFO: hostexec-master-0-0-lsm8h[e2e-persistent-local-volumes-test-3091].container[agnhost].log Paused Jun 15 17:51:29.658: INFO: security-context-05c15f29-d3ee-4f9a-af53-85433e8c5f6f[e2e-persistent-local-volumes-test-3091].container[write-pod].log Jun 15 17:51:29.852: INFO: security-context-6460e29d-6173-40f0-ba87-1245aed4f4a6[e2e-persistent-local-volumes-test-3091].container[write-pod].log Jun 15 17:51:30.469: INFO: skipping dumping cluster info - cluster too large Jun 15 17:51:30.469: INFO: Waiting up to 7m0s for all (but 100) nodes to be ready STEP: Destroying namespace "e2e-persistent-local-volumes-test-3091" for this suite. Jun 15 17:51:31.098: INFO: Running AfterSuite actions on all nodes Jun 15 17:51:31.098: 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-209cfdce-0539-468b-a392-f5a6ab5b4ce3 failed: (51.3s) 2020-06-15T15:51:31 "[sig-storage] PersistentVolumes-local [Volume type: dir-bindmounted] 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:50:39.846 - 51s I test="[sig-storage] PersistentVolumes-local [Volume type: dir-bindmounted] 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:50:48.484 I ns/e2e-persistent-local-volumes-test-3091 pod/hostexec-master-0-0-lsm8h node/master-0-0 reason/Scheduled Jun 15 15:50:48.493 I ns/e2e-persistent-local-volumes-test-3091 pod/hostexec-master-0-0-lsm8h node/ reason/Created Jun 15 15:50:48.790 W ns/openshift-operator-lifecycle-manager pod/packageserver-84cd46d9b4-2slc2 node/master-0-1 reason/Unhealthy Readiness probe failed: Get https://10.130.0.11:5443/healthz: net/http: request canceled (Client.Timeout exceeded while awaiting headers) (434 times) Jun 15 15:50:49.245 I ns/e2e-persistent-local-volumes-test-3091 pod/hostexec-master-0-0-lsm8h node/master-0-0 container/agnhost reason/Pulled image/us.gcr.io/k8s-artifacts-prod/e2e-test-images/agnhost:2.12 Jun 15 15:50:49.265 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) (709 times) Jun 15 15:50:49.505 I ns/e2e-persistent-local-volumes-test-3091 pod/hostexec-master-0-0-lsm8h node/master-0-0 container/agnhost reason/Created Jun 15 15:50:49.508 I ns/e2e-persistent-local-volumes-test-3091 pod/hostexec-master-0-0-lsm8h node/master-0-0 container/agnhost reason/Started Jun 15 15:50:50.222 I ns/e2e-persistent-local-volumes-test-3091 pod/hostexec-master-0-0-lsm8h node/master-0-0 container/agnhost reason/Ready Jun 15 15:50:54.105 I ns/e2e-persistent-local-volumes-test-3091 pod/security-context-05c15f29-d3ee-4f9a-af53-85433e8c5f6f node/ reason/Created Jun 15 15:50:54.320 I ns/e2e-persistent-local-volumes-test-3091 pod/security-context-05c15f29-d3ee-4f9a-af53-85433e8c5f6f node/master-0-0 reason/Scheduled Jun 15 15:50:54.846 - 30s W ns/default pod/recycler-for-nfs-pv10 node/worker-0-0 pod has been pending longer than a minute Jun 15 15:50:56.058 I ns/e2e-persistent-local-volumes-test-3091 pod/security-context-05c15f29-d3ee-4f9a-af53-85433e8c5f6f reason/AddedInterface Add eth0 [10.129.0.28/23] Jun 15 15:50:59.358 I ns/openshift-config-operator deployment/openshift-config-operator reason/KubeCloudConfigController openshift-config-managed/kube-cloud-config ConfigMap was deleted as no longer required (3914 times) Jun 15 15:50:59.592 W ns/openshift-operator-lifecycle-manager pod/packageserver-84cd46d9b4-lmvrg node/master-0-0 reason/Unhealthy Readiness probe failed: Get https://10.129.0.16:5443/healthz: net/http: request canceled (Client.Timeout exceeded while awaiting headers) (154 times) Jun 15 15:51:04.558 I ns/openshift-config-operator deployment/openshift-config-operator reason/KubeCloudConfigController openshift-config-managed/kube-cloud-config ConfigMap was deleted as no longer required (3915 times) Jun 15 15:51:04.559 I ns/openshift-config-operator deployment/openshift-config-operator reason/KubeCloudConfigController openshift-config-managed/kube-cloud-config ConfigMap was deleted as no longer required (3916 times) Jun 15 15:51:04.559 I ns/openshift-config-operator deployment/openshift-config-operator reason/KubeCloudConfigController openshift-config-managed/kube-cloud-config ConfigMap was deleted as no longer required (3917 times) Jun 15 15:51:04.706 I ns/openshift-config-operator deployment/openshift-config-operator reason/KubeCloudConfigController openshift-config-managed/kube-cloud-config ConfigMap was deleted as no longer required (3918 times) Jun 15 15:51:04.710 I ns/openshift-config-operator deployment/openshift-config-operator reason/KubeCloudConfigController openshift-config-managed/kube-cloud-config ConfigMap was deleted as no longer required (3919 times) Jun 15 15:51:05.074 I ns/e2e-persistent-local-volumes-test-3091 pod/security-context-05c15f29-d3ee-4f9a-af53-85433e8c5f6f node/master-0-0 container/write-pod reason/Pulled image/docker.io/library/busybox:1.29 Jun 15 15:51:05.376 I ns/e2e-persistent-local-volumes-test-3091 pod/security-context-05c15f29-d3ee-4f9a-af53-85433e8c5f6f node/master-0-0 container/write-pod reason/Created Jun 15 15:51:05.377 I ns/e2e-persistent-local-volumes-test-3091 pod/security-context-05c15f29-d3ee-4f9a-af53-85433e8c5f6f node/master-0-0 container/write-pod reason/Started Jun 15 15:51:06.197 I ns/e2e-persistent-local-volumes-test-3091 pod/security-context-05c15f29-d3ee-4f9a-af53-85433e8c5f6f node/master-0-0 container/write-pod reason/Ready Jun 15 15:51:07.521 W ns/openshift-operator-lifecycle-manager pod/packageserver-84cd46d9b4-lmvrg node/master-0-0 reason/Unhealthy Liveness probe failed: Get https://10.129.0.16:5443/healthz: net/http: request canceled (Client.Timeout exceeded while awaiting headers) (138 times) Jun 15 15:51:10.092 I ns/e2e-persistent-local-volumes-test-3091 pod/security-context-6460e29d-6173-40f0-ba87-1245aed4f4a6 node/ reason/Created Jun 15 15:51:10.292 I ns/e2e-persistent-local-volumes-test-3091 pod/security-context-6460e29d-6173-40f0-ba87-1245aed4f4a6 node/master-0-0 reason/Scheduled Jun 15 15:51:12.039 I ns/e2e-persistent-local-volumes-test-3091 pod/security-context-6460e29d-6173-40f0-ba87-1245aed4f4a6 reason/AddedInterface Add eth0 [10.129.0.29/23] Jun 15 15:51:20.300 I ns/e2e-persistent-local-volumes-test-3091 pod/security-context-6460e29d-6173-40f0-ba87-1245aed4f4a6 node/master-0-0 container/write-pod reason/Pulled image/docker.io/library/busybox:1.29 Jun 15 15:51:20.608 I ns/e2e-persistent-local-volumes-test-3091 pod/security-context-6460e29d-6173-40f0-ba87-1245aed4f4a6 node/master-0-0 container/write-pod reason/Created Jun 15 15:51:20.616 I ns/e2e-persistent-local-volumes-test-3091 pod/security-context-6460e29d-6173-40f0-ba87-1245aed4f4a6 node/master-0-0 container/write-pod reason/Started Jun 15 15:51:21.273 I ns/e2e-persistent-local-volumes-test-3091 pod/security-context-6460e29d-6173-40f0-ba87-1245aed4f4a6 node/master-0-0 container/write-pod reason/Ready Jun 15 15:51:25.149 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=[vol default-token-w29vn]: timed out waiting for the condition Jun 15 15:51:25.149 W persistentvolume/nfs-pv10 reason/RecyclerPod (combined from similar events): Recycler pod: Unable to attach or mount volumes: unmounted volumes=[vol], unattached volumes=[vol default-token-w29vn]: timed out waiting for the condition (29751 times) Jun 15 15:51:28.213 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-r896a23a9e61d4fe3b1b8a8f300c2085a.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 (4 times) Jun 15 17:51:31.118 I test="[sig-storage] PersistentVolumes-local [Volume type: dir-bindmounted] 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: dir-bindmounted] 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 (51.3s)