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

mon/MDSMonitor.cc: fix join fscid not applied with pending fsmap at boot #39287

Merged
merged 1 commit into from Feb 10, 2021

Conversation

david-z
Copy link
Member

@david-z david-z commented Feb 4, 2021

Fixes: https://tracker.ceph.com/issues/49157

Signed-off-by: Zhi Zhang zhangz.david@outlook.com

Checklist

  • References tracker ticket
  • Updates documentation if necessary
  • Includes tests for new functionality or reproducer for bug

Show available Jenkins commands
  • jenkins retest this please
  • jenkins test classic perf
  • jenkins test crimson perf
  • jenkins test signed
  • jenkins test make check
  • jenkins test make check arm64
  • jenkins test submodules
  • jenkins test dashboard
  • jenkins test api
  • jenkins test docs
  • jenkins render docs
  • jenkins test ceph-volume all
  • jenkins test ceph-volume tox

@github-actions github-actions bot added cephfs Ceph File System core mon labels Feb 4, 2021
@david-z david-z requested a review from batrick February 4, 2021 04:39
@vshankar
Copy link
Contributor

vshankar commented Feb 9, 2021

@vshankar
Copy link
Contributor

running: https://pulpito.ceph.com/vshankar-2021-02-09_07:06:22-fs-wip-vshankar-testing-20210209-003435-distro-basic-gibba/

Canceled this test and ran in smithi: https://pulpito.ceph.com/vshankar-2021-02-10_05:39:49-fs-wip-vshankar-testing-20210209-003435-distro-basic-smithi/ with --filter multifs

Failures do not seem related to this PR:

2021-02-10T06:44:06.540 INFO:teuthology.orchestra.run.smithi031.stderr:2021-02-10T06:44:06.539+0000 7f24b38f7700  1 -- 172.21.15.31:0/119552296 shutdown_connections
2021-02-10T06:44:06.540 INFO:teuthology.orchestra.run.smithi031.stderr:2021-02-10T06:44:06.539+0000 7f24b38f7700  1 --2- 172.21.15.31:0/119552296 >> [v2:172.21.15.73:6832/34928,v1:172.21.15.73:6833/34928] conn(0x7f248c059d70 0x7f248c05c230 unknown :-1 s=CLOSED pgs=783 cs=0 l=1 rev1=1 rx=0 tx=0).stop
2021-02-10T06:44:06.540 INFO:teuthology.orchestra.run.smithi031.stderr:2021-02-10T06:44:06.539+0000 7f24b38f7700  1 --2- 172.21.15.31:0/119552296 >> [v2:172.21.15.73:3301/0,v1:172.21.15.73:6790/0] conn(0x7f24ac0b7bf0 0x7f24ac1446d0 unknown :-1 s=CLOSED pgs=0 cs=0 l=1 rev1=1 rx=0 tx=0).stop
2021-02-10T06:44:06.541 INFO:teuthology.orchestra.run.smithi031.stderr:2021-02-10T06:44:06.539+0000 7f24b38f7700  1 --2- 172.21.15.31:0/119552296 >> [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] conn(0x7f24ac0b0e60 0x7f24ac14b630 unknown :-1 s=CLOSED pgs=1716 cs=0 l=1 rev1=1 rx=0 tx=0).stop
2021-02-10T06:44:06.541 INFO:teuthology.orchestra.run.smithi031.stderr:2021-02-10T06:44:06.539+0000 7f24b38f7700  1 --2- 172.21.15.31:0/119552296 >> [v2:172.21.15.73:3300/0,v1:172.21.15.73:6789/0] conn(0x7f24ac0b7120 0x7f24ac14bb20 unknown :-1 s=CLOSED pgs=0 cs=0 l=1 rev1=1 rx=0 tx=0).stop
2021-02-10T06:44:06.541 INFO:teuthology.orchestra.run.smithi031.stderr:2021-02-10T06:44:06.539+0000 7f24b38f7700  1 -- 172.21.15.31:0/119552296 >> 172.21.15.31:0/119552296 conn(0x7f24ac0bbd30 msgr2=0x7f24ac0a1750 unknown :-1 s=STATE_NONE l=0).mark_down
2021-02-10T06:44:06.541 INFO:teuthology.orchestra.run.smithi031.stderr:2021-02-10T06:44:06.539+0000 7f24b38f7700  1 -- 172.21.15.31:0/119552296 shutdown_connections
2021-02-10T06:44:06.541 INFO:teuthology.orchestra.run.smithi031.stderr:2021-02-10T06:44:06.539+0000 7f24b38f7700  1 -- 172.21.15.31:0/119552296 wait complete.
2021-02-10T06:44:06.551 ERROR:teuthology.contextutil:Saw exception from nested tasks
Traceback (most recent call last):
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_14fad31725ce3e5fc27890f2a8ef1f21c838d296/teuthology/contextutil.py", line 33, in nested
    yield vars
  File "/home/teuthworker/src/git.ceph.com_ceph-c_a1fb3d85a8fbee77df75aac64105dd1352dfe6fe/qa/tasks/ceph.py", line 1885, in task
    yield
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_14fad31725ce3e5fc27890f2a8ef1f21c838d296/teuthology/run_tasks.py", line 176, in run_tasks
    suppress = manager.__exit__(*exc_info)
  File "/usr/lib/python3.6/contextlib.py", line 88, in __exit__
    next(self.gen)
  File "/home/teuthworker/src/git.ceph.com_ceph-c_a1fb3d85a8fbee77df75aac64105dd1352dfe6fe/qa/tasks/kclient.py", line 146, in task
    raise RuntimeError("Kernel mounts did not umount cleanly")
RuntimeError: Kernel mounts did not umount cleanly

Will raise a tracker ticket for the above.

@vshankar vshankar merged commit e40a9f4 into ceph:master Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
4 participants