Actions
Bug #73565
closedTest failure: test_multifs_single_path_rootsquash (tasks.cephfs.test_admin.TestFsAuthorize)
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Testing
Target version:
-
% Done:
0%
Source:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(FS):
Labels (FS):
Pull request ID:
Tags (freeform):
Merge Commit:
Fixed In:
Released In:
Upkeep Timestamp:
Description
test_multifs_single_path_rootsquash fails with:
2025-10-10T21:21:46.080 INFO:tasks.cephfs_test_runner:ERROR: test_multifs_single_path_rootsquash (tasks.cephfs.test_admin.TestFsAuthorize) 2025-10-10T21:21:46.080 INFO:tasks.cephfs_test_runner:Test root_squash with multi fs 2025-10-10T21:21:46.080 INFO:tasks.cephfs_test_runner:---------------------------------------------------------------------- 2025-10-10T21:21:46.081 INFO:tasks.cephfs_test_runner:Traceback (most recent call last): 2025-10-10T21:21:46.081 INFO:tasks.cephfs_test_runner: File "/home/teuthworker/src/github.com_ceph_ceph-c_104ea276496eeef39137386037044178d6f67f79/qa/tasks/cephfs/test_admin.py", line 1985, in tearDown 2025-10-10T21:21:46.081 INFO:tasks.cephfs_test_runner: self.mount_a.umount_wait() 2025-10-10T21:21:46.081 INFO:tasks.cephfs_test_runner: File "/home/teuthworker/src/github.com_ceph_ceph-c_104ea276496eeef39137386037044178d6f67f79/qa/tasks/cephfs/kernel_mount.py", line 191, in umount_wait 2025-10-10T21:21:46.081 INFO:tasks.cephfs_test_runner: self.umount(force) 2025-10-10T21:21:46.081 INFO:tasks.cephfs_test_runner: File "/home/teuthworker/src/github.com_ceph_ceph-c_104ea276496eeef39137386037044178d6f67f79/qa/tasks/cephfs/kernel_mount.py", line 170, in umount 2025-10-10T21:21:46.081 INFO:tasks.cephfs_test_runner: raise e 2025-10-10T21:21:46.081 INFO:tasks.cephfs_test_runner: File "/home/teuthworker/src/github.com_ceph_ceph-c_104ea276496eeef39137386037044178d6f67f79/qa/tasks/cephfs/kernel_mount.py", line 163, in umount 2025-10-10T21:21:46.081 INFO:tasks.cephfs_test_runner: self.client_remote.run(args=cmd, timeout=UMOUNT_TIMEOUT, omit_sudo=False) 2025-10-10T21:21:46.081 INFO:tasks.cephfs_test_runner: File "/home/teuthworker/src/git.ceph.com_teuthology_78c036dc9ad59cb33807dc7f21fda50de2f348d2/teuthology/orchestra/remote.py", line 575, in run 2025-10-10T21:21:46.081 INFO:tasks.cephfs_test_runner: r = self._runner(client=self.ssh, name=self.shortname, **kwargs) 2025-10-10T21:21:46.081 INFO:tasks.cephfs_test_runner: File "/home/teuthworker/src/git.ceph.com_teuthology_78c036dc9ad59cb33807dc7f21fda50de2f348d2/teuthology/orchestra/run.py", line 461, in run 2025-10-10T21:21:46.081 INFO:tasks.cephfs_test_runner: r.wait() 2025-10-10T21:21:46.081 INFO:tasks.cephfs_test_runner: File "/home/teuthworker/src/git.ceph.com_teuthology_78c036dc9ad59cb33807dc7f21fda50de2f348d2/teuthology/orchestra/run.py", line 161, in wait 2025-10-10T21:21:46.081 INFO:tasks.cephfs_test_runner: self._raise_for_status() 2025-10-10T21:21:46.082 INFO:tasks.cephfs_test_runner: File "/home/teuthworker/src/git.ceph.com_teuthology_78c036dc9ad59cb33807dc7f21fda50de2f348d2/teuthology/orchestra/run.py", line 181, in _raise_for_status 2025-10-10T21:21:46.082 INFO:tasks.cephfs_test_runner: raise CommandFailedError( 2025-10-10T21:21:46.082 INFO:tasks.cephfs_test_runner:teuthology.exceptions.CommandFailedError: Command failed on smithi071 with status 32: 'sudo umount /home/ubuntu/cephtest/mnt.0'
in squid QA.
Updated by Venky Shankar 5 months ago
- Status changed from New to Need More Info
Jos, I believe there is an existing tracker for this. Please refer run wiki.
Actions