Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qa/tasks: prolong revive_osd() timeout to 6 min #17902

Merged
merged 1 commit into from Sep 25, 2017

Conversation

tchaikov
Copy link
Contributor

bluestore_fsck_on_mount and bluestore_fsck_on_mount_deep are enabled by
default. and bluestore is used as the default store backend. it takes
longer to perform the deep fsck with verbose log. so prolong the
revive_osd()'s timeout from 150 sec to 360 sec.

Fixes: http://tracker.ceph.com/issues/21474
Signed-off-by: Kefu Chai kchai@redhat.com

bluestore_fsck_on_mount and bluestore_fsck_on_mount_deep are enabled by
default. and bluestore is used as the default store backend. it takes
longer to perform the deep fsck with verbose log. so prolong the
revive_osd()'s timeout from 150 sec to 360 sec.

Fixes: http://tracker.ceph.com/issues/21474
Signed-off-by: Kefu Chai <kchai@redhat.com>
@@ -2369,7 +2369,7 @@ def blackhole_kill_osd(self, osd):
time.sleep(2)
self.ctx.daemons.get_daemon('osd', osd, self.cluster).stop()

def revive_osd(self, osd, timeout=150, skip_admin_check=False):
def revive_osd(self, osd, timeout=360, skip_admin_check=False):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and why 360 specific..

@liewegas liewegas merged commit af5032e into ceph:master Sep 25, 2017
@tchaikov tchaikov deleted the wip-21474 branch September 25, 2017 02:22
tchaikov added a commit to tchaikov/ceph that referenced this pull request Nov 20, 2017
see also ceph#17902

Fixes: http://tracker.ceph.com/issues/21474
Signed-off-by: Kefu Chai <kchai@redhat.com>
tchaikov added a commit to tchaikov/ceph that referenced this pull request Nov 20, 2017
see also ceph#17902

Fixes: http://tracker.ceph.com/issues/21474
Signed-off-by: Kefu Chai <kchai@redhat.com>
tchaikov added a commit to tchaikov/ceph that referenced this pull request Nov 20, 2017
see also ceph#17902

Fixes: http://tracker.ceph.com/issues/21474
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 749bbda)
rakeshgm pushed a commit that referenced this pull request Sep 9, 2019
see also #17902

Fixes: http://tracker.ceph.com/issues/21474
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 749bbda)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants