Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SmokeSuite is failing in master with test pod failing to mount a volume #6151

Closed
travisn opened this issue Aug 24, 2020 · 3 comments · Fixed by #6152
Closed

SmokeSuite is failing in master with test pod failing to mount a volume #6151

travisn opened this issue Aug 24, 2020 · 3 comments · Fixed by #6152
Assignees
Labels
bug build ceph main ceph tag
Projects

Comments

@travisn
Copy link
Member

travisn commented Aug 24, 2020

Is this a bug report or feature request?

  • Bug Report

Deviation from expected behavior:
Master builds are failing consistently in the CephSmokeSuite since build 2198/2199 after #5740 was merged.

The CSI driver may be failing to mount the volume as seen in this log.

--- FAIL: TestCephSmokeSuite (1465.75s)
    --- PASS: TestCephSmokeSuite/TestARookClusterInstallation_SmokeTest (0.03s)
    --- FAIL: TestCephSmokeSuite/TestBlockStorage_SmokeTest (945.79s)
        ceph_base_block_test.go:175: 
            	Error Trace:	ceph_base_block_test.go:175
            	            				ceph_base_block_test.go:86
            	            				ceph_smoke_test.go:111
            	Error:      	Should be true
            	Test:       	TestCephSmokeSuite/TestBlockStorage_SmokeTest
            	Messages:   	make sure block-test pod is in running state

Expected behavior:
Master builds should be green

How to reproduce it (minimal and precise):

Run the master build

@travisn travisn added bug build ceph main ceph tag labels Aug 24, 2020
@travisn travisn added this to To do in v1.4 via automation Aug 24, 2020
@travisn travisn moved this from To do to Blocking Release in v1.4 Aug 24, 2020
@Madhu-1
Copy link
Member

Madhu-1 commented Aug 25, 2020

The rbd map might be failing due to multus integration?

@rohan47
Copy link
Member

rohan47 commented Aug 25, 2020

The rbd map might be failing due to multus integration?

The CI is not testing with multus. So the multus code will not be triggered

@Madhu-1
Copy link
Member

Madhu-1 commented Aug 25, 2020

daemonset template from CI tests

kubectl get ds -nsmoke-ns-system csi-rbdplugin -oyaml |grep host
            f:hostPID: {}
              k:{"name":"host-dev"}:
                f:hostPath:
              k:{"name":"host-run-mount"}:
                f:hostPath:
              k:{"name":"host-sys"}:
                f:hostPath:
                f:hostPath:
                f:hostPath:
                f:hostPath:
                f:hostPath:
                f:hostPath:
          name: host-dev
          name: host-sys
          name: host-run-mount
      hostPID: true
      - hostPath:
      - hostPath:
      - hostPath:
      - hostPath:
      - hostPath:
        name: host-dev
      - hostPath:
        name: host-sys
      - hostPath:
      - hostPath:
        name: host-run-mount

Daemonset template from 1.4.0 rook

kuberc get ds csi-rbdplugin -oyaml |grep host
            f:hostNetwork: {}
            f:hostPID: {}
              k:{"name":"host-dev"}:
                f:hostPath:
              k:{"name":"host-run-mount"}:
                f:hostPath:
              k:{"name":"host-sys"}:
                f:hostPath:
                f:hostPath:
                f:hostPath:
                f:hostPath:
                f:hostPath:
                f:hostPath:
          name: host-dev
          name: host-sys
          name: host-run-mount
      hostNetwork: true
      hostPID: true
      - hostPath:
      - hostPath:
      - hostPath:
      - hostPath:
      - hostPath:
        name: host-dev
      - hostPath:
        name: host-sys
      - hostPath:
      - hostPath:
        name: host-run-mount

i don't see hostNetwork: true in daemonset template in CI.

@travisn travisn moved this from Blocking Release to Done in v1.4 Aug 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug build ceph main ceph tag
Projects
No open projects
v1.4
  
Done
Development

Successfully merging a pull request may close this issue.

3 participants