Project

General

Profile

Actions

Bug #74607

closed

do_messenger_dump_basics_test: Error ENOENT: problem getting command descriptions from mds.a

Added by Laura Flores about 2 months ago. Updated 11 days ago.

Status:
Resolved
Priority:
Normal
Category:
-
Target version:
-
% Done:

0%

Source:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(RADOS):
Pull request ID:
Tags (freeform):
Fixed In:
v20.3.0-5934-g040bf60da1
Released In:
Upkeep Timestamp:
2026-03-10T13:21:51+00:00

Description

/a/nmordech-2026-01-25_11:10:14-rados-wip-rocky10-branch-of-the-day-2026-01-23-1769128778-distro-default-trial/17040

2026-01-25T12:08:02.579 INFO:tasks.workunit.client.0.trial025.stderr:/home/ubuntu/cephtest/clone.client.0/qa/workunits/cephtool/test.sh:2907: do_messenger_dump_basics_test:  expect_true jq --exit-status '.messengers | length > 0'
2026-01-25T12:08:02.579 INFO:tasks.workunit.client.0.trial025.stderr:/home/ubuntu/cephtest/clone.client.0/qa/workunits/cephtool/test.sh:42: expect_true:  set -x
2026-01-25T12:08:02.579 INFO:tasks.workunit.client.0.trial025.stderr:/home/ubuntu/cephtest/clone.client.0/qa/workunits/cephtool/test.sh:43: expect_true:  jq --exit-status '.messengers | length > 0'
2026-01-25T12:08:02.655 INFO:tasks.workunit.client.0.trial025.stderr:2026-01-25T12:08:02.663+0000 7f08a7f1ce80 -1 client.13540 resolve_mds: no MDS daemons found by name `a'
2026-01-25T12:08:02.655 INFO:tasks.workunit.client.0.trial025.stderr:2026-01-25T12:08:02.663+0000 7f08a7f1ce80 -1 client.13540 FSMap: e97
2026-01-25T12:08:02.655 INFO:tasks.workunit.client.0.trial025.stderr:btime 2026-01-25T12:07:59:060886+0000
2026-01-25T12:08:02.655 INFO:tasks.workunit.client.0.trial025.stderr:enable_multiple, ever_enabled_multiple: 1,1
2026-01-25T12:08:02.655 INFO:tasks.workunit.client.0.trial025.stderr:default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes}
2026-01-25T12:08:02.655 INFO:tasks.workunit.client.0.trial025.stderr:legacy client fscid: -1
2026-01-25T12:08:02.655 INFO:tasks.workunit.client.0.trial025.stderr:
2026-01-25T12:08:02.656 INFO:tasks.workunit.client.0.trial025.stderr:No filesystems configured
2026-01-25T12:08:02.656 INFO:tasks.workunit.client.0.trial025.stderr:
2026-01-25T12:08:02.656 INFO:tasks.workunit.client.0.trial025.stderr:Error ENOENT: problem getting command descriptions from mds.a
2026-01-25T12:08:02.658 INFO:tasks.workunit.client.0.trial025.stderr:/home/ubuntu/cephtest/clone.client.0/qa/workunits/cephtool/test.sh:43: expect_true:  return 1
2026-01-25T12:08:02.658 INFO:tasks.workunit.client.0.trial025.stderr:/home/ubuntu/cephtest/clone.client.0/qa/workunits/cephtool/test.sh:1: do_messenger_dump_basics_test:  rm -fr /tmp/cephtool.OHo
2026-01-25T12:08:02.660 DEBUG:teuthology.orchestra.run:got remote process result: 1
2026-01-25T12:08:02.661 INFO:tasks.workunit:Stopping ['cephtool'] on client.0...
2026-01-25T12:08:02.661 DEBUG:teuthology.orchestra.run.trial025:> sudo rm -rf -- /home/ubuntu/cephtest/workunits.list.client.0 /home/ubuntu/cephtest/clone.client.0
2026-01-25T12:08:02.956 ERROR:teuthology.run_tasks:Saw exception from tasks.
Traceback (most recent call last):

Actions #1

Updated by Venky Shankar about 1 month ago

  • Category set to Testing
  • Status changed from New to Triaged
  • Assignee set to Patrick Donnelly
  • Source set to Q/A
Actions #2

Updated by Patrick Donnelly about 1 month ago

  • Project changed from CephFS to RADOS
  • Category deleted (Testing)
  • Status changed from Triaged to Need More Info
  • Assignee deleted (Patrick Donnelly)
  • Source deleted (Q/A)

No MDS is configured for this test.

  roles:
  - - mon.a
    - mon.b
    - mon.c
    - mgr.x
    - osd.0
    - osd.1
    - osd.2
    - client.0

That appears to have always been the case. Normally the workunit skips MDS related tests:

2026-01-25T12:08:02.371 INFO:tasks.workunit.client.0.trial025.stderr:/home/ubuntu/cephtest/clone.client.0/qa/workunits/cephtool/test.sh:2831: test_mds_tell_help_command:  echo 'Skipping test, no MDS found'

but this one recently added does not:

2026-01-25T12:08:02.579 INFO:tasks.workunit.client.0.trial025.stderr:/home/ubuntu/cephtest/clone.client.0/qa/workunits/cephtool/test.sh:3101: :  test_mds_messenger_dump

Cause is: 75a02c25db6a62aee6dac0f8e47686f67be0889e

I suggest just adding an MDS to this suite so you can actually exercise the Ceph commands relating to MDS.

Moving this back to RADOS for your team to decide how to proceed.

Actions #3

Updated by Nitzan Mordechai about 1 month ago

a/yaarit-2026-02-10_23:48:52-rados-wip-rocky10-branch-of-the-day-2026-02-09-1770676549-distro-default-trial/44246

Actions #4

Updated by Nitzan Mordechai about 1 month ago

/a/nmordech-2026-02-17_05:46:21-rados-wip-rocky10-branch-of-the-day-2026-02-13-1771001916-distro-default-trial/
['51789', '51853']

Actions #5

Updated by Laura Flores about 1 month ago

  • Assignee set to Laura Flores
Actions #6

Updated by Laura Flores about 1 month ago

  • Status changed from Need More Info to In Progress
Actions #7

Updated by Radoslaw Zarzynski 26 days ago

Bump up.

Actions #8

Updated by Laura Flores 23 days ago

/a/nmordech-2026-02-25_11:36:23-rados-wip-rocky10-branch-of-the-day-2026-02-24-1771941190-distro-default-trial/69999

Actions #9

Updated by Nitzan Mordechai 19 days ago

/a/yaarit-2026-02-26_20:20:34-rados-wip-rocky10-branch-of-the-day-2026-02-26-1772108951-distro-default-trial/
2 jobs: ['73021', '72891']

Actions #10

Updated by Radoslaw Zarzynski 19 days ago

Bump up.

Actions #11

Updated by Nitzan Mordechai 17 days ago

/a/yaarit-2026-03-04_01:19:54-rados-wip-rocky10-branch-of-the-day-2026-03-03-1772558532-distro-default-trial/
3 jobs: ['80109', '79974', '80175']

Actions #12

Updated by Nitzan Mordechai 17 days ago

  • Pull request ID set to 67640
Actions #13

Updated by Nitzan Mordechai 17 days ago

@Laura Flores i added PR to fix that issue

Actions #14

Updated by Nitzan Mordechai 16 days ago

/a/yaarit-2026-03-05_03:07:52-rados-wip-rocky10-branch-of-the-day-2026-03-04-1772624857-tentacle-distro-default-trial/
2 jobs: ['86681', '86546']

Actions #15

Updated by Laura Flores 16 days ago

  • Status changed from In Progress to Fix Under Review
  • Assignee changed from Laura Flores to Nitzan Mordechai
Actions #16

Updated by Laura Flores 16 days ago

Nitzan Mordechai wrote in #note-13:

@Laura Flores i added PR to fix that issue

Thx!

Actions #17

Updated by Laura Flores 16 days ago

/a/yaarit-2026-03-05_02:43:32-rados-wip-rocky10-branch-of-the-day-2026-03-04-1772633736-distro-default-trial/86254

Actions #18

Updated by Kamoltat (Junior) Sirivadhna 12 days ago

bug scrub: needs-qa

Actions #19

Updated by Upkeep Bot 11 days ago

  • Status changed from Fix Under Review to Resolved
  • Merge Commit set to 040bf60da15c5293271f875b43dd381e7128babb
  • Fixed In set to v20.3.0-5934-g040bf60da1
  • Upkeep Timestamp set to 2026-03-10T13:21:51+00:00
Actions

Also available in: Atom PDF