Project

General

Profile

Actions

Bug #62915

closed

qa/suites/fs/nfs: No orchestrator configured (try `ceph orch set backend`) while running test cases

Added by Dhairya Parmar 8 months ago. Updated 8 months ago.

Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
Testing
Target version:
-
% Done:

0%

Source:
Development
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
fs
Component(FS):
Labels (FS):
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Running nfs test suite fails in the first ever test case test_cluster_info() with teuthology logs filled with:

2023-09-21T08:27:31.936 DEBUG:teuthology.orchestra.run.smithi094:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph orch ps --service_name=nfs.test
2023-09-21T08:27:32.264 INFO:tasks.ceph.mgr.x.smithi094.stderr:2023-09-21T08:27:32.262+0000 7fed7149c700 -1 mgr.server reply reply (2) No such file or directory No orchestrator configured (try `ceph orch set backend`)
2023-09-21T08:27:32.265 INFO:teuthology.orchestra.run.smithi094.stderr:Error ENOENT: No orchestrator configured (try `ceph orch set backend`)

The main branch in ceph-ci is outdated and the nfs test suite is still in suites/orch/cephadm, therefore sharing the runs of my branch for patch https://github.com/ceph/ceph/pull/53431, one may say it might be my code doing mischief but i doubt since it doesn't touch the backend at all. I'll investigate further to find the root cause.

http://pulpito.front.sepia.ceph.com/dparmar-2023-09-21_06:20:11-fs:nfs-fix-nfs-apply-err-reporting-distro-default-smithi/
http://pulpito.front.sepia.ceph.com/dparmar-2023-09-21_08:07:57-fs:nfs-fix-nfs-apply-err-reporting-distro-default-smithi/


Related issues 1 (0 open1 closed)

Related to CephFS - Bug #62870: test_nfs task fails due to no orch backend setResolvedDhairya Parmar

Actions
Actions #1

Updated by Dhairya Parmar 8 months ago

  • ceph-qa-suite fs added
Actions #3

Updated by Venky Shankar 8 months ago

The actual backtrace is this

2023-09-21T06:41:07.364+0000 7fb8fb7a9700  0 [nfs ERROR nfs.cluster] NFS Cluster test could not be created
Traceback (most recent call last):
  File "/usr/share/ceph/mgr/nfs/cluster.py", line 164, in create_nfs_cluster
    if cluster_id not in available_clusters(self.mgr):
  File "/usr/share/ceph/mgr/nfs/utils.py", line 70, in available_clusters
    completion = mgr.describe_service(service_type='nfs')
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1595, in inner
    completion = self._oremote(method_name, args, kwargs)
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1662, in _oremote
    raise NoOrchestrator()
Actions #4

Updated by Dhairya Parmar 8 months ago

  • Status changed from New to Duplicate
Actions #5

Updated by Dhairya Parmar 8 months ago

  • Related to Bug #62870: test_nfs task fails due to no orch backend set added
Actions

Also available in: Atom PDF