-
Notifications
You must be signed in to change notification settings - Fork 293
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
teuthology/misc: Add timeout parameter to stop_daemons_of_type for better flexibility #2014
base: main
Are you sure you want to change the base?
Conversation
…tter flexibility Updated stop_daemons_of_type to accept a timeout parameter, allowing dynamic control over the timeout value passed to the stop function of each daemon. Signed-off-by: Nitzan Mordechai <[email protected]>
Is this tested already? |
i ran few test using my PR issue. didn't riched to timeout, but the param was passed |
@NitzanMordhai the timeout didn't work even though the param was passed?
But I don't see it being used in these overrides of systemd and cephadm daemons:
|
that's the purpose of that PR, to add the timeout so we can use it and not use the default |
@NitzanMordhai This PR relies on passing timeout to |
it will be pass to teuthology/orchestra/daemon/state.py |
Great, it should work well then! |
@VallariAg, @NitzanMordhai: is this ready to merge? If it is, let's not hesitate and unblock the PR in |
Updated stop_daemons_of_type to accept a timeout parameter, allowing dynamic control over the timeout value passed to the stop function of each daemon.