Project

General

Profile

Actions

Bug #74846

closed

TEST_mon_features fails due to hardcoded feature count - missing nvmeof_beacon_diff

Added by Aishwarya Mathuria about 1 month ago. Updated about 1 month ago.

Status:
Closed
Priority:
Normal
Assignee:
-
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):
Merge Commit:
Fixed In:
Released In:
Upkeep Timestamp:

Description

The test at qa/standalone/mon/misc.sh:284 expects exactly 12 persistent monitor features, but the actual count is 13 due to the addition of the nvmeof_beacon_diff feature

/a/skanta-2026-02-07_00:02:26-rados-wip-bharath7-testing-2026-02-06-0906-distro-default-trial/39129

2026-02-07T03:57:49.545 INFO:tasks.workunit.client.0.trial118.stderr://home/ubuntu/cephtest/clone.client.0/qa/standalone/ceph-helpers.sh:2455: jq_success:  printf %s '.monmap.features.persistent | length == 12'
2026-02-07T03:57:49.545 INFO:tasks.workunit.client.0.trial118.stderr://home/ubuntu/cephtest/clone.client.0/qa/standalone/ceph-helpers.sh:2455: jq_success:  sed 's/'\''/'\''\\'\'''\''/g'
2026-02-07T03:57:49.545 INFO:tasks.workunit.client.0.trial118.stderr:/home/ubuntu/cephtest/clone.client.0/qa/standalone/ceph-helpers.sh:2455: jq_success:  filter_escaped='.monmap.features.persistent | length == 12'
2026-02-07T03:57:49.546 INFO:tasks.workunit.client.0.trial118.stderr://home/ubuntu/cephtest/clone.client.0/qa/standalone/ceph-helpers.sh:2457: jq_success:  echo '
2026-02-07T03:57:49.546 INFO:tasks.workunit.client.0.trial118.stderr:{"election_epoch":14,"quorum":[0,1,2],"quorum_names":["a","b","c"],"quorum_leader_name":"a","quorum_age":4,"features":{"quorum_con":"4544132024016699391","quorum_mon":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid","tentacle","nvmeof_beacon_diff"]},"monmap":{"epoch":3,"fsid":"5f5a9e3d-b4a9-47de-8f76-f270141bb694","modified":"2026-02-07T03:57:40.104059Z","created":"2026-02-07T03:57:22.411417Z","min_mon_release":20,"min_mon_release_name":"tentacle","election_strategy":1,"disallowed_leaders":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid","tentacle","nvmeof_beacon_diff"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"127.0.0.1:7127","nonce":0}]},"addr":"127.0.0.1:7127/0","public_addr":"127.0.0.1:7127/0","priority":0,"weight":0,"time_added":"2026-02-07T03:57:22:411412+0000","crush_location":[]},{"rank":1,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"127.0.0.1:7128","nonce":0}]},"addr":"127.0.0.1:7128/0","public_addr":"127.0.0.1:7128/0","priority":0,"weight":0,"time_added":"2026-02-07T03:57:22:411415+0000","crush_location":[]},{"rank":2,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"127.0.0.1:7129","nonce":0}]},"addr":"127.0.0.1:7129/0","public_addr":"127.0.0.1:7129/0","priority":0,"weight":0,"time_added":"2026-02-07T03:57:35:061506+0000","crush_location":[]}]}}'
2026-02-07T03:57:49.546 INFO:tasks.workunit.client.0.trial118.stderr://home/ubuntu/cephtest/clone.client.0/qa/standalone/ceph-helpers.sh:2457: jq_success:  jq '.monmap.features.persistent | length == 12'
2026-02-07T03:57:49.557 INFO:tasks.workunit.client.0.trial118.stderr:/home/ubuntu/cephtest/clone.client.0/qa/standalone/ceph-helpers.sh:2457: jq_success:  ret=false
2026-02-07T03:57:49.558 INFO:tasks.workunit.client.0.trial118.stderr:/home/ubuntu/cephtest/clone.client.0/qa/standalone/ceph-helpers.sh:2458: jq_success:  [[ false == \t\r\u\e ]]
2026-02-07T03:57:49.558 INFO:tasks.workunit.client.0.trial118.stderr:/home/ubuntu/cephtest/clone.client.0/qa/standalone/ceph-helpers.sh:2460: jq_success:  [[ -n "" ]]
2026-02-07T03:57:49.558 INFO:tasks.workunit.client.0.trial118.stderr:/home/ubuntu/cephtest/clone.client.0/qa/standalone/ceph-helpers.sh:2461: jq_success:  [[ false == \"\" ]]
2026-02-07T03:57:49.558 INFO:tasks.workunit.client.0.trial118.stderr:/home/ubuntu/cephtest/clone.client.0/qa/standalone/ceph-helpers.sh:2465: jq_success:  return 1
2026-02-07T03:57:49.558 INFO:tasks.workunit.client.0.trial118.stderr:/home/ubuntu/cephtest/clone.client.0/qa/standalone/mon/misc.sh:285: TEST_mon_features:  return 1
2026-02-07T03:57:49.558 INFO:tasks.workunit.client.0.trial118.stderr:/home/ubuntu/cephtest/clone.client.0/qa/standalone/mon/misc.sh:31: run:  return 1


Related issues 1 (1 open0 closed)

Is duplicate of RADOS - Bug #74827: TEST_mon_features fails due to hardcoded feature count - missing nvmeof_beacon_diffPending Backport

Actions
Actions #1

Updated by Aishwarya Mathuria about 1 month ago

  • Tags set to main-failures
Actions #2

Updated by Kyr Shatskyy about 1 month ago

I faced with this issue as well in tentacle.

Actions #3

Updated by Kyr Shatskyy about 1 month ago

This backport introduced the issue: https://github.com/ceph/ceph/pull/66958

Actions #4

Updated by Kyr Shatskyy about 1 month ago

And main has the issue as well because of original PR https://github.com/ceph/ceph/pull/65563

Actions #5

Updated by Laura Flores about 1 month ago

  • Status changed from New to Duplicate
Actions #6

Updated by Laura Flores about 1 month ago

  • Is duplicate of Bug #74827: TEST_mon_features fails due to hardcoded feature count - missing nvmeof_beacon_diff added
Actions #7

Updated by Kamoltat (Junior) Sirivadhna about 1 month ago

  • Status changed from Duplicate to Closed

Closing as a duplicate of https://tracker.ceph.com/issues/74827

Actions

Also available in: Atom PDF