Bug 1504800
| Summary: | [maintenance] clean deprecation warnings from running ceph-ansible | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | John Fulton <johfulto> |
| Component: | Ceph-Ansible | Assignee: | Sébastien Han <shan> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | ceph-qe-bugs <ceph-qe-bugs> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 3.0 | CC: | adeza, aschoen, ceph-eng-bugs, gfidente, gmeno, johfulto, jschluet, kdreyer, nthomas, sankarshan |
| Target Milestone: | rc | ||
| Target Release: | 3.* | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | RHEL: ceph-ansible-3.1.0-0.1.beta3.el7cp | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-01-10 16:29:23 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
John Fulton
2017-10-20 16:27:21 UTC
These have been addressed upstream and will be in 3.1. John would you please confirm this is resolved in the latest betas of ceph-ansible-3.1.0? Situation is greatly improved. We dropped from 700 to 48: [root@undercloud mistral]# grep -i deprecation ceph-install-workflow.log | wc -l 48 [root@undercloud mistral]# List of deprecation warnings: [root@undercloud mistral]# grep -i deprecation ceph-install-workflow.log 2018-03-23 02:53:25,712 p=27481 u=mistral | [DEPRECATION WARNING]: The use of 'include' for tasks has been deprecated. Use This feature will be removed in a future release. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. 2018-03-23 02:53:25,774 p=27481 u=mistral | [DEPRECATION WARNING]: include is kept for backwards compatibility but usage is rationale.. This feature will be removed in a future release. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. 2018-03-23 02:53:26,414 p=27481 u=mistral | [DEPRECATION WARNING]: The use of 'static' has been deprecated. Use This feature will be removed in a future release. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. 2018-03-23 02:53:26,451 p=27481 u=mistral | [DEPRECATION WARNING]: docker is kept for backwards compatibility but usage is rationale.. This feature will be removed in a future release. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. 2018-03-23 02:54:02,572 p=27481 u=mistral | [DEPRECATION WARNING]: ansible.utils.unicode.to_bytes is deprecated. Use version 2.4. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. 2018-03-23 02:54:02,573 p=27481 u=mistral | [DEPRECATION WARNING]: ansible.utils.unicode.to_unicode is deprecated. Use version 2.4. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. 2018-03-23 02:55:04,746 p=27481 u=mistral | [DEPRECATION WARNING]: ansible.utils.unicode.to_bytes is deprecated. Use version 2.4. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. 2018-03-23 02:55:04,746 p=27481 u=mistral | [DEPRECATION WARNING]: ansible.utils.unicode.to_unicode is deprecated. Use version 2.4. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. 2018-03-23 02:55:29,272 p=27481 u=mistral | [DEPRECATION WARNING]: ansible.utils.unicode.to_bytes is deprecated. Use version 2.4. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. 2018-03-23 02:55:29,273 p=27481 u=mistral | [DEPRECATION WARNING]: ansible.utils.unicode.to_unicode is deprecated. Use version 2.4. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. 2018-03-23 02:56:07,824 p=27481 u=mistral | [DEPRECATION WARNING]: ansible.utils.unicode.to_bytes is deprecated. Use version 2.4. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. 2018-03-23 02:56:07,824 p=27481 u=mistral | [DEPRECATION WARNING]: ansible.utils.unicode.to_unicode is deprecated. Use version 2.4. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. 2018-03-23 02:56:54,680 p=27481 u=mistral | [DEPRECATION WARNING]: ansible.utils.unicode.to_bytes is deprecated. Use version 2.4. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. 2018-03-23 02:56:54,682 p=27481 u=mistral | [DEPRECATION WARNING]: ansible.utils.unicode.to_unicode is deprecated. Use version 2.4. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. 2018-03-23 02:56:54,695 p=27481 u=mistral | [DEPRECATION WARNING]: ansible.utils.unicode.to_bytes is deprecated. Use version 2.4. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. 2018-03-23 02:56:54,696 p=27481 u=mistral | [DEPRECATION WARNING]: ansible.utils.unicode.to_unicode is deprecated. Use version 2.4. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [root@undercloud mistral]# I don't think we will ever close this one since new releases will likely come with new deprecation warnings. So unless we clarify which one should be removed I don't see how we can move forward with this one. Let's use this BZ to track cleaning up the exact warnings John pasted in Comment 7. We can fix any future warnings in future BZs. Alright sounds good. I think ansible.utils.unicode.to_bytes is handled by https://github.com/ceph/ceph-ansible/pull/2476 |