Bug 1451168

Summary: [ceph-ansible] [ceph-container] : Installation fails in task 'prepare ceph osd disk' when we choose dm-crypt and dedicated journal scenarion
Product: [Red Hat Storage] Red Hat Storage Console Reporter: Rachana Patel <racpatel>
Component: ceph-ansibleAssignee: Sébastien Han <shan>
Status: CLOSED DUPLICATE QA Contact: ceph-qe-bugs <ceph-qe-bugs>
Severity: high Docs Contact:
Priority: unspecified    
Version: 2CC: adeza, aschoen, ceph-eng-bugs, gmeno, nthomas, racpatel, sankarshan, seb, tserlin
Target Milestone: ---   
Target Release: 3   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-05-23 18:09:07 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 Rachana Patel 2017-05-16 02:24:03 UTC
Description of problem:
========================
Installation fails in task 'prepare ceph osd disk' when we choose dm-crypt and dedicated journal is osds.yml


Version-Release number of selected component (if applicable):
==============================================================
ceph-ansible-2.2.4-1.el7scon.noarch
ceph-2-rhel-7-docker-candidate-20170512182421


How reproducible:
==================
always


Steps to Reproduce:
====================
1. do all preflight operation for 3 Mons and 3OSD node
2. set required variable and run ansible-playbook


Actual results:
================
PLAY RECAP *********************************************************************
magna004                   : ok=38   changed=1    unreachable=0    failed=0   
magna012                   : ok=37   changed=1    unreachable=0    failed=0   
magna015                   : ok=37   changed=2    unreachable=0    failed=0   
magna016                   : ok=31   changed=2    unreachable=0    failed=1   
magna019                   : ok=31   changed=2    unreachable=0    failed=1   
magna020                   : ok=31   changed=2    unreachable=0    failed=1   




Expected results:


Additional info:

Comment 5 seb 2017-05-16 12:08:28 UTC
Where is the error?

Comment 7 Andrew Schoen 2017-05-16 12:47:11 UTC
This looks like https://github.com/ceph/ceph-ansible/issues/1496 which should have been fixed by https://github.com/ceph/ceph-docker/pull/634

Comment 8 seb 2017-05-16 12:49:38 UTC
Did we get a new build for that image?

Comment 13 Alfredo Deza 2017-05-17 12:32:13 UTC
Rachana, that output is again impossible to parse. Could you please use the following flags and options (both):
 
* Increase the verbosity in ansible-playbook:
    
    -vv

* Export or set the environment variable: 

    ANSIBLE_STDOUT_CALLBACK=debug