Project

General

Profile

Bug #53487

Updated by Patrick Donnelly over 2 years ago

<pre> 
 2021-12-03T04:37:46.010 DEBUG:teuthology.orchestra.run.smithi137:> sudo nsenter --net=/var/run/netns/ceph-ns--home-ubuntu-cephtest-mnt.0 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage /bin/mount -t ceph :/ /home/ubuntu/cephtest/mnt.0 -v -o norequire_active_mds,conf=/etc/ceph/ceph.conf,norbytes,name=0,mds_namespace=cephfs,nofallback 
 2021-12-03T04:37:46.100 INFO:teuthology.orchestra.run.smithi137.stdout:parsing options: rw,norequire_active_mds,conf=/etc/ceph/ceph.conf,norbytes,name=0,mds_namespace=cephfs,nofallback 
 2021-12-03T04:37:46.101 INFO:teuthology.orchestra.run.smithi137.stdout:mount.ceph: options "norequire_active_mds,norbytes,name=0,mds_namespace=cephfs,nofallback" will pass to kernel. 
 2021-12-03T04:37:46.109 INFO:teuthology.orchestra.run.smithi137.stderr:mount error 22 = Invalid argument 
 2021-12-03T04:37:46.109 INFO:teuthology.orchestra.run.smithi137.stdout:parsing options: rw,norequire_active_mds,conf=/etc/ceph/ceph.conf,norbytes,name=0,mds_namespace=cephfs,nofallback 
 2021-12-03T04:37:46.110 INFO:teuthology.orchestra.run.smithi137.stdout:mount.ceph: options "norequire_active_mds,norbytes,name=0,mds_namespace=cephfs,nofallback" will pass to kernel. 
 2021-12-03T04:37:46.126 DEBUG:teuthology.orchestra.run:got remote process result: 32 
 2021-12-03T04:37:46.128 INFO:tasks.cephfs.kernel_mount:mount command failed 
 2021-12-03T04:37:46.129 ERROR:teuthology.run_tasks:Saw exception from tasks. 
 Traceback (most recent call last): 
   File "/home/teuthworker/src/git.ceph.com_git_teuthology_844d13778e221f3c1f3cb6626445c4bc2f71766d/teuthology/run_tasks.py", line 94, in run_tasks 
     manager.__enter__() 
   File "/usr/lib/python3.6/contextlib.py", line 81, in __enter__ 
     return next(self.gen) 
   File "/home/teuthworker/src/git.ceph.com_ceph-c_d25dc6fcabe5b52f27e5c0a6b360356422b549c4/qa/tasks/kclient.py", line 112, in task 
     kernel_mount.mount(mntopts=client_config.get('mntopts', [])) 
   File "/home/teuthworker/src/git.ceph.com_ceph-c_d25dc6fcabe5b52f27e5c0a6b360356422b549c4/qa/tasks/cephfs/kernel_mount.py", line 54, in mount 
     retval = self._run_mount_cmd(mntopts, check_status) 
   File "/home/teuthworker/src/git.ceph.com_ceph-c_d25dc6fcabe5b52f27e5c0a6b360356422b549c4/qa/tasks/cephfs/kernel_mount.py", line 75, in _run_mount_cmd 
     stderr=mountcmd_stderr, omit_sudo=False) 
   File "/home/teuthworker/src/git.ceph.com_git_teuthology_844d13778e221f3c1f3cb6626445c4bc2f71766d/teuthology/orchestra/remote.py", line 509, in run 
     r = self._runner(client=self.ssh, name=self.shortname, **kwargs) 
   File "/home/teuthworker/src/git.ceph.com_git_teuthology_844d13778e221f3c1f3cb6626445c4bc2f71766d/teuthology/orchestra/run.py", line 455, in run 
     r.wait() 
   File "/home/teuthworker/src/git.ceph.com_git_teuthology_844d13778e221f3c1f3cb6626445c4bc2f71766d/teuthology/orchestra/run.py", line 161, in wait 
     self._raise_for_status() 
   File "/home/teuthworker/src/git.ceph.com_git_teuthology_844d13778e221f3c1f3cb6626445c4bc2f71766d/teuthology/orchestra/run.py", line 183, in _raise_for_status 
     node=self.hostname, label=self.label 
 teuthology.exceptions.CommandFailedError: Command failed on smithi137 with status 32: 'sudo nsenter --net=/var/run/netns/ceph-ns--home-ubuntu-cephtest-mnt.0 adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage /bin/mount -t ceph :/ /home/ubuntu/cephtest/mnt.0 -v -o norequire_active_mds,conf=/etc/ceph/ceph.conf,norbytes,name=0,mds_namespace=cephfs,nofallback' 
 </pre> 

 From: /ceph/teuthology-archive/sage-2021-12-03_04:16:23-orch:cephadm-wip-sage2-testing-2021-12-02-2116-distro-basic-smithi/6541942/teuthology.log 

 Caused by https://github.com/ceph/ceph/pull/41334

Back