Project

General

Profile

Actions

Bug #58476

open

test_non_existent_cluster: cluster does not exist

Added by Laura Flores over 1 year ago. Updated 3 months ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
quincy,reef
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

/a/yuriw-2023-01-12_20:11:41-rados-main-distro-default-smithi/7138818

2023-01-13T16:20:41.856 INFO:teuthology.orchestra.run.smithi086.stderr:Error ENOENT: cluster does not exist
2023-01-13T16:20:41.859 DEBUG:teuthology.orchestra.run:got remote process result: 2
2023-01-13T16:20:41.860 DEBUG:teuthology.orchestra.run.smithi086:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph log 'Ended test tasks.cephfs.test_nfs.TestNFS.test_non_existent_cluster'
2023-01-13T16:20:42.275 INFO:journalctl@ceph.mon.a.smithi086.stdout:Jan 13 16:20:42 smithi086 ceph-mon[88225]: from='client.14923 -' entity='client.admin' cmd=[{"prefix": "nfs cluster ls", "target": ["mon-mgr", ""]}]: dispatch
2023-01-13T16:20:42.275 INFO:journalctl@ceph.mon.a.smithi086.stdout:Jan 13 16:20:42 smithi086 ceph-mon[88225]: from='client.14925 -' entity='client.admin' cmd=[{"prefix": "nfs cluster info", "cluster_id": "foo", "target": ["mon-mgr", ""]}]: dispatch
2023-01-13T16:20:42.275 INFO:journalctl@ceph.mgr.a.smithi086.stdout:Jan 13 16:20:41 smithi086 ceph-76cf727c-935c-11ed-821d-001a4aab830c-mgr-a[115902]: 2023-01-13T16:20:41.854+0000 7f42574fb700 -1 mgr.server reply reply (2) No such file or directory cluster does not exist
2023-01-13T16:20:43.079 INFO:tasks.cephfs_test_runner:test_non_existent_cluster (tasks.cephfs.test_nfs.TestNFS) ... ERROR
2023-01-13T16:20:43.080 INFO:tasks.cephfs_test_runner:
2023-01-13T16:20:43.080 INFO:tasks.cephfs_test_runner:======================================================================
2023-01-13T16:20:43.081 INFO:tasks.cephfs_test_runner:ERROR: test_non_existent_cluster (tasks.cephfs.test_nfs.TestNFS)
2023-01-13T16:20:43.081 INFO:tasks.cephfs_test_runner:----------------------------------------------------------------------
2023-01-13T16:20:43.082 INFO:tasks.cephfs_test_runner:Traceback (most recent call last):
2023-01-13T16:20:43.082 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/github.com_ceph_ceph-c_cb17f286272f7ae9dbdf8117ca7b077b0a5cf650/qa/tasks/cephfs/test_nfs.py", line 740, in test_non_existent_cluster
2023-01-13T16:20:43.082 INFO:tasks.cephfs_test_runner:    cluster_info = self._nfs_cmd('cluster', 'info', 'foo')
2023-01-13T16:20:43.083 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/github.com_ceph_ceph-c_cb17f286272f7ae9dbdf8117ca7b077b0a5cf650/qa/tasks/cephfs/test_nfs.py", line 22, in _nfs_cmd
2023-01-13T16:20:43.084 INFO:tasks.cephfs_test_runner:    return self._cmd("nfs", *args)
2023-01-13T16:20:43.084 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/github.com_ceph_ceph-c_cb17f286272f7ae9dbdf8117ca7b077b0a5cf650/qa/tasks/cephfs/test_nfs.py", line 19, in _cmd
2023-01-13T16:20:43.085 INFO:tasks.cephfs_test_runner:    return self.mgr_cluster.mon_manager.raw_cluster_cmd(*args)
2023-01-13T16:20:43.085 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/github.com_ceph_ceph-c_cb17f286272f7ae9dbdf8117ca7b077b0a5cf650/qa/tasks/ceph_manager.py", line 1609, in raw_cluster_cmd
2023-01-13T16:20:43.086 INFO:tasks.cephfs_test_runner:    return self.run_cluster_cmd(**kwargs).stdout.getvalue()
2023-01-13T16:20:43.086 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/github.com_ceph_ceph-c_cb17f286272f7ae9dbdf8117ca7b077b0a5cf650/qa/tasks/ceph_manager.py", line 1600, in run_cluster_cmd
2023-01-13T16:20:43.086 INFO:tasks.cephfs_test_runner:    return self.controller.run(**kwargs)
2023-01-13T16:20:43.087 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/teuthology/orchestra/remote.py", line 525, in run
2023-01-13T16:20:43.087 INFO:tasks.cephfs_test_runner:    r = self._runner(client=self.ssh, name=self.shortname, **kwargs)
2023-01-13T16:20:43.088 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/teuthology/orchestra/run.py", line 455, in run
2023-01-13T16:20:43.088 INFO:tasks.cephfs_test_runner:    r.wait()
2023-01-13T16:20:43.089 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/teuthology/orchestra/run.py", line 161, in wait
2023-01-13T16:20:43.089 INFO:tasks.cephfs_test_runner:    self._raise_for_status()
2023-01-13T16:20:43.090 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_teuthology_19d18db866afdc31fd6586f558fc29b95a87ccfb/teuthology/orchestra/run.py", line 181, in _raise_for_status
2023-01-13T16:20:43.090 INFO:tasks.cephfs_test_runner:    raise CommandFailedError(
2023-01-13T16:20:43.090 INFO:tasks.cephfs_test_runner:teuthology.exceptions.CommandFailedError: Command failed on smithi086 with status 2: 'sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph nfs cluster info foo'

Actions

Also available in: Atom PDF