Bug #58088
qa/tasks/vstart_runner: TypeError: LocalFuseMount._run_mount_cmd() takes 3 positional arguments but 4 were given
% Done:
0%
Source:
Development
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(FS):
Labels (FS):
qa
Pull request ID:
Crash signature (v1):
Crash signature (v2):
Description
Hit this error,
2022-11-26 12:06:03,541.541 ERROR:__main__:Traceback (most recent call last): File "/home/rraja/git/ceph/qa/tasks/cephfs/cephfs_test_case.py", line 180, in setUp self.mounts[i].mount_wait() File "/home/rraja/git/ceph/qa/tasks/cephfs/mount.py", line 505, in mount_wait self.mount(**kwargs) File "/home/rraja/git/ceph/qa/tasks/cephfs/fuse_mount.py", line 52, in mount return self._mount(mntopts, mntargs, check_status) File "/home/rraja/git/ceph/qa/tasks/cephfs/fuse_mount.py", line 68, in _mount retval = self._run_mount_cmd(mntopts, mntargs, check_status) TypeError: LocalFuseMount._run_mount_cmd() takes 3 positional arguments but 4 were given
https://github.com/ceph/ceph/pull/46821/commits/483b16062dc6c7a7c9b0110c17dc802227d560e9
Seems to have been introduced by
History
#1 Updated by Ramana Raja 2 months ago
- Status changed from In Progress to Fix Under Review
- Pull request ID set to 49067
#2 Updated by Ramana Raja 2 months ago
- Pull request ID changed from 49067 to 48473
#3 Updated by Ramana Raja 2 months ago
- Assignee changed from Ramana Raja to Dhairya Parmar
#4 Updated by Venky Shankar about 1 month ago
- Status changed from Fix Under Review to Resolved