Actions
Bug #52420
closedrados/rook: 'wait for operator' reached maximum tries (90) after waiting for 900 seconds
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
mgr/rook
Target version:
-
% Done:
0%
Source:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Tags (freeform):
Merge Commit:
Fixed In:
Released In:
Upkeep Timestamp:
Description
/a/yuriw-2021-08-24_19:42:41-rados-wip-yuri8-testing-2021-08-24-0913-distro-basic-smithi/6356805
2021-08-25T05:13:39.850 ERROR:tasks.rook:'wait for operator' reached maximum tries (90) after waiting for 900 seconds
Traceback (most recent call last):
File "/home/teuthworker/src/github.com_ceph_ceph-c_8a835936eb07308fee63a31be79a62c5b291a734/qa/tasks/rook.py", line 130, in rook_operator
while not op_name and proceed():
File "/home/teuthworker/src/git.ceph.com_git_teuthology_d0ccb5e7543966c9868cca0e1d0b1e1f5b5df280/teuthology/contextutil.py", line 133, in __call__
raise MaxWhileTries(error_msg)
teuthology.exceptions.MaxWhileTries: 'wait for operator' reached maximum tries (90) after waiting for 900 seconds
2021-08-25T05:13:39.851 INFO:tasks.rook:Cleaning up rook operator
2021-08-25T05:13:39.851 DEBUG:teuthology.orchestra.run.smithi074:> kubectl delete -f operator.yaml
2021-08-25T05:13:39.913 INFO:teuthology.orchestra.run.smithi074.stdout:configmap "rook-ceph-operator-config" deleted
2021-08-25T05:13:39.946 INFO:teuthology.orchestra.run.smithi074.stdout:deployment.apps "rook-ceph-operator" deleted
2021-08-25T05:13:39.956 DEBUG:teuthology.orchestra.run.smithi074:> rm -rf rook operator.yaml
2021-08-25T05:13:39.990 DEBUG:teuthology.orchestra.run.smithi074:> sudo rm -rf /var/lib/rook
2021-08-25T05:13:40.050 DEBUG:teuthology.orchestra.run.smithi125:> sudo rm -rf /var/lib/rook
2021-08-25T05:13:40.067 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -rf /var/lib/rook
2021-08-25T05:13:40.084 ERROR:teuthology.contextutil:Saw exception from nested tasks
Traceback (most recent call last):
File "/home/teuthworker/src/git.ceph.com_git_teuthology_d0ccb5e7543966c9868cca0e1d0b1e1f5b5df280/teuthology/contextutil.py", line 31, in nested
vars.append(enter())
File "/usr/lib/python3.6/contextlib.py", line 81, in __enter__
return next(self.gen)
File "/home/teuthworker/src/github.com_ceph_ceph-c_8a835936eb07308fee63a31be79a62c5b291a734/qa/tasks/rook.py", line 130, in rook_operator
while not op_name and proceed():
File "/home/teuthworker/src/git.ceph.com_git_teuthology_d0ccb5e7543966c9868cca0e1d0b1e1f5b5df280/teuthology/contextutil.py", line 133, in __call__
raise MaxWhileTries(error_msg)
teuthology.exceptions.MaxWhileTries: 'wait for operator' reached maximum tries (90) after waiting for 900 seconds
Updated by Sebastian Wagner over 4 years ago
- Is duplicate of Bug #52321: qa/tasks/rook times out: 'check osd count' reached maximum tries (90) after waiting for 900 seconds added
Updated by Joseph Sawaya over 4 years ago
- Status changed from New to Resolved
Resolved, I don't remember exactly what the issue was so I can't give you a PR that solves it, but the solution is probably in one of these:
https://github.com/ceph/ceph/pull/42757
https://github.com/ceph/ceph/pull/42858
https://github.com/ceph/ceph/pull/42873
https://github.com/ceph/ceph/pull/43136
Updated by Laura Flores almost 4 years ago
- Status changed from Resolved to Duplicate
Actions