Description of problem: FFU: running ceph upgrade with switch-from-non-containerized-to-containerized-ceph-daemons.yml leaves the cluster with all OSDs are running luminous or later but require_osd_release < luminous status Version-Release number of selected component (if applicable): ceph-ansible-3.1.0-0.1.rc2.el7cp.noarch.rpm How reproducible: 100% Steps to Reproduce: 1. Deploy OSP10 with ceph OSD nodes 2. Upgrade to OSP13 by using: --ceph-ansible-playbook /usr/share/ceph-ansible/infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml \ Actual results: After upgrade completes successfully health status reports: cluster: id: 74b7ced6-57b0-11e8-9958-5254007ace89 health: HEALTH_WARN all OSDs are running luminous or later but require_osd_release < luminous Expected results: No warning. Additional info:
Do you still have the logs? I'd like to see if the task "complete osds upgrade" got executed or skipped. I suspect it didn't. Thanks in advance.