Project

General

Profile

Bug #46507

qa: test_data_scan: "show inode" returns ENOENT

Added by Patrick Donnelly over 3 years ago. Updated over 1 year ago.

Status:
Triaged
Priority:
High
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
Q/A
Tags:
Backport:
pacific,octopus,nautilus
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(FS):
qa-suite
Labels (FS):
qa-failure
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

2020-07-11T08:52:37.169 INFO:teuthology.orchestra.run.smithi005:> cephfs-table-tool --debug-mds=4 --debug-objecter=1 cephfs:1 show inode
...
2020-07-11T08:52:37.270 INFO:teuthology.orchestra.run.smithi005.stderr:2020-07-11T08:52:37.244+0000 7ff04060c700  1 -- 172.21.15.5:0/1223157332 <== osd.0 v2:172.21.15.5:6809/33165 1 ==== osd_op_reply(1 mds1_inotable [read 0~0] v0'0 uv0 ondisk = -2 ((2) No such file or directory)) v8 ==== 157+0+0 (crc 0 0 0) 0x559b88ef4fc0 con 0x559b88f66400
2020-07-11T08:52:37.270 INFO:teuthology.orchestra.run.smithi005.stderr:Error ((2) No such file or directory)2020-07-11T08:52:37.244+0000 7ff04fd86f40 -1 load_and_dump: error reading table object mds1_inotable: (2) No such file or directory
2020-07-11T08:52:37.270 INFO:teuthology.orchestra.run.smithi005.stderr:
...
2020-07-11T08:52:37.275 INFO:teuthology.orchestra.run.smithi005.stdout:{
2020-07-11T08:52:37.275 INFO:teuthology.orchestra.run.smithi005.stdout:    "1": {
2020-07-11T08:52:37.276 INFO:teuthology.orchestra.run.smithi005.stdout:        "data": {},
2020-07-11T08:52:37.276 INFO:teuthology.orchestra.run.smithi005.stdout:        "result": -2
2020-07-11T08:52:37.276 INFO:teuthology.orchestra.run.smithi005.stdout:    }
2020-07-11T08:52:37.276 INFO:teuthology.orchestra.run.smithi005.stdout:}
2020-07-11T08:52:37.276 INFO:teuthology.orchestra.run.smithi005.stdout:
2020-07-11T08:52:37.277 DEBUG:teuthology.orchestra.run:got remote process result: 254
...
2020-07-11T08:52:38.495 INFO:tasks.cephfs_test_runner:test_rebuild_inotable (tasks.cephfs.test_data_scan.TestDataScan) ... ERROR
2020-07-11T08:52:38.496 INFO:tasks.cephfs_test_runner:
2020-07-11T08:52:38.504 INFO:tasks.cephfs_test_runner:======================================================================
2020-07-11T08:52:38.505 INFO:tasks.cephfs_test_runner:ERROR: test_rebuild_inotable (tasks.cephfs.test_data_scan.TestDataScan)
2020-07-11T08:52:38.505 INFO:tasks.cephfs_test_runner:----------------------------------------------------------------------
2020-07-11T08:52:38.506 INFO:tasks.cephfs_test_runner:Traceback (most recent call last):
2020-07-11T08:52:38.506 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_ceph-c_wip-pdonnell-testing-20200711.001802/qa/tasks/cephfs/test_data_scan.py", line 654, in test_rebuild_inotable
2020-07-11T08:52:38.507 INFO:tasks.cephfs_test_runner:    mds1_inotable = json.loads(self.fs.table_tool([self.fs.name + ":1", "show", "inode"]))
2020-07-11T08:52:38.507 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_ceph-c_wip-pdonnell-testing-20200711.001802/qa/tasks/cephfs/filesystem.py", line 1409, in table_tool
2020-07-11T08:52:38.507 INFO:tasks.cephfs_test_runner:    return self._run_tool("cephfs-table-tool", args, None, quiet)
2020-07-11T08:52:38.507 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_ceph-c_wip-pdonnell-testing-20200711.001802/qa/tasks/cephfs/filesystem.py", line 1374, in _run_tool
2020-07-11T08:52:38.508 INFO:tasks.cephfs_test_runner:    r = self.tool_remote.sh(script=base_args + args, stdout=StringIO()).strip()
2020-07-11T08:52:38.508 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/remote.py", line 248, in sh
2020-07-11T08:52:38.509 INFO:tasks.cephfs_test_runner:    proc = self.run(**kwargs)
2020-07-11T08:52:38.509 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/remote.py", line 204, in run
2020-07-11T08:52:38.509 INFO:tasks.cephfs_test_runner:    r = self._runner(client=self.ssh, name=self.shortname, **kwargs)
2020-07-11T08:52:38.509 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/run.py", line 446, in run
2020-07-11T08:52:38.510 INFO:tasks.cephfs_test_runner:    r.wait()
2020-07-11T08:52:38.510 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/run.py", line 160, in wait
2020-07-11T08:52:38.510 INFO:tasks.cephfs_test_runner:    self._raise_for_status()
2020-07-11T08:52:38.511 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/orchestra/run.py", line 182, in _raise_for_status
2020-07-11T08:52:38.511 INFO:tasks.cephfs_test_runner:    node=self.hostname, label=self.label
2020-07-11T08:52:38.511 INFO:tasks.cephfs_test_runner:teuthology.exceptions.CommandFailedError: Command failed on smithi005 with status 254: 'cephfs-table-tool --debug-mds=4 --debug-objecter=1 cephfs:1 show inode'
2020-07-11T08:52:38.511 INFO:tasks.cephfs_test_runner:

From: /ceph/teuthology-archive/pdonnell-2020-07-11_02:46:27-kcephfs-wip-pdonnell-testing-20200711.001802-distro-basic-smithi/5214288/teuthology.log

History

#1 Updated by Patrick Donnelly over 3 years ago

  • Status changed from New to Triaged
  • Labels (FS) qa-failure added

#2 Updated by Zheng Yan over 3 years ago

  • Assignee deleted (Zheng Yan)

#3 Updated by Patrick Donnelly about 3 years ago

  • Target version changed from v16.0.0 to v17.0.0
  • Backport set to pacific,octopus,nautilus

#4 Updated by Patrick Donnelly over 1 year ago

  • Target version deleted (v17.0.0)

Also available in: Atom PDF