Project

General

Profile

Actions

Bug #48491

closed

tasks.cephfs.test_nfs.TestNFS.test_cluster_info: IP mismatch

Added by Sebastian Wagner over 3 years ago. Updated about 3 years ago.

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

0%

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

Description

2020-12-07T20:32:02.847 INFO:tasks.cephfs_test_runner:Traceback (most recent call last):
2020-12-07T20:32:02.847 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_ceph-c_wip-swagner3-testing-2020-12-07-1114/qa/tasks/cephfs/test_nfs.py", line 436, in test_cluster_info
2020-12-07T20:32:02.847 INFO:tasks.cephfs_test_runner:    self.assertDictEqual(info_output, host_details)
2020-12-07T20:32:02.848 INFO:tasks.cephfs_test_runner:AssertionError: {'tes[21 chars]ithi069', 'ip': ['172.21.15.69', '127.0.1.1'], 'port': 2049}]} != {'tes[21 chars]ithi069', 'ip': ['172.17.0.1', '172.21.15.69'], 'port': 2049}]}
2020-12-07T20:32:02.848 INFO:tasks.cephfs_test_runner:  {'test': [{'hostname': 'smithi069',
2020-12-07T20:32:02.848 INFO:tasks.cephfs_test_runner:-            'ip': ['172.21.15.69', '127.0.1.1'],
2020-12-07T20:32:02.848 INFO:tasks.cephfs_test_runner:+            'ip': ['172.17.0.1', '172.21.15.69'],
2020-12-07T20:32:02.849 INFO:tasks.cephfs_test_runner:             'port': 2049}]}
2020-12-07T20:32:02.849 INFO:tasks.cephfs_test_runner:
2020-12-07T20:32:02.849 INFO:tasks.cephfs_test_runner:----------------------------------------------------------------------
2020-12-07T20:32:02.850 INFO:tasks.cephfs_test_runner:Ran 1 test in 32.117s

https://pulpito.ceph.com/swagner-2020-12-07_12:07:52-rados:cephadm-wip-swagner3-testing-2020-12-07-1114-distro-basic-smithi/5689544/

log snippet:

