Bug 1418111

Summary: [ceph-ansible 2.1.5-1] Error ENOENT: error obtaining 'initial_mon_keyring':
Product: [Red Hat Storage] Red Hat Storage Console Reporter: Vasu Kulkarni <vakulkar>
Component: ceph-ansibleAssignee: Sébastien Han <shan>
Status: CLOSED NOTABUG QA Contact: ceph-qe-bugs <ceph-qe-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 2CC: adeza, aschoen, ceph-eng-bugs, gmeno, nthomas, sankarshan
Target Milestone: ---   
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: 2017-01-31 23:11:55 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 Vasu Kulkarni 2017-01-31 22:15:29 UTC
Description of problem:

with ceph-ansible 2.1.5 seeing the following fatal during playbook

fatal: [ceph-jenkins-build-run529-node10-mon]: FAILED! => {"changed": false, "cmd": ["ceph", "--cluster", "ceph", "config-key", "get", "initial_mon_keyring"], "delta": "0:00:00.165319", "end": "2017-01-31 16:29:02.352734", "failed": true, "rc": 2, "start": "2017-01-31 16:29:02.187415", "stderr": "Error ENOENT: error obtaining 'initial_mon_keyring': (2) No such file or directory", "stdout": "", "stdout_lines": [], "warnings": []}
...ignoring

full logs:
https://ceph-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/ceph-ansible-sanity-xenial-2.x/39/consoleFull

https://ceph-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/ceph-ansible-sanity-2.x/104/consoleFull

Version-Release number of selected component (if applicable):
ceph-ansible 2.1.5 


How reproducible:
1/1

Comment 2 Vasu Kulkarni 2017-01-31 23:11:55 UTC
Andrew debugged this and it was due to hdparm not installed on node9-mon, and ceph never got installed on that node causing other task to fail later. closing this as not a bug, a newer run worked.