Bug 1451168 - [ceph-ansible] [ceph-container] : Installation fails in task 'prepare ceph osd disk' when we choose dm-crypt and dedicated journal scenarion
Summary: [ceph-ansible] [ceph-container] : Installation fails in task 'prepare ceph os...
Keywords:
Status: CLOSED DUPLICATE of bug 1391920
Alias: None
Product: Red Hat Storage Console
Classification: Red Hat Storage
Component: ceph-ansible
Version: 2
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
: 3
Assignee: Sébastien Han
QA Contact: ceph-qe-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-05-16 02:24 UTC by Rachana Patel
Modified: 2017-05-23 18:09 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-05-23 18:09:07 UTC
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.