2020-12-07T20:31:47.592 INFO:tasks.cephfs_test_runner:Starting test: test_cluster_info (tasks.cephfs.test_nfs.TestNFS)
2020-12-07T20:31:47.596 INFO:teuthology.orchestra.run.smithi069:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph log 'Starting test tasks.cephfs.test_nfs.TestNFS.test_cluster_info'
2020-12-07T20:31:48.934 INFO:teuthology.orchestra.run.smithi069:> sudo systemctl status nfs-server
2020-12-07T20:31:48.982 INFO:teuthology.orchestra.run.smithi069.stdout:* nfs-server.service - NFS server and services
2020-12-07T20:31:48.983 INFO:teuthology.orchestra.run.smithi069.stdout:   Loaded: loaded (/lib/systemd/system/nfs-server.service; enabled; vendor preset: enabled)
2020-12-07T20:31:48.983 INFO:teuthology.orchestra.run.smithi069.stdout:   Active: active (exited) since Mon 2020-12-07 20:22:19 UTC; 9min ago
2020-12-07T20:31:48.984 INFO:teuthology.orchestra.run.smithi069.stdout: Main PID: 1291 (code=exited, status=0/SUCCESS)
2020-12-07T20:31:48.985 INFO:teuthology.orchestra.run.smithi069.stdout:    Tasks: 0 (limit: 4915)
2020-12-07T20:31:48.985 INFO:teuthology.orchestra.run.smithi069.stdout:   CGroup: /system.slice/nfs-server.service
2020-12-07T20:31:48.986 INFO:teuthology.orchestra.run.smithi069.stdout:
2020-12-07T20:31:48.987 INFO:teuthology.orchestra.run.smithi069.stdout:Dec 07 20:22:19 smithi121 systemd[1]: Starting NFS server and services...
2020-12-07T20:31:48.988 INFO:teuthology.orchestra.run.smithi069.stdout:Dec 07 20:22:19 smithi121 systemd[1]: Started NFS server and services.
2020-12-07T20:31:48.991 INFO:tasks.cephfs.test_nfs:Disabling NFS
2020-12-07T20:31:48.993 INFO:teuthology.orchestra.run.smithi069:> sudo systemctl disable nfs-server --now
2020-12-07T20:31:49.057 INFO:teuthology.orchestra.run.smithi069.stderr:Removed /etc/systemd/system/multi-user.target.wants/nfs-server.service.
2020-12-07T20:31:49.194 INFO:teuthology.orchestra.run.smithi069:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph nfs cluster create cephfs test
2020-12-07T20:31:51.150 INFO:teuthology.orchestra.run.smithi069.stdout:NFS Cluster Created Successfully
2020-12-07T20:32:01.168 INFO:teuthology.orchestra.run.smithi069:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph orch ps --service_name=nfs.ganesha-test
2020-12-07T20:32:01.498 INFO:teuthology.orchestra.run.smithi069.stdout:NAME                        HOST       STATUS        REFRESHED  AGE  VERSION  IMAGE NAME                                                          IMAGE ID      CONTAINER ID
2020-12-07T20:32:01.498 INFO:teuthology.orchestra.run.smithi069.stdout:nfs.ganesha-test.smithi069  smithi069  running (6s)  4s ago     6s   3.3      quay.ceph.io/ceph-ci/ceph:acb9f90cf72d3c35abbc0efbef808026624ef6c0  59dd54023d46  4282061f6a85
2020-12-07T20:32:01.512 INFO:teuthology.orchestra.run.smithi069:> sudo adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster ceph nfs cluster info test
2020-12-07T20:32:01.862 INFO:teuthology.orchestra.run.smithi069.stdout:{
2020-12-07T20:32:02.312 INFO:teuthology.orchestra.run.smithi069.stdout:    "test": [
2020-12-07T20:32:02.312 INFO:teuthology.orchestra.run.smithi069.stdout:        {
2020-12-07T20:32:02.313 INFO:teuthology.orchestra.run.smithi069.stdout:            "hostname": "smithi069",
2020-12-07T20:32:02.313 INFO:teuthology.orchestra.run.smithi069.stdout:            "ip": [
2020-12-07T20:32:02.313 INFO:teuthology.orchestra.run.smithi069.stdout:                "172.21.15.69",
2020-12-07T20:32:02.313 INFO:teuthology.orchestra.run.smithi069.stdout:                "127.0.1.1" 
2020-12-07T20:32:02.314 INFO:teuthology.orchestra.run.smithi069.stdout:            ],
2020-12-07T20:32:02.314 INFO:teuthology.orchestra.run.smithi069.stdout:            "port": 2049
2020-12-07T20:32:02.314 INFO:teuthology.orchestra.run.smithi069.stdout:        }
2020-12-07T20:32:02.314 INFO:teuthology.orchestra.run.smithi069.stdout:    ]
2020-12-07T20:32:02.314 INFO:teuthology.orchestra.run.smithi069.stdout:}
2020-12-07T20:32:02.316 INFO:teuthology.orchestra.run.smithi069:> sudo hostname
2020-12-07T20:32:02.329 INFO:teuthology.orchestra.run.smithi069.stdout:smithi069
2020-12-07T20:32:02.331 INFO:teuthology.orchestra.run.smithi069:> sudo hostname -I
2020-12-07T20:32:02.387 INFO:teuthology.orchestra.run.smithi069.stdout:172.21.15.69 172.17.0.1


Related issues 1 (0 open1 closed)

Copied to CephFS - Backport #48568: octopus: tasks.cephfs.test_nfs.TestNFS.test_cluster_info: IP mismatchResolvedWei-Chung ChengActions
Actions #2

Updated by Patrick Donnelly over 3 years ago

  • Status changed from New to Triaged
  • Target version set to v16.0.0
  • Backport set to octopus
  • Component(FS) mgr/nfs, qa-suite added
Actions #3

Updated by Neha Ojha over 3 years ago

/a/teuthology-2020-12-06_07:01:02-rados-master-distro-basic-smithi/5685113

Actions #4

Updated by Varsha Rao over 3 years ago

  • Status changed from Triaged to In Progress
Actions #5

Updated by Varsha Rao over 3 years ago

  • Status changed from In Progress to Fix Under Review
  • Pull request ID set to 38511
Actions #6

Updated by Patrick Donnelly over 3 years ago

  • Status changed from Fix Under Review to Pending Backport
Actions #7

Updated by Backport Bot over 3 years ago

  • Copied to Backport #48568: octopus: tasks.cephfs.test_nfs.TestNFS.test_cluster_info: IP mismatch added
Actions #8

Updated by Nathan Cutler about 3 years ago

  • Status changed from Pending Backport to Resolved

While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are in status "Resolved" or "Rejected".

Actions

Also available in: Atom PDF