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

mgr/cephadm: fix type of timeout options #32316

Merged
merged 3 commits into from Dec 24, 2019
Merged

Conversation

bk201
Copy link
Contributor

@bk201 bk201 commented Dec 18, 2019

The timeout options need to be in secs type. Then the input values
will be checked and converted into integer before use.

Fixes: https://tracker.ceph.com/issues/43363
Signed-off-by: Kiefer Chang kiefer.chang@suse.com

Checklist

  • References tracker ticket
  • Updates documentation if necessary
  • Includes tests for new functionality or reproducer for bug

Show available Jenkins commands
  • jenkins retest this please
  • jenkins test crimson perf
  • jenkins test signed
  • jenkins test make check
  • jenkins test make check arm64
  • jenkins test submodules
  • jenkins test dashboard
  • jenkins test dashboard backend
  • jenkins test docs
  • jenkins render docs
  • jenkins test ceph-volume all
  • jenkins test ceph-volume tox

The timeout options need to be in `secs` type. Then the input values
will be checked and converted into integer before use.

Fixes: https://tracker.ceph.com/issues/43363
Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
@bk201
Copy link
Contributor Author

bk201 commented Dec 18, 2019

jenkins test make check

Copy link
Contributor

@sebastian-philipp sebastian-philipp left a comment

Choose a reason for hiding this comment

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

Note, the same error also exist in the mgr/alerts module. Mind fix this as well?

The option needs to be in `secs` type to enable input checking and
type casting.

Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
The option setting loop in config_notify raises an exception if
smtp_host option is not configured.

Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
@bk201
Copy link
Contributor Author

bk201 commented Dec 19, 2019

Note, the same error also exist in the mgr/alerts module. Mind fix this as well?

Fixed.

@bk201 bk201 requested a review from liewegas December 19, 2019 01:27
@sebastian-philipp
Copy link
Contributor

jenkins test make check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants