Bug 1578406

Summary: FFU: running ceph upgrade with switch-from-non-containerized-to-containerized-ceph-daemons.yml only leaves the cluster with all OSDs are running luminous or later but require_osd_release < luminous status
Product: [Red Hat Storage] Red Hat Ceph Storage Reporter: Marius Cornea <mcornea>
Component: Ceph-AnsibleAssignee: Sébastien Han <shan>
Status: CLOSED WONTFIX QA Contact: ceph-qe-bugs <ceph-qe-bugs>
Severity: high Docs Contact:
Priority: unspecified    
Version: 3.1CC: adeza, aschoen, augol, ceph-eng-bugs, gfidente, gmeno, mcornea, nthomas, sankarshan
Target Milestone: rc   
Target Release: 3.*   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-10-10 23:04:49 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:
Bug Depends On:    
Bug Blocks: 1578730    

Description Marius Cornea 2018-05-15 14:05:57 UTC
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:

Comment 3 Sébastien Han 2018-05-17 12:34:39 UTC
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.